Jump to content

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

No edit summary
Line 11: Line 11:
'''H.264'''
'''H.264'''
<syntaxhighlight>
<syntaxhighlight>
gst-launch-1.0 filesrc=jellyfish-100-mbps-hd-h264.mkv ! matroskademux ! h264parse ! omxh264dec ! fpsdisplaysink text-overlay=false video-sink="kmssink driver-name=xlnx bus-id=fd4a0000.display fullscreen-overlay=true" sync=true -v
gst-launch-1.0 filesrc location=jellyfish-100-mbps-hd-h264.mkv ! matroskademux ! h264parse ! omxh264dec ! fpsdisplaysink text-overlay=false video-sink="kmssink driver-name=xlnx bus-id=fd4a0000.display fullscreen-overlay=true" sync=true -v
</syntaxhighlight>
</syntaxhighlight>


'''H.265'''
'''H.265'''
<syntaxhighlight>
<syntaxhighlight>
gst-launch-1.0 filesrc=jellyfish-100-mbps-hd-hevc.mkv ! matroskademux ! h265parse ! omxh265dec ! fpsdisplaysink text-overlay=false video-sink="kmssink driver-name=xlnx bus-id=fd4a0000.display fullscreen-overlay=true" sync=true -v
gst-launch-1.0 filesrc location=jellyfish-100-mbps-hd-hevc.mkv ! matroskademux ! h265parse ! omxh265dec ! fpsdisplaysink text-overlay=false video-sink="kmssink driver-name=xlnx bus-id=fd4a0000.display fullscreen-overlay=true" sync=true -v
</syntaxhighlight>
</syntaxhighlight>


222

edits

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