[gst-devel] Re: divxenc testing
Jorge Robles Nogales
jrobles at electronic-group.com
Wed May 7 09:14:10 CEST 2003
Hi Joshua,
I have tried your patch. The problem that you have in:
> joshua at emit:~/gst/gstreamer/tools$ ./gst-launch filesrc
>location=/local/aleader/ljr.mpg ! mpegdemux name=demux demux.video_00 >
! mpeg2dec ! colorspace ! xvidenc ! avimux ! filesink
> location=/tmp/test.m1v
is the way that you use avimux, you should have used \!avimux0.video_00
for the dynamic pad.
I have tried using your patch this: gst-launch avimux ! filesink
location=./../test.avi v4lsrc ! colorspace ! xvidenc \!avimux0.video_00
and it "seems" that it works.
After that, if you tried to play the created file you would realize that
there is a problem in the MPEG4 header, and the player will no be able
to play it, so what you should do is to try to generate the mpeg4 header
properly.
I will look more carefully your patch, and I will try to help you.
Regards,
Titanium
More information about the gstreamer-devel
mailing list