Add title play time in playback menus
Add title play time in playback => title menus. After adding play times user can easily select longest title which is usually the right one.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Rémi Denis-Courmont changed milestone to %Features paradize
changed milestone to %Features paradize
- Rémi Denis-Courmont assigned to @fenrir
assigned to @fenrir
- Rémi Denis-Courmont added Component::Demuxers label
added Component::Demuxers label
commit 192108a1 Author: Edward Wang edward.c.wang@compdigitec.com Date: Sun Dec 11 12:07:06 2011 +0100
Add title play time in playback menus for MKV Ref [#4030](https://code.videolan.org/videolan/vlc/-/issues/4030) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Original author: edward.c.wang@compdigitec.com
commit ce01d1fc Author: Edward Wang edward.c.wang@compdigitec.com Date: Wed Dec 14 14:14:12 2011 +0100
Add title time in playback menus for MP4 Ref [#4030](https://code.videolan.org/videolan/vlc/-/issues/4030) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Original author: edward.c.wang@compdigitec.com
- Owner
Should be done too by DVDnav.
Missing is probably avformat and flac module. Libbluray needs to be checked, and so does VDR.
Replying to [comment:6 jb]:
Should be done too by DVDnav.
Missing is probably avformat and flac module. Libbluray needs to be checked, and so does VDR.
libbluray is OK, and already sets i_length, and flac does not use titles at all. Patch for avformat is forthcoming.
- Owner
bluray set i_length for titles, but does it for chapters?
Replying to [comment:8 jb]:
bluray set i_length for titles, but does it for chapters?
It sets both in the same place (ref modules/access/bluray.c lines 166 and 241).
- Owner
Great... I don't even remember what I code...
commit dbd65161 Author: Edward Wang edward.c.wang@compdigitec.com Date: Thu Dec 15 02:13:14 2011 +0100
Support duration in avformat demuxer Ref [#4030](https://code.videolan.org/videolan/vlc/-/issues/4030) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Original author: edward.c.wang@compdigitec.com
- Owner
I guess the important parts are done.
ASF doesn't support it, nor FLAC.
DVDread is of no matter.
VDR, no idea.
- Jean-Baptiste Kempf changed milestone to %2.1 features
changed milestone to %2.1 features
- Owner
VDR is done.
- Jean-Baptiste Kempf added Status::fixed label
added Status::fixed label
- Jean-Baptiste Kempf changed milestone to %2.0 feature freeze
changed milestone to %2.0 feature freeze
- Jean-Baptiste Kempf closed
closed