Does anyone know how to up the quality to 256k? I have tried the following change to execute.jim
puts [exec /mod/bin/ffmpeg -y -benchmark -v 0 \
-i $rfile -f mp3 -ab 256k \
-vn "${base}.mp3"]
But it is taking a very long time to process.
Thanks
Jason
The process used to extract MP3 from the video stream has been selected to extract 'as-is' e.g. to not carry out ANY transcoding, due to the extra loading that this would place on the CPU. It is possible to transcode to MP2 Layer3 (the more common MP3 version) but that has not been done for the same reason - Lack of processing power