Jump to content

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

Line 27: Line 27:
FILE_B=filenameB.mp4
FILE_B=filenameB.mp4


gst-launch-1.0 -e nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=NV12, framerate=30/1' ! nvvidconv ! 'video/x-raw(memory:NVMM), format=I420' ! tee name=streams streams. ! queue ! omxh264enc bitrate=8000000 ! qtmux ! filesink location=$FILE_A streams. ! queue ! omxh264enc bitrate=8000000 ! qtmux ! filesink location=$FILE_B
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
</pre>
</pre>


866

edits

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