Jump to content

Xilinx ZYNQ UltraScale+ MPSoC/GStreamer/Example Pipelines/Video Decoding: Difference between revisions

(Created page with "<noinclude> {{Xilinx ZYNQ UltraScale+ MPSoC/Head|previous=Video Encoding|next=Video Transformation|keywords=}} </noinclude> {{DISPLAYTITLE:Xilinx ZYNQ UltraScale+ Video Encod...")
 
Line 17: Line 17:
'''H.264'''
'''H.264'''
<syntaxhighlight>
<syntaxhighlight>
gst-launch-1.0 udpsrc port=5000 caps=application/x-rtp,media=video,clock-rate=90000,encoding-name=H264 ! rtph264depay ! h264parse ! omxh264dec ! autovideosink
gst-launch-1.0 udpsrc port=5000 caps=application/x-rtp,media=video,clock-rate=90000,encoding-name=H264,payload=96 ! rtph264depay ! h264parse ! omxh264dec ! kmssink driver-name=xlnx bus-id=fd4a0000.display fullscreen-overlay=true
</syntaxhighlight>
</syntaxhighlight>


'''H.265'''
'''H.265'''
<syntaxhighlight>
<syntaxhighlight>
gst-launch-1.0 udpsrc port=5000 caps=application/x-rtp,media=video,clock-rate=90000,encoding-name=H265 ! rtph265depay ! h265parse ! omxh265dec ! autovideosink
gst-launch-1.0 udpsrc port=5000 caps=application/x-rtp,media=video,clock-rate=90000,encoding-name=H265,payload=96 ! rtph265depay ! h265parse ! omxh265dec ! kmssink driver-name=xlnx bus-id=fd4a0000.display fullscreen-overlay=true
</syntaxhighlight>
</syntaxhighlight>


<noinclude>{{Xilinx ZYNQ UltraScale+ MPSoC/Foot|Video Encoding|Video Transformation}}</noinclude>
<noinclude>{{Xilinx ZYNQ UltraScale+ MPSoC/Foot|Video Encoding|Video Transformation}}</noinclude>
222

edits

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