-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add: y210le support in ffmpeg plugin #1029
Add: y210le support in ffmpeg plugin #1029
Conversation
PR created basing on the patch in BCS. However after discussion with @DawidWesierski4 , better shorter smoother solution can be eventually created instead of these changes. So, hold on before merging to main! |
@skolelis I thought we can save on the conversion, this format seems to be 16 bit and we have internal conversion devices I checked it and it seems to be the easiest way of doing this Fix the commit message to something sensible (without link) and i will give my approve ok ? |
c772ed0
to
064f7b4
Compare
Patch added from Intel Tiber Braodcast Suite after some clean-up.
LGTM |
When initializing st20p session with ops_rx.transport_fmt != ops_rx.output_fmt it means that frames should be converted automatically by the session.
|
well i tested it a lil bit, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add in FFMPEG Readme an explicit statement that y210 is a format that is not supported by the ffmpeg plugins for mtl
Add support for Y210LE format in FFmpeg plugin on both RX and TX sides.
This is not the usual way of using MTL API it's done to support Intel Tiber and the non-standard way
of conversion in qsv Tiber pipelines.