Jump to content

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

Line 18: Line 18:
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
FILE=filename.mp4
FILE=filename.mp4
gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=1920, height=1080,format=NV12, framerate=30/1' ! nvvidconv ! omxh264enc ! qtmux ! filesink location=$FILE -e  
gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=1920, height=1080,format=NV12, framerate=30/1' ! omxh264enc ! qtmux ! filesink location=$FILE -e  
</pre>
</pre>


866

edits

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