[gst-devel] gst-launch command to transcode
Ramana Reddy Polaka
Ramana_Polaka at infosys.com
Thu Mar 20 11:53:23 CET 2008
Hi,
Can somebody please help me to in the following?
aim: to transcode
input: mpeg2 video with mp3 audio stream
output: dump with mp4 container format
/---video_queue--Mpeg2decoder--Mpeg4Encoder--\
input.mpg -->filesrc--demuxer--- -- mp4muxer--filesink--> output.mp4
\---audio_queue--Mp3decoder----AacEncoder----/
for dumping only video the following command works
-----------------------------------------------------------------------------
gst-launch filesrc location=reader_mpeg1_320.mpg ! ffdemux_mpeg name=demux demux. ! queue max-size-buffers=0 ! ffdec_mpeg2video ! ffenc_mpeg4 ! ffmux_mp4 name=muxer muxer.! filesink location=reader.mp4
for dumping video and audio how can I use the command?
Regards,
Ramana
**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20080320/14f84e4b/attachment.htm>
More information about the gstreamer-devel
mailing list