Log in

View Full Version : Re-encoding h264 -> Colors washed out


Nico8583
5th August 2013, 19:26
Hi :)
I'm trying to re-encode a h264 stream with AviSynth.
I use DirectShowMVCSource.dll from StereoPlayer and a AviSynth script like this :
LoadPlugin("DirectShowMVCSource.dll")
Video = DirectShowMVCSource("Video.m2ts", decodeleft=true)
Video = Video.AssumeFPS(24000,1001)
Return Video
I import this script in Rovi MVC encoder and launch session.
All work fine but when I play h264 encoded stream, colors look washed out :(
Can I modify my script with a plugin or another tip to have colors match ?
Thanks !

Reuf Toc
5th August 2013, 19:42
Hi

DirectShowMVCSource seems to work with coreAVC as decoder.

Check coreAVC decoder configuration, there is probably a problem with outputs levels, if auto detect is already choosen, try to force it to TV levels

Nico8583
5th August 2013, 20:17
Thanks for your response but where can I find CoreAVC config ? I don't have an item in Windows Control Panel...