Opened 14 years ago

Closed 14 years ago

#1808 closed defect (duplicate)

lavf demuxer refers to wrong video ID on Matroska files

Reported by: ekisoft.general@… 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 compn, 14 years ago

Cc: patriotact@… added

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

comment:2 by reimar, 14 years ago

Resolution: duplicate
Status: newclosed

These seem to be the same, and the other bug has more info

Note: See TracTickets for help on using tickets.