Hi,
I was trying
to run one .264 format file size of 55kb with playbin. But playbin showing
only one frame at sink side. Actually it is of 4sec( 120 frames) video file.
Playbin using
'ffdec_h264' for decoding and 'autovideosink' for display.
is these plugins
able to play or need i to do any changes?
Please help me in
this regard
Thanks & Regards
Madhu
Reddy ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
If you are trying to play raw h264 file then use following ,
gst-launch filesrc location=xyz ! h264parse ! ffdec_h264dec ! sdlvideosink
On Thu, Dec 31, 2009 at 10:57 AM, <[hidden email]> wrote:
-- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In which release of Gst-plugins -bad the sdlvideosink bad plugin available. i downloaded the latest
version of bad plugins. and i installed but sdlvideosink.so file not generated.
what i found is SDL.h file is not available. So if anyone have this plugin
please send it.
Thanks &
Regards
Madhu Reddy
Wipro
Technologies
+918050013368 From: sudarshan bisht [mailto:[hidden email]] Sent: Thursday, December 31, 2009 11:19 AM To: Discussion of the development of GStreamer Subject: Re: [gst-devel] Not able to run .264 file with playbin If you are trying to play raw h264 file then use following ,
gst-launch filesrc location=xyz ! h264parse !
ffdec_h264dec ! sdlvideosink
On Thu, Dec 31, 2009 at 10:57 AM, <[hidden email]>
wrote:
-- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
install libSDL and then build gst-plugin-bad package ....
On Thu, Dec 31, 2009 at 2:31 PM, <[hidden email]> wrote:
-- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by ananthula.madhu
On Thu, 2009-12-31 at 14:31 +0530, [hidden email] wrote:
> In which release of Gst-plugins -bad the sdlvideosink bad plugin > available. i downloaded the latest version of bad plugins. and i > installed but sdlvideosink.so file not generated. what i found is > SDL.h file is not available. So if anyone have this plugin please send > it. sdlvideosink is not important here. You can use any other videosink as well. Something like ... ! h264parse ! ffdec_h264 ! ffmpegcolorspace ! videoscale ! autovideosink should work fine too. Cheers -Tim ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |