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

Line 10: Line 10:
=== H264 Encoding from videotestsrc ===
=== H264 Encoding from videotestsrc ===
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
gst-launch-1.0 videotestsrc is-live=true ! video/x-raw, format=I420, width=1920, height=1080 ! omxh264enc ! qtmux ! perf ! filesink location=test.mp4
FILE=filename.mp4
gst-launch-1.0 videotestsrc is-live=true ! video/x-raw, format=I420, width=1920, height=1080 ! omxh264enc ! qtmux ! perf ! filesink location=$FILE
</pre>
</pre>


932

edits