Can ffmux_asf mux audio/video at same time ??

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

Can ffmux_asf mux audio/video at same time ??

Irfan Shaikh-2
Can ffmux_asf mux audio/video at same time ??

Hi All,

      When i play the following ASF file on VLC player i get 1 second of audio and then i get audio without video:

   gst-launch -v filesrc location=/home/CodecH264.dat ! h264parse ! video/x-h264, width=1280, height=720, framerate=30/1 ! queue ! mux. filereader    location=/home/CodecG711.dat ! audio/x-alaw, rate=8000, channels=1 ! queue ! mux. ffmux_asf name=mux ! filesink location=/home/H264_G711.asf

       Can any one suggest me why i am facing this problem ??

Regards,
Irfan

This message (including any attachment) is confidential and may be legally privileged. Access to this message by anyone other than the intended recipient(s) listed above is unauthorized. If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful. Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error.


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Can ffmux_asf mux audio/video at same time ??

michael smith-6-3
On Mon, Dec 15, 2008 at 12:59 AM, Irfan Shaikh
<[hidden email]> wrote:

>
> Hi All,
>
>       When i play the following ASF file on VLC player i get 1 second of
> audio and then i get audio without video:
>
>    gst-launch -v filesrc location=/home/CodecH264.dat ! h264parse !
> video/x-h264, width=1280, height=720, framerate=30/1 ! queue ! mux.
> filereader    location=/home/CodecG711.dat ! audio/x-alaw, rate=8000,
> channels=1 ! queue ! mux. ffmux_asf name=mux ! filesink
> location=/home/H264_G711.asf
>
>        Can any one suggest me why i am facing this problem ??

We can't really support (or recommend using) the ffmpeg muxers,
they're poor quality and often don't work properly.

If you want to do this, you'll probably need to write a decent ASF
muxer first. I think there might have been a 0.8 one that was never
ported

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel