Show
Ignore:
Timestamp:
11/19/08 17:32:54 (16 months ago)
Author:
JensDiemer
Message:

VideoTools? updates.

Location:
CodeSnippets/VideoTools
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • CodeSnippets/VideoTools

    • Property svn:ignore set to
      config.dat
  • CodeSnippets/VideoTools/Templatemaker.py

    r1797 r1807  
    308308    print "rate value:", rate_value 
    309309     
    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) 
    311315     
    312316    print " -- END -- "