[gst-devel] AVCHD playback

Sameer Naik sameer at allaboutif.com
Fri Oct 12 07:45:46 CEST 2007


try using a queue element before xvimagesink element.

On Fri, 2007-10-12 at 10:48 +0530, sangita pithadia wrote:
> Hi All,
>         I m trying to play AVCHD files using gstreamer.
> AVCHD files  basically contains ts packets, each packet is having 4
> bytes of extra header,which is nothing but timestamp information, that
> means each packet is of 192 bytes.
> video format is h.264  and audio format is AC3.
> when i tried with playbin
> gst-launch -v playbin uri=file://pathtofile/file.mts
>  
> it didnt play.
>  
> But when i tried after removing 4 bytes of header from each
> packet(to make it ts file) and tried with 
> gst-launch filesrc location=/pathtofile/file_converted.ts !
> flutsdemux ! h264parse ! ffdec_h264 ! queue ! videoscale !
> ffmpegcolorspace ! xvimagesink
> It displays only one frame.
>  
> Can anyone tel me what can be the cause of this?
> How do i play AVCHD files?
>  
>  
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________ gstreamer-devel mailing list gstreamer-devel at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gstreamer-devel





More information about the gstreamer-devel mailing list