# Burn DVD from VIDEO_TS folder (Mac OS X)

To burn a <span class="caps">UDF</span> <span class="caps">DVD</span> that plays in standalone <span class="caps">DVD</span> players, fire up Terminal and type the following:

`hdiutil makehybrid -udf -udf-volume-name <dvd_text> -o <dvd_name>.iso <path/to/folder>`

The dvd\_text will be the disc’s title. Make sure to use the path points to the parent folder where VIDEO\_TS resides.

The resulting <span class="caps">ISO</span> can be burn to disc by Disk Utility.

*(originally written by gavynj on macosxhints.com)*