[FFmpeg-user] [AVCHD] Join + resize?
Gilles
codecomplete at free.fr
Wed Oct 31 01:23:43 CET 2012
On Wed, 31 Oct 2012 00:02:16 +0000 (UTC), Carl Eugen Hoyos
<cehoyos at ag.or.at> wrote:
>Gilles <codecomplete <at> free.fr> writes:
>
>> 1. Join two files (40mn + 10mn; video = MPEG-4 AVC
>> 1440x1080, 50fps; audio = A52 AC3 48KHz 3F2R/LFE)
>
>Does concatenation (with `cat`) work?
Not on Windows :-) I'm trying to first convert the two files into
something smaller, before editing/joigning them with eg. AviDemux or
some other NLE editor.
Is there a codec that would give a less compressed output than mpeg4?
ffmpeg -i myfile.mts -s 640x480 -codec:v mpeg4 -profile:v 3 -codec:a
copy myfile.mp4
Thank you.
More information about the ffmpeg-user
mailing list