ExtraOptions with x264 #2240
|
Hi, I'm trying to ingest the interlaced stream using RTMP, and the HLS ABR playback was completely fine. As per the transcoder settings I configured multiple bitrates. But later I realised that the output .ts chunks are in progressive. This explains that by default the transcoded output is in progressive. My requirement was to ingest an interlaced video and get a transcoded output chunks as well in interlaced form. I added tag to specify that I need to use x264, and mentioned 'tff=1:weightp=0' (Top Field First) in the . Can someone please help to understand if this is some kind of bug? @getroot can you please help 🙏 -Thanks, |
Replies: 1 comment 1 reply
|
Thanks for reporting this. Currently, OvenMediaEngine does not support interlaced encoding. I also confirmed that even when applying the tff=1 option in ExtraOptions, it is automatically reset to BFF by the x264 codec. I’ll make sure to include interlaced encoding support in our development plan. Thanks. |
@agkatare30
Thanks for reporting this. Currently, OvenMediaEngine does not support interlaced encoding. I also confirmed that even when applying the tff=1 option in ExtraOptions, it is automatically reset to BFF by the x264 codec.
I’ll make sure to include interlaced encoding support in our development plan.
Thanks.