Changeset 1807 for CodeSnippets/VideoTools/Templatemaker.py
- Timestamp:
- 11/19/08 17:32:54 (16 months ago)
- Location:
- CodeSnippets/VideoTools
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
Templatemaker.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CodeSnippets/VideoTools
-
Property
svn:ignore set
to
config.dat
-
Property
svn:ignore set
to
-
CodeSnippets/VideoTools/Templatemaker.py
r1797 r1807 308 308 print "rate value:", rate_value 309 309 310 create_files(cfg, video_file_path, template, rate_value, x264_settings) 310 if len(sys.argv)>1: 311 for fn in sys.argv[1:]: 312 create_files(cfg, fn, template, rate_value, x264_settings) 313 else: 314 create_files(cfg, video_file_path, template, rate_value, x264_settings) 311 315 312 316 print " -- END -- "