Unregistered

|
Hi guys,
I have a serious problem. I have to cut the first x frames out of several hundred divx clips. Doing it by hand works fine, using direct stream copy for video and audio. This is the fastest way, but doing it file by file sucks and takes too long.
I finally wrote an avisynth script using trim(0,x) and frameserved to virtualdub, using dubman to generate job lists. Thus I can do a whole directory at once. The problem is, avisynth's output is uncompressed, and VD has to reencode the files to divx. This is slow...
Isn't there a function in Sylia like avisynth's trim ?? Something like Virtualdub.Video.DeleteRange(x,y) ? Or is there another way to do it? Using avisynth is fine, but VD could do the saving much faster with direct stream copy, but I found no way to delete some frames in Sylia. Am I too stupid?
Anybody who can help me?
Thanks a lot, SugaDaddy |