[Gta04-owner] Video playing on dsp
Radek Polak
psonek2 at seznam.cz
Mon Oct 29 23:51:21 CET 2012
On Monday 29 October 2012 22:46:03 Radek Polak wrote:
> Now you can do:
>
> gst-launch filesrc location=/media/card/Documents/9.mp4 ! qtdemux
> name=demux demux.video_00 ! dspvdec ! ffmpegcolorspace ! fbdevsink
> demux.audio_00 ! queue ! ffdec_aac ! alsasink
>
> I have problem with audio, maybe the pipeline is wrong. I am new to
> gstreamer so i don't really understand it yet.
Got audio working now too. The command has to be:
gst-launch filesrc location=/media/card/Documents/9.mp4 ! qtdemux name=demux
demux.video_00 ! queue ! dspvdec ! ffmpegcolorspace ! fbdevsink demux.audio_00
! queue ! ffdec_aac ! alsasink
Regards
Radek
More information about the Gta04-owner
mailing list