Hi
please be patient with the cat
thanks.
I have this avisynth script with BlankClip
I need to tell to the encoder that the script should have a duration of "0:01:17.577900" (1 minutes, 17 sec and 577900 millisec)Code:BlankClip() Lanczosresize(1920,1080) ConvertToYUY2() Assumefps(25) colorMatrix(mode="Rec.601->Rec.709") Prefetch(8)
is there a way?
+ Reply to Thread
Results 1 to 5 of 5
-
-
You can specify a lot of parameters to BlankClip, such as fps and length. See examples here:
http://avisynth.nl/index.php/BlankClip
You can specify BlankClip(fps=25, width=1920, height=1080, length= calculate yourself), then you also don't need the AssumeFps(25).
Edit: length must be 1939 or 1940 frames.Last edited by Quint; 8th Sep 2023 at 14:22.
-
[Attachment 73701 - Click to enlarge]
mmm
and how can the cat have to do?!? -
Similar Threads
-
Using Avisynth to play specific clips in sequence?
By Asterra in forum Newbie / General discussionsReplies: 1Last Post: 9th Dec 2022, 08:48 -
Vegas set clip to specific time question
By MajorFoley in forum Newbie / General discussionsReplies: 0Last Post: 20th Dec 2021, 07:34 -
Set subtitles to start at a specific time code using Subtitle Edit
By seorimpaek in forum SubtitleReplies: 1Last Post: 28th Jul 2020, 22:03 -
Playing Audio at specific time with AVISynth
By smike in forum EditingReplies: 4Last Post: 5th Jun 2020, 20:39 -
The reason for specific script command lines
By Betelman in forum RestorationReplies: 15Last Post: 7th May 2019, 08:14