Hello sir,
I am using Beagleboard X15 and i am downloaded Debian 9.5 2018-10-07 4GB SD LXQT image loaded through SD card.
Through System command line installed Gstreamer1.0-0 using below commands:
#sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio
# sudo apt-get update.
#reboot
after system startup downloaded some images and used whatever you suggested commands only.
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
WARNING: erroneous pipeline: no element "ducatih264decvpe"
3.Decode->Display
gst-launch-1.0 filesrc location=output.h264 ! typefind ! h264parse ! ducatih264decvpe ! kmssink -v
ducatih264decvpe
! filesink location=jp-h264dec-720.yuv
error:
WARNING: erroneous pipeline: no element "video"
ion=jp-h264dec-720.yuv
WARNING: erroneous pipeline: could not link h264parse0 to queue1
WARNING: erroneous pipeline: no element "vpe"
What is the problem installation of gstreamer any problem or without gst-ducatiplugins problem?