Opened 10 years ago

Closed 10 years ago

#3589 closed defect (invalid)

I can't concat 2 mkv files.

Reported by: Ivan Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
I can't concat 2 mkv files.
How to reproduce:

% ffmpeg -i "concat:1.mkv|0.mkv" -y -c copy concat.mkv

Links to those files
http://yadi.sk/d/ty-ad-U-NDcHk
http://yadi.sk/d/EAIi8lSCNDcKA

I have to transform them to mpeg-ts and then back to mkv

ffmpeg -i 0.mkv -y -an -vcodec copy 0.ts
ffmpeg -i 1.mkv -y -an -vcodec copy 1.ts
ffmpeg -i "concat:0.ts|1.ts" -y -an -vcodec copy concat.mkv

Attachments (1)

error.png (199.4 KB ) - added by Ivan 10 years ago.
Error in console

Download all attachments as: .zip

Change History (2)

by Ivan, 10 years ago

Attachment: error.png added

Error in console

comment:1 by Carl Eugen Hoyos, 10 years ago

Resolution: invalid
Status: newclosed

The concat protocol cannot work for all file formats, use the concat filter or the concat demuxer.

Note: See TracTickets for help on using tickets.