Opened 16 years ago
Closed 16 years ago
#1808 closed defect (duplicate)
lavf demuxer refers to wrong video ID on Matroska files
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | demuxer |
| Version: | unspecified | Severity: | normal |
| Keywords: | Cc: | compn | |
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
-vid option now refers to
all tracks in the matroska file, rather than just the video tracks.
For example, if I play a file such as this: with the mkv demuxer:
File 'test.mkv': container: Matroska
Track ID 1: audio (A_AAC)
Track ID 2: video (V_MPEG4/ISO/AVC)
Track ID 3: subtitles (S_TEXT/ASS)
With the mkv demuxer, I can use the -vid 0 option and the video will play.
If, however, I use the new lavf demuxer, -vid 0 will not diplay video.
I instead have to use -vid 1
Mplayer version: svn-31918
Change History (2)
comment:1 by , 16 years ago
| Cc: | added |
|---|
comment:2 by , 16 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
These seem to be the same, and the other bug has more info
Note:
See TracTickets
for help on using tickets.

this might have been fixed today, can you svn up and re-test ?