Creating a DVD from other DVDs
- Rip the DVDs with dvd::rip
- Edit the .VOB files with Avidemux and save desired clips
- Transcode for NTSC DVD with
ffmpeg -i clip.vob -target ntsc-dvd dvdclip.vob
- Create a project with DeVeDe and add each transcoded DVD clip in its own title. Select option to Create a menu with the titles
If DeVeDe fails to create the DVD structure, make sure you’ve properly transcoded the DVD clips with -target ntsc-dvd
. If you haven’t, the error message misleadingly suggests you’ve run out of disk space.
Preview the ISO file with VLC and burn it to a disc with K3B (Tools -> Burn Image).