-
best .mov to mp4 conversion
Does anyone have a good formula for converting a .mov file to and .mp4 at the same size and quality?
I’ve tried a number of different ways, too many to list here but none seems to work. I either end up with a ‘black’ screen with only sound or the resulting file does not play at all.
In the past I have gotten this to work
ffmpeg -i RabbiFass.mov -vcodec libx264 -vprofile high -preset slow -b:v 500k -maxrate 500k -bufsize 1000k -vf scale=-1:480 -threads 0 -acodec libvo_aacenc -b:a 128k output.mp4
but now I get the error
Error while opening encoder for output stream #0:0 – maybe incorrect parameters such as bit_rate, rate, width or height
????
Pedro