digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Subtitles (http://www.digitalfaq.com/archives/subtitles/)
-   -   Demux subtitles from vob (http://www.digitalfaq.com/archives/subtitles/10308-demux-subtitles-vob.html)

maurus 06-15-2004 08:45 AM

Demux subtitles from vob
 
Can I demux the subtitles directly from VOB with a command line tool?

I want extract the subtitles in a format good for dvdauthor or another autoring DVD programs...

-Maurus

incredible 06-15-2004 10:02 AM

:arrow: Subrip

http://www.doom9.org/index.html?/mpg/dvdsubs.htm

Saudos
Inc.

EDIT: I just noticed you want a Commandline tool .... sorry!

I dont know exactly, but IF pointing to the right stream ID that would be possible with BBdemux??? Just try.
But there will be still the problem that some DVD authoring apps only accept a specific subtitle format, so .sub in generaly is not everytime accepted.

BUT (and that I dont know exactly) .... to me it seems that DVDauthor does accept directly demuxed streams from a vob ... hummm

Prodater64 06-15-2004 10:35 AM

Re: demux subtitles from vob
 
Quote:

Originally Posted by maurus
Can I demux the subtitles directly from VOB with a command line tool?

I want extract the subtitles in a format good for dvdauthor or another autoring DVD programs...

-Maurus

Hi:
Quote:

dumpsub (MPLAYER only) (CÓDIGO BETA)
Vuelca el flujo de subtítulo desde archivos VOB Vea también las opciones -dump*sub y -vobsubout*.
from:
http://www.mplayerhq.hu/DOCS/man/es/manpage.html

and in english:
Quote:

-dumpsub (MPLAYER only) (BETA CODE)
Dumps the subtitle substream from VOB streams. See -dump*sub and -vobsubout* options too.
from:
http://www.mplayerhq.hu/DOCS/man/en/manpage.html


--------------------------
Visit: Intermediate guide: MencodeMe/Win32 - Avisynth - MakeAvis by Prodater64.
Visit: KVCD - MencodeMe - Auxiliar Task - KVCD Docking Gate by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
Visit: Mini-guide quick and easy - DVD to (S)KVCD with MencodeMe by Maurus.
Visit: Mencode-me: a newbie oriented GUI - 0.23 is out! by VMesquita.
--------------------------

http://www.digitalfaq.com/archives/error.gif

maurus 06-15-2004 10:41 AM

Thanks to both.

bbdemux semms only for Mac Os.

I will try with DVDDecrypter and option demux.

I need load a subtittle demuxed with dvdauthorgui.

If this not work, I will use VobSub.

-Maurus

incredible 06-15-2004 10:47 AM

Quote:

Originally Posted by maurus
bbdemux semms only for Mac Os.

Well we did use it when mencoder wasnt able to output rawvideo streams but mpeg video streams only. So theres a bbdemux (is it the name?) win32 executable for windows available.

Prodater, I think relating to mplayers/mencoders internal demuxing, that is only meant as internal process, but does it output a substreamfile to disk?

rds_correia 06-15-2004 05:16 PM

Quote:

Originally Posted by maurus
Thanks to both.

bbdemux semms only for Mac Os.

I will try with DVDDecrypter and option demux.

I need load a subtittle demuxed with dvdauthorgui.

If this not work, I will use VobSub.

-Maurus

Hi maurus,
Indeed we used it while rawvideo option was not available on mencoder.
You will find it inside bbtool19 package.
Look for it at Doom9 software downloads.
Not sure if you will be able to demux the subs with it.
Hope it works.
C ya

Prodater64 06-15-2004 06:13 PM

Quote:

Originally Posted by incredible
Prodater, I think relating to mplayers/mencoders internal demuxing, that is only meant as internal process, but does it output a substreamfile to disk?

As I understand, basically you can to execute:
Code:

Mplayer.exe Movie.vob -dumpsub -vobsuboutid <langid> -vobsubout Movie
and you will obtain files Movie.idx and Movie.sub.
Option vobsuboutid permits you select subtitle related with its international code.
There are many options more. You can obtain JACO subs, MicroDVD subs, MP subs, SAMI subs and SubViewer subs also.


--------------------------
Visit: Intermediate guide: MencodeMe/Win32 - Avisynth - MakeAvis by Prodater64.
Visit: KVCD - MencodeMe - Auxiliar Task - KVCD Docking Gate by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
Visit: Mini-guide quick and easy - DVD to (S)KVCD with MencodeMe by Maurus.
Visit: Mencode-me: a newbie oriented GUI - 0.23 is out! by VMesquita.
--------------------------

http://www.digitalfaq.com/archives/error.gif

kwag 06-15-2004 06:18 PM

Quote:

Originally Posted by Prodater64
You can obtain JACO subs, MicroDVD subs, MP subs, SAMI subs and SubViewer subs also.

No Sub Marines :?:
:lol:

Prodater64 06-15-2004 06:36 PM

Quote:

Originally Posted by kwag
No Sub Marines :?:
:lol:

Are you sub normal? Excuse me, my english!
Have you normal subs?
:mrgreen:


--------------------------
Visit: Intermediate guide: MencodeMe/Win32 - Avisynth - MakeAvis by Prodater64.
Visit: KVCD - MencodeMe - Auxiliar Task - KVCD Docking Gate by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
Visit: Mini-guide quick and easy - DVD to (S)KVCD with MencodeMe by Maurus.
Visit: Mencode-me: a newbie oriented GUI - 0.23 is out! by VMesquita.
--------------------------

http://www.digitalfaq.com/archives/error.gif

kwag 06-15-2004 06:40 PM

Quote:

Originally Posted by Prodater64
Quote:

Originally Posted by kwag
No Sub Marines :?:
:lol:

Are you sub normal?

Yes I am :mrgreen:
Quote:

Excuse me, my english!
Excused, your sub English, that is :lol:

maurus 06-16-2004 02:55 AM

What type of subtittles usually wants the authoring DVD programs?

Type text, type vobsub, ...?

Thanks.


-Maurus

Prodater64 06-16-2004 12:40 PM

Quote:

Originally Posted by Prodater64
Quote:

Originally Posted by incredible
Prodater, I think relating to mplayers/mencoders internal demuxing, that is only meant as internal process, but does it output a substreamfile to disk?

As I understand, basically you can to execute:
Code:

Mplayer.exe Movie.vob -dumpsub -vobsuboutid <langid> -vobsubout Movie
and you will obtain files Movie.idx and Movie.sub.
Option vobsuboutid permits you select subtitle related with its international code.
There are many options more. You can obtain JACO subs, MicroDVD subs, MP subs, SAMI subs and SubViewer subs also.

Something like this is in MPlayer man page
Code:

Mplayer.exe Movie.vob -rawvideo on:pal:fps=xx -vc null -vo null -noframedrop -benchmark -dumpsub -vobsuboutid <langid> -vobsubout Movie
With this last code, you can rip subtitles but without wait whole movie running time, as benchmark speed up the process. (I don't test it)


--------------------------
Visit: Intermediate guide: MencodeMe/Win32 - Avisynth - MakeAvis by Prodater64.
Visit: KVCD - MencodeMe - Auxiliar Task - KVCD Docking Gate by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
Visit: Mini-guide quick and easy - DVD to (S)KVCD with MencodeMe by Maurus.
Visit: Mencode-me: a newbie oriented GUI - 0.23 is out! by VMesquita.
--------------------------

http://www.digitalfaq.com/archives/error.gif


All times are GMT -5. The time now is 12:23 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.