+ Reply to Thread
Results 1 to 2 of 2
-
You can use following commands in avisynth:
ConvertToYUY2() #If not YUY2 already
ColorYuv(levels="TV->PC") #Change from TV scale to PC scale
alternatively
ConvertToYUY2() #If not YUY2 already
ColorYuv(levels="PC->TV") #Change from PC scale to TV scale
I don't remember which one corresponds to the TMPGEnc option but try them, it should be one of them.Ronny
Similar Threads
-
Basic question about AVISynth plugins
By sd_smoker in forum Newbie / General discussionsReplies: 3Last Post: 3rd Jul 2008, 11:04 -
Avisynth, FFMPegSource, DGAVCDecode and some other basic questions
By Maikeru-sama in forum Video ConversionReplies: 7Last Post: 11th Jun 2008, 19:13 -
aviSynth + CCE Basic (2.7) fails on certain scripts
By binister in forum Video ConversionReplies: 6Last Post: 11th May 2008, 00:23 -
Programming a GUI to Display YUV data in C#
By gfxcat in forum ProgrammingReplies: 8Last Post: 7th Mar 2008, 22:03