xTC v2.0 copyleft by Komisar (2010) Program for perversion on file with timecodes v2 xTC [-cat|-trim X-Y|-cut X-Y] [-start-offset Z] -o new.tc timecodes.tc Options: -cat -- change timecode for 1st frame to 0 -trim StartFrame/EndFrame -- As in AviSynth Trim() -cut StartFrame/EndFrame -- cut this frames from input -start-offset Z -- add this offset to output -o new.tc -- output to this file ("-" for console, default) "timecodes.tc" -- input file ("-" for console) Example: xTC -trim 312/800 -o MyTCFile.cut.tc2 MyTCFile.tc2 xTC -cut 100-200 -o MyTCFile.cut.tc2 MyTCFile.tc2 xTC -cat -start-offset 3000.0 -o MyTCFile.cut.tc2 MyTCFile.tc2