VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Hi

    please be patient with the cat

    thanks.

    I have this avisynth script with BlankClip
    Code:
    BlankClip()
    Lanczosresize(1920,1080)
    ConvertToYUY2()
    Assumefps(25)
    colorMatrix(mode="Rec.601->Rec.709")
    Prefetch(8)
    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)

    is there a way?
    Quote Quote  
  2. 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.
    Quote Quote  
  3. Originally Posted by Quint View Post

    length= calculate yourself )
    Image
    [Attachment 73701 - Click to enlarge]


    mmm

    and how can the cat have to do?!?
    Quote Quote  
  4. Read above...
    Quote Quote  
  5. Originally Posted by marcorocchini View Post
    Originally Posted by Quint View Post

    length= calculate yourself )
    Image
    [Attachment 73701 - Click to enlarge]


    mmm

    and how can the cat have to do?!?
    25 frames per second * 77.5779 seconds = 1939.4475 frames.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!