when using ConvertToRGB32 and you have avisynth 2.5.8 MT installed, is there a noticeable difference if you had version 2.6.0 installed instead? i just don't want to re-encode the same vid i just converted just because i forgot to change my avisynth version to 2.6.0...
anyway the only scripts i use are these..
video=Spline64Resize(video,480,270).Sharpen(0.6)
video=ConvertToYV12(video, matrix="rec709")
LoadPlugin("D:\Cybercafe\Desktop\Tools\AviSynth plugins\Unfilter.dll")
video=Tweak(video, sat=1.117, bright=-.6, cont=1.117)
video=UNfilter(video, -2, -2)
i use ConvertToRGB32(matrix="rec709") on the DirectShowSource code...
and i am using Ripbot264..
+ Reply to Thread
Results 1 to 4 of 4
-
-
No.
i use ConvertToRGB32(matrix="rec709") on the DirectShowSource code... -
There is a very slight difference in the chroma upsampling (if you are a pixel peeper) - it's slightly slower in 2.6.x , and uses a different algorithm
You can read through this thread, specifically this post
http://forum.doom9.org/showthread.php?p=1472375#post1472375
The short summary is the shifts are slightly different (for the most part, slightly better, especially for interlaced RGB<=>YUV conversions)
But manono is right - there is NO GOOD WAY of doing RGB<=> YUV conversions, you always lose quality . There are pros/cons to each method, but since nothing in your script requires RGB, why lose quality for no reason ? -
Oh, there is a difference? And version2.6 is slightly better? Thanks for the info and for the correction. I don't guess that slight difference is noticeable under normal viewing circumstances, though? Never mind, I read the post to which you linked.
Similar Threads
-
what colorspace to select in Lagarith ?
By codemaster in forum EditingReplies: 1Last Post: 1st Jan 2012, 09:44 -
DebugMode frameserver output: RGB24, RGB32 or YUY2 ?
By codemaster in forum EditingReplies: 8Last Post: 6th Jan 2011, 13:09 -
Converting YUV Colorspace
By mlong30 in forum Video ConversionReplies: 4Last Post: 13th Dec 2010, 08:00 -
AVSTODVD: Avisynth script edit - colorspace conversion question...
By JRM75 in forum Video ConversionReplies: 2Last Post: 26th Jul 2010, 18:43 -
Avisynth colorspace conversion - How to do it right?
By MagicSparky in forum Video ConversionReplies: 3Last Post: 24th Mar 2008, 20:28