Accelerated Video Encode & Decode on RZ/G2L and RZ/V2L
Requirements
Decode
# Get Demo File
wget https://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_720p_h264.mov
# This requires an active wayland compositor, e.g. weston
gst-launch-1.0 filesrc location=big_buck_bunny_720p_h264.mov \
! qtdemux ! h264parse ! omxh264dec ! vspmfilter outbuf-alloc=true ! waylandsinkEncode
Last updated