[gst-devel] AVCHD playback
Jan Schmidt
thaytan at mad.scientist.com
Wed Oct 17 12:51:29 CEST 2007
flutsdemux doesn't have code to deal with any TS packet size except 188 at
the moment. There's a few key places where it would need adapting, but
should only be an afternoon's work for someone.
Jan.
<quote who="sangita pithadia">
> 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