Hi,
a cat. However
Be patient, thanjs
I have import
[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:
this script let the pismo system to get ad .avi to import in edius and see the differecesed frame to frame.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")
There is s little "shift" on the bars colors when switching frame to frame.
[Attachment 86324 - Click to enlarge]
this is the result
[Attachment 86325 - Click to enlarge]
[Attachment 86326 - Click to enlarge]
what can it be? thanks
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by marcorocchini; 27th Mar 2025 at 16:36.
-
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")
Similar Threads
-
Using avisynth to SELECT every fifth frame
By pooksahib in forum Video ConversionReplies: 3Last Post: 9th Aug 2024, 06:58 -
Mp4Box - Output is generated without frame Width, frame height & frame rate
By Saptarshi in forum Newbie / General discussionsReplies: 0Last Post: 25th Nov 2022, 08:27 -
How to show a subtitle in only one frame in Avisynth?
By ziptip in forum EditingReplies: 5Last Post: 17th Dec 2021, 08:13 -
Problems with Frame Order in Avisynth++
By Roemer in forum EditingReplies: 20Last Post: 2nd Jun 2021, 15:47 -
Partial frame stab() as basis for whole frame? (Avisynth)
By lordsmurf in forum RestorationReplies: 28Last Post: 11th Sep 2020, 10:36