Hi Expert,
Could SK-AM62 play H.264/H.265 videos?
Do you have any solutions and documentation to do this?
PROCESSOR-SDK-LINUX-AM62X — Processor SDK Linux for AM62X Version: 08.03.00.19
Thanks
Daniel
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 Expert,
Could SK-AM62 play H.264/H.265 videos?
Do you have any solutions and documentation to do this?
PROCESSOR-SDK-LINUX-AM62X — Processor SDK Linux for AM62X Version: 08.03.00.19
Thanks
Daniel
Hi Daniel,
Yes, but you would need to use the ARM cores. For example, the community based gstreamer plugins could be used for decode/encode and here is an example pipeline: gst-launch-1.0 -v filesrc location=/home/root/test_file.264 ! queue ! h264parse ! avdec_h264 ! videoconvert ! fpsdisplaysink sync=false video-sink='kmssink driver-name=tidss'
Regards,
Krunal