- eyeD3 v0.6.18.
- Python 2.7
- Mac OSX, any version of Linux. (Specific parts of the program can be used on Windows)
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/env python | |
import sys | |
import time | |
from subprocess import check_output | |
for i in range(1, len(sys.argv)): | |
print sys.argv[i], | |
fname = "Part" + str(i) + ".mpg" | |
print fname |