audio video sources

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

audio video sources

th.tom

Hi,


I would like to play two sources with v/a sync (file1.m2v file1.m2a) is there a way to do that with gstreamer?


Thanks for any hint!

 

 

 


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: audio video sources

Sandeep Prakash
Hi,

th.tom wrote
I would like to play two sources with v/a sync (file1.m2v file1.m2a) is there a way to do that with gstreamer?
Try this:
gst-launch filesrc location=file1.m2v ! decodebin2 ! autovideosink filesrc location=file1.m2a ! decodebin2 ! autoaudiosink

If your system has the required plugins installed and your files have proper headers in place, this should work.

Regards,
Sandeep Prakash
http://sandeepprakash.homeip.net
Reply | Threaded
Open this post in threaded view
|

Re: audio video sources

th.tom
In reply to this post by th.tom

Thanks, that works!

However, the audio and video is sometimes not in sync. Maybe the files are corrupt ..


 Try this: gst-launch filesrc location=file1.m2v ! decodebin2 ! autovideosink filesrc location=file1.m2a ! decodebin2 ! autoaudiosink  If your system has the required plugins installed and your files have proper headers in place, this should work.  Regards, Sandeep Prakash http://sandeepprakash.homeip.net --  View this message in context: http://gstreamer-devel.966125.n4.nabble.com/audio-video-sources-tp2292922p2293560.html Sent from the GStreamer-devel mailing list archive at Nabble.com.  ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


 

 


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel