[MPlayer-cvslog] r34937 - trunk/gui/ui/gtk/fileselect.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon May 21 21:20:33 CEST 2012


On Mon, May 21, 2012 at 07:38:18PM +0200, Ingo Brückl wrote:
> Reimar Döffinger wrote on Mon, 21 May 2012 18:39:38 +0200:
> 
> > On Mon, May 21, 2012 at 11:52:25AM +0200, ib wrote:
> >> +           { "UTF (*.utf)",                       "*.utf" },
> 
> > That name is bad. I am not completely sure, but I think it usually
> > is used to indicated UTF-8 encoded SRT.
> 
> It seems that Ulead VideoStudio writes .utf subtitle files. I'm not sure
> whether this is meant here, because I cannot find a sample to see whether
> it will be accepted by MPlayer.

The one doesn't contradict the other, it could be using that.
Either way, MPlayer does not really care about the extension, except
in this case where it defaults to UTF-8 then.
See the code I just changed about the details.

> If it's not Ulead VideoStudio file format, I'd better remove the entry,
> because it isn't about format (like the other ones) but encoding.

Well, but not having a filter is rather annoying for someone who has subtitles
with that extension and wants to select them?
A better description might be "UTF-8 encoded subs" and *.utf, *.utf8 and
*.utf-8 as extensions.


More information about the MPlayer-cvslog mailing list