Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
DVD::Rip VOB's --> DVD
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
twistd roach
n00b
n00b


Joined: 26 Feb 2003
Posts: 7
Location: MA

PostPosted: Thu Mar 18, 2004 11:58 pm    Post subject: DVD::Rip VOB's --> DVD Reply with quote

I ripped some dvd's a while ago with DVD::Rip and I kept the VOB's thinking that I could make a dvd from them again (All I want is the video held in the vob's, no special features or menus or anything), but I can't seem to find anything that will make it happen. dvdauthor just says this:

WARN: Skipping sector, waiting for first VOBU...

over and over again and eventually dies, not producing anything useful. I'd rather not have to encode or re-encode any of the vobs because they are small enough to fit on the DVD-R without having to...

Anyway, I'm busy banging my head against the wall trying to generate the ifo & bup files (which it seems is all I should need to do...)
Back to top
View user's profile Send private message
lunarg
Guru
Guru


Joined: 07 Jan 2004
Posts: 508
Location: Peer, Belgium

PostPosted: Fri Mar 19, 2004 1:34 am    Post subject: Reply with quote

Maybe this thread is of some use to you: https://forums.gentoo.org/viewtopic.php?t=117709&highlight=

I know it's not exactly what you need, but other than that, I haven't done dvd-writing like that.
_________________
Registered linux user #341804
Visit Black Manticore: http://www.blackmanticore.com/
Back to top
View user's profile Send private message
wolfpakk
n00b
n00b


Joined: 19 Feb 2004
Posts: 28
Location: sundsvall, sweden

PostPosted: Fri Mar 19, 2004 8:13 am    Post subject: Reply with quote

you must split the vobs to a video stream file (m2v) and to a audio stream file (ac3) when you have the files, just put them together again with "mplex" or "tcmplex". Then you are able to use dvdauthor to make a dvd structure.

split the vob:

Code:
tccat -i /path/to/dvd.vob -T t -L | tcextract -t vob -x mpeg2 > video.m2v


Code:
tccat -i /path/to/dvd.vob -T t -L | tcextract -t vob -x ac3 -a 0 > audio.ac3



put them together again

Code:
mplex -f 8 -o newdvd.mpg video.m2v audio.ac3


then use dvdauthor on the new mpg file you have created
Back to top
View user's profile Send private message
8
n00b
n00b


Joined: 15 May 2004
Posts: 30

PostPosted: Sat May 29, 2004 3:07 am    Post subject: Reply with quote

is there really nothing that will take a .VOB file (or group of them)
and create the right .BUP and .IFO files needed to create a
burnable .iso which will work in a standalone player (without
slogging through a ton o' crap we don't need like
menus, etc. etc.) ???
Back to top
View user's profile Send private message
afabco
Guru
Guru


Joined: 24 Feb 2004
Posts: 380

PostPosted: Sun May 30, 2004 6:38 am    Post subject: Reply with quote

Not that I've been able to find; it has something to do with how dvd::rip (actually how the tc-whatever that dvd::rip calls) pulls the vobs off and puts them in the vob directory.

Unfortunately, when I started trying to back up my dvd's, I started with dvd::rip; I've learned a lot more since then, and I've actually started trying to use vobcopy and dvdbackup and dvd2iso.pl to try and back up my dvd's, but have only met with success on one dvd out of maybe 10-12 tries with dvdbackup, and no successes with the others.

It may, of course, be my standalone dvd player (a sony something-or-other).

I'm actually taking a different tack, and am trying to convert a mini-itx computer I have (from caseoutlet.com, it's a via epia-m) into a player. Unfortunately, via has closed drivers, and they suck really bad. There are some open-sourced attempts at drivers, but they are alpha, and can't use the MPEG hardware accelerator anyway because via refuses to cooperate.

argh...
Back to top
View user's profile Send private message
8
n00b
n00b


Joined: 15 May 2004
Posts: 30

PostPosted: Sun May 30, 2004 6:43 am    Post subject: Reply with quote

check this out..

http://fredrik.hubbe.net/hacks/mkdvd.pike.gz

I think it might be what we are looking for?
[/quote]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum