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

No edit summary
Line 278: Line 278:
gst-launch-1.0 -e nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=NV12, framerate=30/1' ! tee name=streams streams. ! queue ! nvv4l2h265enc bitrate=8000000 ! h265parse ! qtmux ! filesink location=$FILE_A streams. ! queue ! nvv4l2h265enc bitrate=8000000 ! h265parse ! 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' ! tee name=streams streams. ! queue ! nvv4l2h265enc bitrate=8000000 ! h265parse ! qtmux ! filesink location=$FILE_A streams. ! queue ! nvv4l2h265enc bitrate=8000000 ! h265parse ! qtmux ! filesink location=$FILE_B
</pre>
</pre>
{| class="wikitable" style="color:black; background-color:#f6f6f6; margin: auto;"
|+ align="top" style="caption-side: top" | Table 1. Performance results
|-
! Resolution
! CPU%
! FPS
|-
| 3280x2464
| 11%
| 21
|-
| 3280x1884
| 12%
| 21
|-
| 1080p
| 11%
| 30
|-
| 720p
| 18%
| 58
|-
| 720p
| 37%
| 117
|}


=VP8=
=VP8=
866

edits