Opened 5 years ago
Closed 5 years ago
#8256 closed defect (duplicate)
ffmpeg does not convert or cut a .ts file to .mkv, despite the file being playable/decodable
Reported by: | 0bugs | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug: ffmpeg does not convert or cut a .ts file to .mkv, despite the file being playable/decodable.
How to reproduce:
% ffmpeg -i "ddout.ts" -vcodec copy -acodec copy outputvideo.mkv ffmpeg version ffmpeg version N-95073-g3def984a98 built on ... gcc 9.1.0 (GCC)
https://drive.google.com/open?id=1ZQUrBhJjLOpvaNBQIBkLuIs5Gm-1nUul
Change History (1)
comment:1 by , 5 years ago
Reproduced by developer: | unset |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This transport stream only provides one pts for every two coded fields, so that one of them arrives at the Matroska muxer without timestamps which the muxer can't handle. This makes this ticket a duplicate of #6903.