Continuing on from yesterday:
tovid -dvd -wide output.avi output
We now have output.mpg which is a mpeg2 file.
dvdauthor -o ./dvd output.mpg && dvdauthor -o .dvd -T
so ./dvd looks like:
dvd
dvd/VIDEO_TS
dvd/VIDEO_TS/VTS_01_1.VOB
dvd/VIDEO_TS/VTS_01_2.VOB
dvd/VIDEO_TS/VTS_01_3.VOB
dvd/VIDEO_TS/VTS_01_0.IFO
dvd/VIDEO_TS/VTS_01_0.BUP
dvd/VIDEO_TS/VIDEO_TS.IFO
dvd/VIDEO_TS/VIDEO_TS.BUP
dvd/AUDIO_TS
Thats the standard layout of a DVD.
Next step is to either create an iso and burn it, or just burn it using this magic:
sudo growisofs -dvd-compat -Z [...]
Entries from March 2005
More DVD goodness<br>
March 12th, 2005 · No Comments
Tags: Uncategorized
Combinging AVI files
March 10th, 2005 · No Comments
If you have the mplayer suite installed, joining 2 avi files is very easy
cat 1.avi 2.avi | mencoder -noidx -ovc copy -oac copy -o output.avi -
then you can run tovid to create a mpeg for dvd burning
(This takes a while)
tovid -dvd -wide output.avi output
now you can burn this as a mpeg
Tags: Uncategorized
WasteTime
March 9th, 2005 · No Comments
Which File Extension are You?
Tags: Uncategorized

