[FFmpeg-user] [AVCHD] Join + resize?
Gilles
codecomplete at free.fr
Wed Oct 31 19:12:38 CET 2012
On Wed, 31 Oct 2012 12:28:46 +0000 (UTC), Carl Eugen Hoyos
<cehoyos at ag.or.at> wrote:
>libx264 is the best encoder, use mpeg4 if you can't use it.
>libx264 may not understand -qscale, the corresponding
>option is call -cfr iirc.
Thanks much for the help. The following works fine and generated a
250MB file:
ffmpeg -i joined.mts -s 640x480 -codec:v h264 -codec:a copy
myfile.h264.mp4
I'll try the suggestions you made above.
Thank you.
More information about the ffmpeg-user
mailing list