[FFmpeg-user] how to concate two wmv files ?

Moritz Barsnick barsnick at gmx.net
Tue Feb 16 15:41:39 CET 2016


On Tue, Feb 16, 2016 at 14:35:20 +0000, Bob wrote:
> I tried to join these two file with
> ffmpeg -i "concat:Bas2_201508292100_201508292130.wmv|Bas2_201508292130_201508292200.wmv" -f wmv -c copy output.wmv

(You are always requested to post the full command line and complete,
uncut console output. There is often valuable information in there.)

You are using the concat *protocol*. "Certain files (mpg and mpeg
transport streams, possibly others) can be concatenated." WMV may just
not work (perhaps because it needs to be reencoded for the merge point
to work).

You may need to try one of the other methods described here:
https://trac.ffmpeg.org/wiki/Concatenate

Moritz


More information about the ffmpeg-user mailing list