Has anyone used MPEG2 Encoding on Tegra TX1. We are planning to develop an encoding system with MPEG2 encoding. While refering to Embedded Data of TX1, I noticed “MPEG2 (ME only)”. I assume ME here means Motion Estimation. What does ME only means? Does it mean MPEG2 encoders supports only partial MPEG2 features?
Can someone tell me what all features are supported in MPEG2 encoding on TX1.
I was referring to “TegraX1_Embedded_DataSheet_DS07224007v0.99.pdf”. In page #8 under the section “Multi-Standard Video Encoder”, the document says that it has support for MPEG2(ME only). But, however, from another post on this forum, I read that MPEG2 encoder support is not provided on TX1, only decoding. Please clarify.
Hi durgeshmn,
Yes, we have mpeg2 HW decoder omxmpeg2videodec on TX1. But foe encoding, you have to use SW encoder such as mpeg2enc(@gstreamer1.0-plugins-bad) or avenc_mpeg2video(@gstreamer1.0-libav).
Dear all,
I would like to use the motion estimation only capabilities on the TX2. I have this working with an nvidia GPU, using the NvEnc library but this seems not portable. What is the right approach on getting this to work with the TX2, and is this possible at all ?