Detailed technical information on TX1 H.264 encoder

I can’t find any low-level technical details on the TX1 H.264 encoder hardware. There seems to only be data sheet level information on the web site. I am looking for functional / register-level documentation for this subsystem. Is this available?

The h264 encoder you are referring to is the omxh264enc thats coming with gstreamer and tx1/2 ?

I thought that is opensource ? OpenMax encoder.

https://www.google.no/search?client=ubuntu&channel=fs&q=OpenMAX+H.264+Video+Encoder&ie=utf-8&oe=utf-8&gfe_rd=cr&ei=Df0fWeX4DeiO8Qep8rL4Dg

Hi,
We don’t suggest do register-level programing. Please refer to gstreamer user guide and MM APIs in main page
https://developer.nvidia.com/embedded/linux-tegra-r2421

I’m trying to determine if the H.264 encoder in the Jetson supports region of interest (ROI) processing? I don’t see this as an option in the omxh264enc plugin element. Can you confirm the hardware does not support ROI?

Hi,
Please use video converter to crop the video frame and then send it to encoder.