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

No edit summary
Line 21: Line 21:
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  
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>
{| class="wikitable" style="color:black; background-color:#f6f6f6; margin: auto;"
|+ align="top" style="caption-side: top" | Table 1. Performance results
|-
! Resolution
! CPU%
! FPS
|-
| 3280x2464
| 20%
| 21
|-
| 3280x1884
| 20%
| 21
|-
| 1080p
| 23%
| 30
|-
| 720p
| 28%
| 58
|-
| 720p
| 37%
| 116
|}


=== Dual H264 Encoding from Camera ===
=== Dual H264 Encoding from Camera ===
866

edits