Quote:
Originally Posted by Fandangos
I have a problem similar with Netflix, the video is bluish. I think it's necessary to apply a colormixer filter, but I still have not found the right combination 
|
Yeah, it also took me some time to figure out.
It is because you dont use the -vtag YV12.
It is very important, that you use ffmpeg version 1.2. All the other versions dont support the "-vtag".
Here is an exampel, so you can see where to put it in. Allways just before -> -i
ffmpeg -y -f rawvideo -vcodec rawvideo -s:v 1280x720 -r 23.97 -pix_fmt yuv420p -vtag YV12 -i "C:\Users\Techman\Documents\The Grand Tour 1x01 The Holy Trinity.B01M3U2GXX_video_3000000_audio_eng_128000. raw" -vcodec libx264 -qp 0 -c:a aac -b:a 128k test.mkv
Cheers
Edit: Crap, i did not see you were talking about Netflix. The above is for an Amazon raw file.
But it might be the same thing with netflix.
@Fandangos
Please send me a pm on how to get the raw file from Netflix. Would really appreciate that :-)