Making a DVD from a VIDEO_TS file on a mac
I’m saving this mostly for myself because it is useful! If you want to make a DVD from an entirely legal VIDEO_TS file, you can type the following into Terminal:
hdiutil makehybrid -udf -udf-volume-name DVD_NAME -o MY_DVD.iso /path/to/video_ts/folder/
The /path/to/video_ts/folder/ should be the folder containing the VIDEO_TS folder. It should also have an AUDIO_TS folder in it.
Then just burn that sucker and you have a brand new UDF formatted DVD, watchable on (hopefully) every DVD player! Awesome!
Popularity: 2% [?]