
• Playing a video H.264 file using gst-launch:
—
gst-launch filesrc location=./firefly.mp4 ! qtdemux name=demux ! queue ! MixVideoDecoderH264 ! vaimagesink demux. ! queue ! faad ! alsasink
—
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:
—
gst-launch filesrc location=./firefly.mp4 ! qtdemux name=demux ! queue ! MixVideoDecoderMPEG4 ! vaimagesink demux. ! queue ! faad ! alsasink
—
gst-launch-0.10 filesrc location=./firefly.mp4 ! qtdemux name=demux ! queue ! MixVideoDecoderMPEG4 ! vaimagesink demux. ! queue ! faad ! alsasink