From the guy who loves to post "random" scripts
here's my not-so-random script-of-the-day:
# aviSynth
cX0= aviSource("X0.Project.DC.Capture.Timecode.Print.divx.avi")
cSync=\
trim(cX0, 00096, 70728)\
+trim(cX0, 70728, 81701)\
+trim(cX0, 81703,144148)\
+trim(cX0,144150, 00000)
return cSync.trim(4083,-1)
__END__
