Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Dec 2010
Posts: 19
|
1001 Frame Ceiling
I seem to be having trouble with AVISynth and its frame counting. I tested a script that would keep the first 2000 frames of a roughly 4944 frame video. But AVISynth only seems to be counting the first 1001 frames and thus only cuts the video to that length when using trim.
The script: ImageSource("C:\Users\Rusakov\Videos\titan.png") AudioDub(WavSource("C:\Users\Rusakov\Music\avssound2.wav")) Trim(0, 2000) Info() The end result: http://www.youtube.com/watch?v=zYJ58...el_video_title Am I doing something wrong or is this a known bug? Last edited by Rusakov; 16th June 2011 at 01:05. |
|
|
|
|
|
#2 | Link |
|
Registered User
Join Date: Dec 2002
Posts: 5,565
|
end = 1000 is the standard settings for ImageSource. If you want more frames, raise end.
|
|
|
|
![]() |
| Tags |
| frame, trim |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|