user-308
12-02-2014, 10:28 AM
Since my surround sound amp bit the dust I've been struggling to get progs to play lour wnough on my MCE extender (old ears!). So I'd like to be able to increase the gain when downloading through get_iplayer.
I can use the following once the programme has downloaded -
and I'd like to include this parameter when downloading. I considered --command, but could not figure out what the input and output filenames would be. Then I discovered --ffmpeg-tv-opts, and so I tried
This didn't work, returned this -
Any advice on how to get this to work or other ways to increase the volume would be gratefully received.
I can use the following once the programme has downloaded -
Code:
ffmpeg -i inputfile -vcodec copy -af "volume=10dB" outputfile
and I'd like to include this parameter when downloading. I considered --command, but could not figure out what the input and output filenames would be. Then I discovered --ffmpeg-tv-opts, and so I tried
Code:
--ffmpeg-tv-opts 'af "volume=10dB"'
This didn't work, returned this -
Code:
[NULL @ 02ecf020] Unable to find a suitable output format for ''-af' '-af: Invalid argument
Any advice on how to get this to work or other ways to increase the volume would be gratefully received.