Tovid Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 38: Line 38:
 
ffmpeg -i "my fav video.flv" -target ntsc-dvd -aspect 4:3 "my fav video.mpg"
 
ffmpeg -i "my fav video.flv" -target ntsc-dvd -aspect 4:3 "my fav video.mpg"
   
It is a good idea to cleanup file names here. Ideally, your output MPG files will only use these characters: A-Z, a-z, 0-9, space ( ), dash (-), and dot (.)
+
It is a good idea to cleanup file names here. Ideally, your output MPG files will only use these characters: A-Z, a-z, 0-9, space ( ), dash (-), and dot (.)
   
 
Using other characters risks having problems later.
 
Using other characters risks having problems later.
Line 125: Line 125:
 
</dvdauthor>
 
</dvdauthor>
   
If you look closely, you will notice two things:
+
If you look closely, you will notice two things:
1) Each chapter has a separate button in the main menu.
+
1) Each chapter has a separate button in the main menu.
 
2) After each chapter, we return to the main menu.
 
2) After each chapter, we return to the main menu.
   
Line 178: Line 178:
 
Becomes...
 
Becomes...
 
chapters="00:00:00"
 
chapters="00:00:00"
 
==Make the DVD VOB Files==
 
 
Run this command:
 
tovid dvd final_dvd.xml
 
 
This one of the longest steps. Be patient as your MPG files are combined to created a few DVD VOB files.
 
 
The DVD VOB files will appear in a new directory: "final_dvd"
 
 
==Burn the DVD==
 
 
My PC has trouble writing DVDs, so this next step is overly cautious.
 
 
I launch the Linux DVD burning software: K3b
 
 
Create a new data project and drag the AUDIO_TS and VIDEO_TS folders to the root.
 
 
I create an ISO first, then I write the DVD. Finally, I verify the data. (There is an option to verify after write is complete.)
 
 
If your PC is more powerful, you may be able to create the DVD more quickly with this command:
 
tovid dvd -burn final_dvd
 
Please note that all contributions to the Tovid Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)