Jump to content

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

(Undo revision 23814 by Mmontero (talk))
Tag: Undo
Line 70: Line 70:


<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
FILE=filename.mp4
gst-launch-1.0 -e nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=NV12, framerate=30/1' ! nvv4l2h265enc bitrate=8000000 ! h265parse ! qtmux ! filesink location=$FILE -e
gst-launch-1.0 -e nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)NV12, framerate=(fraction)30/1' ! nvv4l2h265enc bitrate=8000000 ! h265parse ! 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.