VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Hi,

    a cat. However

    Be patient, thanjs

    I have import Image
    [Attachment 86323 - Click to enlarge]
    this attacjed SMPTE Bars jpeg file in timeline.

    to compare output of avisynth via pismo file mount, back to edius for do clip to clip comparison.

    The avisynth script is:


    Code:
    LoadPlugin("v:\automazioneclip\AviSynth\colormatrix26\X86\ColorMatrix32.dll")
    
    FFVideoSource("v:\SMPTE bars .jpg")
    
    ConvertToYUY2(interlaced=false)
    colorMatrix(mode="Rec.601->Rec.709")
    
    ColorYUV(levels="PC->TV")
    this script let the pismo system to get ad .avi to import in edius and see the differecesed frame to frame.

    There is s little "shift" on the bars colors when switching frame to frame.

    Image
    [Attachment 86324 - Click to enlarge]




    this is the result

    Image
    [Attachment 86325 - Click to enlarge]

    Image
    [Attachment 86326 - Click to enlarge]



    what can it be? thanks
    Last edited by marcorocchini; 27th Mar 2025 at 16:36.
    Quote Quote  
  2. Try this

    Code:
    ImageSource("SMPTE bars .jpg")
    converttoYV16() #convert to planar
    z_ConvertFormat(pixel_type="YUV422P8",interlaced=false,colorspace_op="601:auto:auto:limited=>709:same:same:limited")
    Quote Quote  



Similar Threads

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