Hi,
Is it possible I a capture 1080p60 since I dont have a 1080tv the hdmi driver scale it to 720p60 or 640x480 NTSC/PAL.
Cheers,
Steve
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,
Is it possible I a capture 1080p60 since I dont have a 1080tv the hdmi driver scale it to 720p60 or 640x480 NTSC/PAL.
Cheers,
Steve
Hello,
You want to display it on HDMI with 720x480p/640x480p resolution or you want to display it on SD display?
Best Regards,
Margarita
Hello,
Then ignore my previous post!
Steve Hooper said:a: Display 720p60 while it is encoding 1080p60 (and mp4 is 1080p60 itself) on HDMI connector
The Display timings should be set for 720p60. Check the VFPC component (DEI )in the OMX user guide for scaling.
If you not change these two defines :
#define IL_CLIENT_ENC_WIDTH (1920)
#define IL_CLIENT_ENC_HEIGHT (1080)
The encoder will encode it with 1080p resolution.
Regarding the mp4, you will need a muxer to mux it in this container. In OMX we do not have such element.
You could use gstreamer. In gstreamer we have a mux elements.
Steve Hooper said:b: Display NTSC/PAL while its encoding 1080p60 (and mp4 is 1080p60 itself) on SD connector.
What you mean by SD connector, the composite output on the EVM?
Regarding