Back Forum Reply New

Problems with trimming

This is what I get from Gordian Knot when I have manually made the main avs and the credits avs:

13:33:40: Started  DivX5-Single, Quality 20%: D:\untouchables_credits.avs
13:37:58: Finished DivX5-Single, Quality 20%. Duration: 4 minutes, 18 seconds.
13:37:58: Assumed: Main Movie has   0 Frames.
13:37:58: Assumed: Credits Part has 196494 Frames.
13:37:58: Credits Size = 5982Kb
13:37:58: New Bitrate for Movie = 124110925 k(=1000)Bits/s
13:37:58: *************************************
13:37:58: EXCEPTION: Integer overflow
13:37:58: EXCEPTION: Encoder Thread Terminated.
13:37:58: *************************************
Total Encoding Time: 4 minutes, 18 seconds.
15.12.02 13:37:58: Job quot;Movie 5quot; finished.

It says that it thinks the credits part is the whole movie.

This is what I put in in the credits avs:

trim(191692,196494)  And this is what I put into the main avs (to get rid of commercials and so on)

trim(5162,81561)+trim(101331,191691)Isn't this right?

Hi-

This is kind of like the other post you made (where I requested to see the .avs files). Maybe your .avs will work (I don't know-never tried it that way, but as you said, GKnot doesn't like it). What happens when you open this one in VDub? Do you see the movie the way you want? Instead of doing it the way you wrote, maybe try this:

Trim1=Trim(5162,81561)
Trim2=Trim(101331,191691)
Trim1+Trim2

Whenever you're not sure about the .avs (which can mean everytime you edit it from what GKnot gave you), it's a good idea to open it in VDub and scroll around to make sure it looks OK and doesn't crash. Another way to check it is to play it in the Preview Window of GKnot.

How can I open the preview window in GKnot when I don't hava a .d2v project - only the manual written .avs?

Hi-

Sorry-my mistake-I forgot this was from a capture. Open it in VDub.
¥
Back Forum Reply New