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 !
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 !