Other Parts Discussed in Thread: BEAGLEBOARD-X15
I have AM57xx evaluation board of following model(boot log entries).
Model: TI AM5728 BeagleBoard-X15
Board: AM572x EVM REV A.20
followed refereed path: e2e.ti.com/.../589543
I am executing below commands but warnings and some errors occurring those are
1.Decoding
gst-launch-1.0 filesrc location=TearOfSteel-Short-720x420.264 num-buffers=400 ! queue ! h264parse ! 'video/x-h264' ! ducatih264decvpe ! 'video/x-raw,format=(string)NV12,width=720,height=420' ! queue ! filesink location=jp-h264dec-720.yuv
WARNING: erroneous pipeline: no element "ducatih264decvpe"
2.Encoding
gst-launch-1.0 filesrc location=jp-h264dec-720.yuv ! videoparse width=720 height=420 format=nv12 ! vpe ! ducatih264enc ! filesink location=output.h264
3.Decode->Display
gst-launch-1.0 filesrc location=output.h264 ! typefind ! h264parse ! ducatih264decvpe ! kmssink -v
WARNING: erroneous pipeline: no element "ducatih264decvpe"
How to install kmssink
Thanking you,
Regards,
Ramachandra P C