[FFmpeg-user] [AVCHD] Join + resize?
Tom Evans
tevans.uk at googlemail.com
Fri Nov 2 14:01:16 CET 2012
On Fri, Nov 2, 2012 at 12:46 PM, David Favor <david at davidfavor.com> wrote:
> Best to do two separate operations with AVCHD.
>
> 1) concatenate the files together.
>
> 2) perform other operations (like resize) on the file.
>
> On Win-doze (shudder...) there is no cat command. Instead use
> open a shell, cd to where your files are, then do this...
>
"copy /b" is the windows equivalent to cat:
copy /y /b part1.mts+part2.mts combined.mts
Cheers
Tom
More information about the ffmpeg-user
mailing list