There is a script that some of you suggested to convert my FullHD videos to DVD format in the past (1080 25p to 25p PAL). Back then a line with ColorYUV was added, but I am not sure about its functionality. I know we needed to modify the brightness, that's why the gain parameter was added I gess. But in my recent project, I don't have problem with brightness, so I wonder if I can omit that entire line, or should change it to something like: ColorYUV() ? Does that line have any significance besides changing brightness? The input is YUY anyway, as it was in the past when the script was suggested.
Here is the code:
Code:AviSource("C:\Users\Videos\video.avi") AssumeFPS(25) Spline16Resize(720,576) ColorYUV(gain_y=-25) ColorMatrix(mode="rec.709->rec.601") ConvertToYV12()
+ Reply to Thread
Results 1 to 3 of 3
-
-
Nobody can tell you if it's needed or not without a video sample. ColorYUV(gain_y=-25) darkens all pixels by about 10 percent. If you don't need to darken the picture leave the line out. Or change the value to get the brightness you want.
http://avisynth.nl/index.php/ColorYUV -
Similar Threads
-
How to get correct licence ?
By luki2488 in forum Video Streaming DownloadingReplies: 0Last Post: 12th Oct 2022, 13:44 -
Correct some videos
By salvo00786 in forum DVD RippingReplies: 10Last Post: 8th Sep 2022, 08:53 -
Looking for Batch MP4 Normalization Script of existing script
By VideoFanatic in forum Video ConversionReplies: 6Last Post: 31st Jul 2021, 19:50 -
AC-3 not correct format
By younso in forum Authoring (Blu-ray)Replies: 2Last Post: 22nd Jun 2020, 15:06 -
ColorYUV values versus VirtualDub ColorTools
By wiseant in forum Video ConversionReplies: 11Last Post: 19th Sep 2019, 21:04