On 9/29/15 1:42 AM, Carl Eugen Hoyos wrote:
Deron pagestream.org> writes:
For this to work, I have to output 10 bit YUV ‘v210’
4:2:2 representation (twelve 10-bit unsigned components
packed into four 32-bit little-endian words).
Can't you use the v210 encoder to produce this format?
Carl Eug
Deron pagestream.org> writes:
> For this to work, I have to output 10 bit YUV ‘v210’
> 4:2:2 representation (twelve 10-bit unsigned components
> packed into four 32-bit little-endian words).
Can't you use the v210 encoder to produce this format?
Carl Eugen
As the title says, I'm adding closed caption support to the Decklink driver.
For this to work, I have to output 10 bit YUV ‘v210’ 4:2:2
representation (twelve 10-bit unsigned components packed into four
32-bit little-endian words). AV_PIX_FMT_NV20LE sounds like it would be
the correct format,