DigitaldogmaMain Page | About | Help | FAQ | Special pages | Log in

DVD creation

Contents

to re-encode the movie

mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:480,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=18:vstrict=0:acodec=ac3:abitrate=192:aspect=16/9 -ofps 30000/1001 -o movie.mpg dvdnav://1

to just copy movie from dvd

mencoder -of mpeg -mpegopts format=dvd:tsaf -ovc copy -oac copy -o movie.mpg dvdnav://1

# xml for dvdauthor
<?xml version="1.0"?>
<dvdauthor>
<vmgm />
<titleset>
<titles>
<audio lang="en"/>
<pgc>
<vob file="movie.mpg" />
</pgc>
</titles>
</titleset>
</dvdauthor>

gen dvd filesystem

dvdauthor -o dvd/ -x movie.xml

to play copy from disk

mplayer dvd://1 -dvd-device dvd/

gen iso and burn

mkisofs -dvd-video -o dvd.iso dvd/ growisofs -dvd-compat -Z /dev/hdc=dvd.iso

Retrieved from "http://www.digitaldogma.org/index.php/DVD_creation"

This page has been accessed 28 times. This page was last modified 15:12, 1 March 2010.


Browse
Main Page
Life Events
Tech Stuff
Photo Gallery
Current Resume
MP3 Database
Recent changes
Random page
Donations
Edit
View source
Editing help
This page
Discuss this page
Post a comment
Printable version
Context
Page history
What links here
Related changes
My pages
Log in / create account
Special pages
New pages
File list
Statistics
Bug reports
More...

Valid XHTML 1.0 Transitional

Viewable With Any Browser

Powered by MediaWiki