Jump to content

Jetson Nano/Gstreamer/Example Pipelines/Encoding: Difference between revisions

Line 88: Line 88:
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
FILE=filename.mkv
FILE=filename.mkv
gst-launch-1.0 -e nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)NV12, framerate=(fraction)30/1' ! nvvidconv ! 'video/x-raw(memory:NVMM), format=(string)I420' ! omxvp8enc ! matroskamux ! filesink location=$FILE -e
gst-launch-1.0 -e nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=NV12, framerate=30/1' ! omxvp8enc ! matroskamux ! filesink location=$FILE
</pre>
</pre>


866

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.