This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# | |
# A simple python script to convert a directory full of avi, mp4, and mkv to | |
# iPad compatible videos | |
# | |
# Copyright Leo Mendoza (2012), released as is. | |
# | |
import glob | |
import os |