KOH_GStreamer_examples

GStreamer Examples

• Playing a video H.264 file using gst-launch:

For Timesys Fedora Remix 14, use the following command:

gst-launch filesrc location=./firefly.mp4 ! qtdemux name=demux ! queue ! MixVideoDecoderH264 ! vaimagesink demux. ! queue ! faad ! alsasink

For MeeGo 1.2, use the following command:

gst-launch-0.10 filesrc location=./firefly.mp4 ! qtdemux name=demux ! queue ! MixVideoDecoderH264 ! vaimagesink demux. ! queue ! faad ! alsasink

• Playing a video MPEG-4 part 2 file using gst-launch:

For Timesys Fedora Remix 14, use the following command:

gst-launch filesrc location=./firefly.mp4 ! qtdemux name=demux ! queue ! MixVideoDecoderMPEG4 ! vaimagesink demux. ! queue ! faad ! alsasink

For MeeGo 1.2, use the following command:

gst-launch-0.10 filesrc location=./firefly.mp4 ! qtdemux name=demux ! queue ! MixVideoDecoderMPEG4 ! vaimagesink demux. ! queue ! faad ! alsasink




*Other names and brands may be claimed as the property of others.
Revised April 2013