Is it possible to trim by counting back from the end, instead of forward from the beginning? I've used A=, B= etc to trim this one clip 8 times, and my final result is 4700 frames. I want to select the last 4 seconds and overlay an image onto it, but by saying "100 frames before the end". Is that possible?
+ Reply to Thread
Results 1 to 6 of 6
-
-
Well I'm trying that, but it doesn't seem to work. It would be 5340,0 (going by the frames in the source) or 4600,0 (going by the frames in my work-in-progress video so far), but neither of those values do anything.
I think it's because I'm a little confused about where I'm counting from -- when I trim B, is frame 1 the first frame of the source video, or the first frame of the source video after it's processed A?
I'll work out how to do it properly, but it'd be easiest to do it from the end this time, because this is the very last piece. -
One way to do it is to use reverse() , then whatever function, the reverse() it back
-
Originally Posted by doublefox
(Where "previously" means in lines above.)
If using VirtualDub, or AvsP, you can see the current frame number displayed below the image.
When I need to adjust a Trim and there has already been a lot of chopping, I put in a temporary line before any cuts to display the frame number, relative to the original, uncut clip:
Code:ShowFrameNumber(x=100,y=100) Trim(0,7850)++Trim(8070,18364) ++Trim(18537,28347) ++Trim(28498,30965) ++Trim(31848,0)
Then comment it out after making the adjustment.
Similar Threads
-
low end quadro is 5 times faster than high end gaming card
By deadrats in forum ComputerReplies: 4Last Post: 7th Apr 2011, 15:42 -
Video taking 18 hours and counting to upload...
By Nintendo Fan in forum Video Streaming DownloadingReplies: 3Last Post: 24th Feb 2009, 18:33 -
DVD - 5 Titles, No Menu -- How to loop back from 5 to 1 at end??
By cykedout in forum Authoring (DVD)Replies: 3Last Post: 27th May 2008, 22:10 -
burning troubles on the back end
By beck59 in forum Authoring (DVD)Replies: 1Last Post: 24th Dec 2007, 23:11 -
Low End Video Card w/ adapter vs. Low End DVD player
By enter8 in forum Media Center PC / MediaCentersReplies: 6Last Post: 20th Aug 2007, 15:45