Hi,
I am trying to run the H264 by setting 1080i mode, but i see the errors while setting these mode.
Please let me know if the interlace content encoding is supported in 5.05 EZSDK version.
Regards,
Sudeep
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am trying to run the H264 by setting 1080i mode, but i see the errors while setting these mode.
Please let me know if the interlace content encoding is supported in 5.05 EZSDK version.
Regards,
Sudeep
Hello,
Yes, it is supported.
"Interlace capture ( 1080i60) is supported in capture_encode example."
What is the error?
What version of EZSDK you are using 5.05.01 or 5.05.02?
Best Regards,
Magy
Hi Magy,
Thanks for the reply.
We are using 5_05_01_04 version of ezsdk and getting the below error:
Hello,
What is the PG version of your board?
For 1080i are using 422 format, and pitch would be 2xwidth. On PG1.1 DM8168, this pitch is not supported for > 1920, so you would see the error. PG2.0 supports this.
Could you run loggerSMDump for getting more debug prints: ./loggerSMDump.out 0x9E400000 0x100000 all
It is available at /usr/share/ti/ti-uia folder in the filesystem.
Best Regards,
Margarita
Hi Margarita,
We have PG2.0 rev G board.
However we checked with latest ezsdk 5_05_02_00 version and ran the interlaced content.
The output generated had the following properties:
video stream type : AVC
resolution : 1920x1080
profile:level : Baseline:4.2
aspect ratio : 16x9
chroma format : 4:2:0
Since the H264 encoder is not set to main / high profile, so the interlaced encoding is not enabled.
I will try setting it to main profile and check.
Regards,
Sudeep
Hello Suddep,
You could check here:
http://processors.wiki.ti.com/index.php/VENC
How to encode in interlace mode?
Let me know the result.
Best Regards,
Magy