I found this and it worked if anyone else needs it
http://mrbass.org/linux/ubuntu/dvdshrink/
this is for installing dvd tools using wine . if anyone has used anything else please share.
Anybody do much video editting in linux? I can do what I want in windows but it takes so long and I really don't want to be in windows twidling my thumbs while I'm reencoding some video.
Basically I just backed up a dvd thats like 8 gigs. The raw vobs I want to put on a new dvd are 6 gigs and I want to reencode it down to 4.7 gigs and author a new single layer dvd. Something like the windows program dvd shrink.
What programs would I use? I've tried Kino but it doesn't read the vob's even if I rename them to mpg.
Any help from someone thats done this b4 would be great. it would save me on having to be in windows for a couple hours.
I found this and it worked if anyone else needs it
http://mrbass.org/linux/ubuntu/dvdshrink/
this is for installing dvd tools using wine . if anyone has used anything else please share.
1) Rip the DVD title(s) to hard drive useing vobcopy:
vobcopy -l -t movie
2) You now have 1 VOB file. We need to demutliplex it and get the M2V and AC3 files out of there.
tcextract -i movie.vob -t vob -x mpeg2 > movie.m2v
and after that:
tcextract -i movie.vob -a 0 -x ac3 -t vob > movie.ac3
This will produce a movie.M2V and a movie.AC3 file.
3) To requantize (shrink ) your movie so it will fit on a single DVD-R (4.7) do as such:
tcrequant -i movie.m2v -o movie1.m2v -f 1.5
This will produce a file called "movie1.m2v"
4) Now we need to re multiplex those 2 files into a compliant DVDauthor file:
mplex -f 8 -o movie.mpg movie1.m2v movie.ac3
This will produce a file named: "movie.mpg".
5) Now create a dvd structure in a folder named newdvd
dvddirgen -o newdvd
6) Populate the filesystem like so:
dvdauthor -o newdvd movie.mpg
7) Create DVD information (IFO) files:
dvdauthor -o newdvd -T
8 ) Burn the Video_TS and Audio_TS created with K3B DVD Video mode.
9) Now what you need to do is find the options for your DVD player (read your manual) and set your tv as a 4:3 letterbox so the player will add black bars on the top and bottom of your screen when you play the movie.
Programs used.
1. vobcopy
2. mjpegtools
3. transcode
4. dvdauthor
5. k3b
And all deps.
Wenn Sie Spaß meines Englisch mich Willensfuckingtötung Sie bilden.
Awesome comtux . A pure linux way. THanks for the detailed walkthrough I hope other people find use out of it as I will.
thanks.
Here are some tools also.
http://freshmeat.net/projects/kfilm/
http://freshmeat.net/projects/konverter/
http://freshmeat.net/projects/lives/
http://freshmeat.net/projects/avidemux/
http://freshmeat.net/projects/kino/
http://freshmeat.net/projects/kdenlive/
http://qdvdauthor.sourceforge.net/
http://www.kde-apps.org/content/show.php?content=16839
http://www.kde-apps.org/content/show.php?content=11827
http://www.kde-apps.org/content/show.php?content=23627
http://www.kde-apps.org/content/show.php?content=21597
http://www.kde-apps.org/content/show.php?content=13461
http://www.kde-apps.org/content/show.php?content=9706
Have no fear ask about anything you wish to do with your computer and 90% someone hear will answer properly.
Wenn Sie Spaß meines Englisch mich Willensfuckingtötung Sie bilden.
I know another way of doing all this, simple download dvd::ripper , a linux dvd resizer and burner that can even bypass css copy protection!
My Website: http://ttgale.com
My Website Uptime: http://img.uptimeprj.com/holastickbo...dee9bae2e2.png
My Server Specs: AMD Athlon X2 3800+, 2gb DDR2 RAM, 1.5TB HDD, Ubuntu 9.10
My Gaming PC: Intel Core 2 Duo 2.93ghz, 4gb DDR2 RAM, 9800GTX+
Wenn Sie Spaß meines Englisch mich Willensfuckingtötung Sie bilden.
Bookmarks