Closed lizhong1008 closed 7 years ago
@chivakker "Do you have plans to enable this on yamiencode as well?", No, we mainly use yamitranscode to do encode, yamiencode will be discarded as Guangxin’s long term plan.
That means all yamiencode options should also be supported in yamitranscode, but yamitranscode options no need to be supported in yamiencode. @YuJiankang , maybe we can add enableVDEnc in yamitranscode.
@lizhong1008 @YuJiankang @chivakker @wang-fei , seems yamiencode introduce some confuse, since yamitranscode can support all formats yamiencode supported . Moreover, its performance is better than yamiencode. Do you think it is ok to remove yamiencode right now?
@xuguangxin I agree to delete it but we would better have a simple application just demo how to set up encoder pipeline. Yamitranscode seems a little complex for user to learn how to set up encoder pipeline.
yes, a simple encoder is in our original plan, just like https://github.com/01org/libyami-utils/blob/master/examples/simpleplayer.cpp. However, we do not have enough resource for this in near future
I would prefer to keep yamiencode as an encoder example. I understand that it represents duplicating some work with yamitranscode but I think it is still useful in the current way.
Hi @chivakker Do you think it's ok to remove it when we have simple encoder application? Do you still expect lizhong add similar command line to yamiencode?
Hi @chivakker any update on this?
What is the current status?
Closing due to inactivity by submitter and broken builds (needs rebase). Feel free to reopen request when you address these issues.
This patch is to support h264 simulcast encoding, which means independent bitstreams with different priority. It require to set priority_id and prefix nal unit for each bitstream.
This patch is relative to https://github.com/01org/libyami/pull/659