[FFmpeg-user] [AVCHD] Join + resize?

Gilles codecomplete at free.fr
Tue Oct 30 23:51:47 CET 2012


On Tue, 30 Oct 2012 20:48:28 +0100, PyProg PyProg <pyprog05 at gmail.com>
wrote:
>commande linux_dependances_portables/ffmpeg/ffmpeg -i
>"/home/angelo/blender/billes.mts"  -s 854x480 -codec:v prores
>-profile:v 3 -codec:a pcm_s16le -threads 4 -y
>"/home/angelo/a/nouv_EKD/video/version_3/avchd/avchd_mts_to_pro_res_mov_00001.mov"

Thanks for the tip.

I tried the following, and it seems to work:

ffmpeg -i myfile.mts -s 640x480 -codec:v mpeg4 -profile:v 3 -codec:a
copy myfile.mp4

Next, I need to join the two MPG4 files into one.

Or is it a better idea to first join the two AVCHD files into one, and
_then_, convert them to MPEG4 and shrink their screen size?



More information about the ffmpeg-user mailing list