I am using vlc activex plugin v2 in a C# project and I have a video file which is yuv format. I have to set some parameters manually to play it normally.If I open vlc.exe directly and add a video file and set the parameters to ":rawvid-width=352 :rawvid-height=288 :rawvid-chroma=I420", it ...