On 05/11/2012 08:51 AM, vivekr wrote:
> Hi,
>
> I have the following pipeline for generating an mp4 stream from a .264
> stream (file) i have used a file sink.
> the following code gives the pipeline
>
>
> gst-launch filesrc location=C:/carphone.264 ! h264parse ! capsfilter !
> ffdec_h264 ! ffmpegcolorspace ! videoscale ! qtmux ! filesink
> location=C:/test123456.mp4
>
> The mp4 gets generated, but when I use mp4 players available they are unable
> to play this video.
Why are you decoding the h264? Try
gst-launch filesrc location=C:/carphone.264 ! h264parse ! qtmux ! filesink
location=C:/test123456.mp4
Stefan
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel