Comment 1 for bug 672267

Revision history for this message
Jonathan Thomas (jonoomph) wrote :

FFmpeg has 2 possible formats that can be used by a DVD: dvd and vob.

Output from $ ffmpeg -formats
----------------------------------------
dvd - MPEG-2 PS format (DVD VOB)
vob - MPEG-2 PS format (VOB)

So, OpenShot used to use the "vob" format for our DVD exports, but the author of Bombono DVD submitted a patch that changed that format to "dvd" instead of "vob". So... I guess we need to figure out what the correct format should be?