Jump to content

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

Line 11: Line 11:
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
FILE=filename.mp4
FILE=filename.mp4
gst-launch-1.0 videotestsrc is-live=true ! 'video/x-raw, format=(string)I420,width=(int)1920, height=(int)1080' ! omxh264enc ! 'video/x-h264, stream-format=(string)byte-stream' ! h264parse ! qtmux ! filesink location=$FILE -e
gst-launch-1.0 videotestsrc is-live=true ! video/x-raw, format=I420,width=1920, height=1080 ! omxh264enc ! qtmux ! filesink location=$FILE -e
</pre>
</pre>


866

edits

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