Jetson Nano- VP8 GStreamer Pipelines

From RidgeRun Developer Wiki



  Index  






V4L2

VP8 Encoding

FILE=filename.mkv
gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)NV12, framerate=(fraction)30/1' ! nvv4l2vp8enc bitrate=8000000 ! matroskamux ! filesink location=$FILE -e

VP8 Decoding

FILE=filename.mkv
gst-launch-1.0 filesrc location=$FILE ! matroskademux ! queue ! nvv4l2decoder ! nv3dsink -e


[[Jetson_Nano/<Replace with "previous" page>|Previous: <Replace with "previous" page>]] Index [[Jetson_Nano/<Replace with "next" page>|Next: <Replace with "next" page>]]