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

m
no edit summary
mNo edit summary
mNo edit summary
Line 7: Line 7:
---->
---->


=H.264=
==H.264==


== OMX ==
=== OMX ===


=== H264 Encoding from videotestsrc ===
==== H264 Encoding from videotestsrc ====
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
FILE=filename.mp4
FILE=filename.mp4
Line 17: Line 17:
</pre>
</pre>


=== H264 Encoding from camera ===
==== H264 Encoding from camera ====


<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
Line 53: Line 53:
|}
|}


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


<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
Line 91: Line 91:
|}
|}


==V4L2==
===V4L2===


=== H264 Encoding from Camera ===
==== H264 Encoding from Camera ====


<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
Line 128: Line 128:
|}
|}


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


<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
Line 164: Line 164:
|}
|}


=H.265=
==H.265==


== OMX ==
=== OMX ===


=== H265 Encoding from camera ===
==== H265 Encoding from camera ====
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
FILE=filename.mp4
FILE=filename.mp4
Line 201: Line 201:
| 116
| 116
|}
|}
=== Dual H265 Encoding from Camera ===
==== Dual H265 Encoding from Camera ====


<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
Line 237: Line 237:
|}
|}


==V4L2==
===V4L2===


=== H265 Encoding from Camera ===
==== H265 Encoding from Camera ====


<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
Line 273: Line 273:
|}
|}


=== Dual H265 Encoding from Camera ===
==== Dual H265 Encoding from Camera ====


<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
Line 309: Line 309:
|}
|}


=VP8=
==VP8==


==OMX==
===OMX===


=== VP8 Encoding from Camera ===
==== VP8 Encoding from Camera ====
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
FILE=filename.mkv
FILE=filename.mkv
Line 347: Line 347:
|}
|}


==V4L2==
===V4L2===


=== VP8 Encoding from Camera ===
==== VP8 Encoding from Camera ====
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
FILE=filename.mkv
FILE=filename.mkv
Line 383: Line 383:
|}
|}


=JPEG=
==JPEG==


<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">