<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=UCM-iMX95_Yocto_Linux%3A_Video_Playback</id>
	<title>UCM-iMX95 Yocto Linux: Video Playback - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=UCM-iMX95_Yocto_Linux%3A_Video_Playback"/>
	<link rel="alternate" type="text/html" href="https://www.mediawiki.compulab.com/w/index.php?title=UCM-iMX95_Yocto_Linux:_Video_Playback&amp;action=history"/>
	<updated>2026-04-15T08:00:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://www.mediawiki.compulab.com/w/index.php?title=UCM-iMX95_Yocto_Linux:_Video_Playback&amp;diff=5558&amp;oldid=prev</id>
		<title>Igor: Created page with &quot;=Gstreamer= Yocto Linux uses Gstreamer as a default multimedia framework. Here are some useful Gstreamer features:  Execute the following command to check all the source optio...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.compulab.com/w/index.php?title=UCM-iMX95_Yocto_Linux:_Video_Playback&amp;diff=5558&amp;oldid=prev"/>
		<updated>2025-01-09T15:58:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Gstreamer= Yocto Linux uses Gstreamer as a default multimedia framework. Here are some useful Gstreamer features:  Execute the following command to check all the source optio...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Gstreamer=&lt;br /&gt;
Yocto Linux uses Gstreamer as a default multimedia framework. Here are some useful Gstreamer features:&lt;br /&gt;
&lt;br /&gt;
Execute the following command to check all the source options:&lt;br /&gt;
 gst-inspect-1.0 | grep source&lt;br /&gt;
&lt;br /&gt;
Execute the following command to check all the sink options:&lt;br /&gt;
 gst-inspect-1.0 | grep sink&lt;br /&gt;
&lt;br /&gt;
==Video Playback==&lt;br /&gt;
{{note|The operation below requires '''root''' access.}}&lt;br /&gt;
&lt;br /&gt;
The i.MX95 SoC features 4K@60fps H.264/H.265 VPU decoder. &lt;br /&gt;
&lt;br /&gt;
Before starting video playback, please, ensure that the display is connected to the board.&lt;br /&gt;
&lt;br /&gt;
The following commands can be used to start video playback ('''1.mov''' is a media file):&lt;br /&gt;
* gst-play&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gst-play /path/to/1.mov&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* gplay-1.0&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gplay-1.0 /path/to/1.mov&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* gst-launch&lt;br /&gt;
This method is for advanced users. Please study this document before the start: [https://raw.githubusercontent.com/compulab-yokneam/Documentation/master/pdfs/i.MX8GStreamerUserGuide.pdf i.MX8GStreamerUserGuide.pdf]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gst-launch-1.0 -v filesrc location=/path/to/1.mov ! qtdemux name=d.video_0 ! h264parse ! avdec_h264 ! autovideosink&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Yocto]]&lt;br /&gt;
[[Category:UCM-iMX95]]&lt;/div&gt;</summary>
		<author><name>Igor</name></author>
		
	</entry>
</feed>