Support for XSUB - Divx internal subtitles (DXSB)

Feature requests for VLC.
kurkosdr
Cone that earned his stripes
Cone that earned his stripes
Posts: 101
Joined: 14 Jun 2009 00:36

Support for XSUB - Divx internal subtitles (DXSB)

Postby kurkosdr » 08 Nov 2009 19:05

As the title says...

Samples: http://wiki.multimedia.cx/index.php?title=XSUB

Tool for creating dvix files with XSUBs: http://www.calcitapp.com/AVIAddXSubs.php (may help you get a grasp of the specs)

Thanks.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby Jean-Baptiste Kempf » 08 Nov 2009 19:43

Well, the problem is the AVI demuxer of VLC that doesn't support it. Using the avformat demuxer in VLC 1.1 works.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

kurkosdr
Cone that earned his stripes
Cone that earned his stripes
Posts: 101
Joined: 14 Jun 2009 00:36

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby kurkosdr » 09 Nov 2009 11:25

Well, the problem is the AVI demuxer of VLC that doesn't support it. Using the avformat demuxer in VLC 1.1 works.
So, does this means that VLC 1.1, when it comes out, it will support XSUBs properly?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby VLC_help » 09 Nov 2009 13:14

So, does this means that VLC 1.1, when it comes out, it will support XSUBs properly?
If you force avformat on, it should.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby Jean-Baptiste Kempf » 09 Nov 2009 17:38

Exact.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

kurkosdr
Cone that earned his stripes
Cone that earned his stripes
Posts: 101
Joined: 14 Jun 2009 00:36

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby kurkosdr » 09 Nov 2009 21:17

If you force avformat on, it should.
1) What exactly the avformat does? 2)What are the pros and cons of having it on?

3)Also, is "avformat on" enabled by default? Because most people (my self included) don't even consider touching the the video settings.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby VLC_help » 10 Nov 2009 15:17

1. It uses AVI demuxer of libavformat (not the default of VLC)
2. Some files work better, some worse.
3. You have to enable it manually, start with

Code: Select all

--demux avformat

kurkosdr
Cone that earned his stripes
Cone that earned his stripes
Posts: 101
Joined: 14 Jun 2009 00:36

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby kurkosdr » 11 Nov 2009 12:39

1. It uses AVI demuxer of libavformat (not the default of VLC)
Since I don't intent to do this experiment with all my files (to see if they work as good as now), is there any way to get XSUB support without messing with the settings? If not, could you please add it on the default demuxer? It's shouldn't be that hard

kurkosdr
Cone that earned his stripes
Cone that earned his stripes
Posts: 101
Joined: 14 Jun 2009 00:36

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby kurkosdr » 13 Nov 2009 14:47

So, are we getting out-of-the-box support for XSUBS in VLC 1.1 or not?

People often say to me that Divx files can't have internal subs, and it's really embarrasing that I have to tell them "They can when the .divx container is used, but unfortunately the player I recommended to you doesn't support it, go by a standalone".

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby VLC_help » 13 Nov 2009 17:56

So, are we getting out-of-the-box support for XSUBS in VLC 1.1 or not?
Yes, just enable --demux avformat.

kurkosdr
Cone that earned his stripes
Cone that earned his stripes
Posts: 101
Joined: 14 Jun 2009 00:36

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby kurkosdr » 13 Nov 2009 20:20

So, are we getting out-of-the-box support for XSUBS in VLC 1.1 or not?
Yes, just enable --demux avformat.
This is not out-of-the-box support. Can't you just port the thing from avformat to the current demuxer?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby Jean-Baptiste Kempf » 13 Nov 2009 22:42

So, are we getting out-of-the-box support for XSUBS in VLC 1.1 or not?
Yes, just enable --demux avformat.
This is not out-of-the-box support. Can't you just port the thing from avformat to the current demuxer?
We probably will.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

kurkosdr
Cone that earned his stripes
Cone that earned his stripes
Posts: 101
Joined: 14 Jun 2009 00:36

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby kurkosdr » 15 Nov 2009 13:43

We probably will.
Could you do this for VLC 1.1? VLC 1.1 will probably be the most important milestone, so full compatibility with the divx standard will make it a double win 8)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Support for XSUB - Divx internal subtitles (DXSB)

Postby Jean-Baptiste Kempf » 26 May 2010 15:21

It would seem it works now in 1.2.
Backport for 1.1 will come when testing is complete.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: No registered users and 17 guests