VIDEO_TS to DVD Image Converter in Python
Posted at 21:50 on Sunday, 28 February 2010
PROGRAMMING Just for fun, I’ve put together a nice UI for turning a typical VIDEO_TS folder into a disk image.
I had to convert a whole bunch of typical VIDEO_TS folders to watchable-on-a-DVD-player disk images for a family thing.
You know when you want to just write a quick script to speed-up a monotonous task you’re doing, but the developer in you makes you want to turn it into a full-blown application?
This is one of those applications.
It’s just a simple python application that will present a nice, Tkinter-powered UI for hdiutil. Some people may find just calling the utility from the commandline might be a bit more flexible but convenience is always fun. It’s also very easily convertible into a .app bundle for Macs (although the availability of the hdiutil tool is going to be a problem on Windows).
Tagged as: programming, python, dvd, video_ts, converter, open source





Comments