Jetson Nano- VP8 GStreamer Pipelines

From RidgeRun Developer Wiki
Revision as of 23:27, 27 June 2019 by Jcruz (talk | contribs) (Created page with "<noinclude> {{JetsonNano/Head}} </noinclude> {{DISPLAYTITLE:Jetson Nano- VP8 GStreamer Pipelines |noerror}} ==V4L2== === VP8 Encoding === <pre style="background:#d6e4f1"> F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


  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>]]