user-21
20-03-2017, 04:37 PM
can the bitrates conversions be overridden in individual PVR's or does it have to be done manually at the command line on an individual basis.
I generally download radio at 128k but occasionally want to keep specific progs at 320k which I set to download at a higher bitrate, but obviously it will downgrade when converting to MP3
I do all my downloading from the PVR scheduler so dont use the CLI that often
I have added
to my options file
I hope that makes sense?
I generally download radio at 128k but occasionally want to keep specific progs at 320k which I set to download at a higher bitrate, but obviously it will downgrade when converting to MP3
I do all my downloading from the PVR scheduler so dont use the CLI that often
I have added
Code:
commandradio ffmpeg -i "<filename>" -c:v copy -c:a libmp3lame -b:a 128k -id3v2_version 3 -write_id3v1 1 -y "<dir>/<fileprefix>.mp3" && del "<filename>"
I hope that makes sense?