public
Description: Given an Avid ALE file, it will adjust the start, end, and duration times a given amount
Homepage: http://www.bjeanes.com/
Clone URL: git://github.com/bjeanes/ale-adjust.git
Search Repo:
corrected the actual replacement string
bjeanes (author)
Thu May 15 18:06:29 -0700 2008
commit  a5b4d214f0f0d66307b16b8881d7a0e89051f7b0
tree    8406aeb953311c870a419d2dbe21a218ca9ed5ee
parent  abe5184c37030a83f8ec07bc4aef65e47b677ac0
...
27
28
29
30
 
31
32
33
...
27
28
29
 
30
31
32
33
0
@@ -27,7 +27,7 @@
0
     # duration has to decrement one second and one frame
0
     ft3.minus(1,1)
0
     
0
- "#{t1.strftime("%H:%M:%S")}:#{f1}\t#{t2.strftime("%H:%M:%S")}:#{f2}\t#{t3.strftime("%H:%M:%S")}:#{f3}"
0
+ "#{ft1}\t#{ft2}\t#{ft3}"
0
   end
0
   
0
   output.write input

Comments

    No one has commented yet.