Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Burn a playable DVD from a VIDEO_TS folder' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Burn a playable DVD from a VIDEO_TS folder
Authored by: gavynj on Thu, Jun 14 2007 at 1:55PM PDT
I tried using DVD Imager, but it kept on crashing on me. I then ran the mkisofs command which DVD Imager uses, and that failed too, reporting errors. Using hdiutil worked fine each time.

[ Reply to This | # ]
Burn a playable DVD from a VIDEO_TS folder
Authored by: ArtemisG3 on Thu, Jun 14 2007 at 2:00PM PDT
I currently use mkisofs in a similar Applescript to the one I posted above for my DVD imaging needs. The terminal command for mkisofs looks like this:
mkisofs -f -dvd-video -udf -V DVD_VIDEO -o ~/Desktop/DVD_VIDEO.iso ~/Desktop/DVD_VIDEO/


[ Reply to This | # ]