Opened 11 years ago
Closed 11 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)
Change History (2)
by , 11 years ago
comment:1 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
Error in console