nickintheforest
26th August 2015, 22:33
I have 1080p, 4:2:2 10-bit.
First of all, I want to ask, is format="YUV422P16" (LWLibavVideoSource("sample.ts",stacked=true,format="YUV422P16")) the most correct pixel format?
If that's true, second question.
Which way of StackHorizontal two stack16 video is the most accurate? I mean,
s = LWLibavVideoSource("sample.ts",stacked=true,format="YUV422P16")
-> StackHorizontal(s,s) for example. or StackVertical.
First of all, I want to ask, is format="YUV422P16" (LWLibavVideoSource("sample.ts",stacked=true,format="YUV422P16")) the most correct pixel format?
If that's true, second question.
Which way of StackHorizontal two stack16 video is the most accurate? I mean,
s = LWLibavVideoSource("sample.ts",stacked=true,format="YUV422P16")
-> StackHorizontal(s,s) for example. or StackVertical.