[MPlayer-dev-eng] [PATCH] two vobsub issues

Reder, Uwe Uwe.Reder at 3SOFT.de
Mon Oct 27 11:57:54 CET 2003


Hi!
There are currently two things in the vobsub support that make problems:

1) Quite often the filenames of vobsub subtitles packed in RAR archives don't match the filename of the video. Since mplayer searches the RAR for files with the video's base name mplayer can't find them. The appended patch implements a fallback which looks for the demanded extensions (e.g. .sub, .idx, .ifo).

2) Since mplayer-1.0pre1 seeking in a video when using vobsub subtitles is really ugly. This is because with every seek mplayer starts at the beginning of the vobsub and tries to display all the subtitles before getting into sync again. This typically takes some seconds on my PC. The patch is just a work-a-round to make vobsubs usable again. Someone should implement real seeking.

Hope you like the patches.

Uwe.

 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.patch
Type: application/octet-stream
Size: 1560 bytes
Desc: 1.patch
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20031027/f08b036f/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2.patch
Type: application/octet-stream
Size: 429 bytes
Desc: 2.patch
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20031027/f08b036f/attachment-0001.obj>


More information about the MPlayer-dev-eng mailing list