Hi all,
I am encoding a video file into h264 using x264enc and playing the file. But the file doesn't play smoothly it stops very often while playing. I tried setting some properties on x264enc but I didn't see any difference. I am using the following pipeline could someone help me. gst-launch uridecodebin uri=file:///<filename> ! x264enc ! ffdec_h264 ! ffmpegcolorspace ! xvimagesink Thanks ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi ,
Use queue in between encoder and decoder.
On Fri, Jan 30, 2009 at 2:31 PM, Jyoti D <[hidden email]> wrote: Hi all, -- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
try using h264parse between x264enc and ffdec_h264
On Fri, Jan 30, 2009 at 4:07 PM, sudarshan bisht <[hidden email]> wrote:
------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Set sync=FALSE on ximagesink
On Tue, Feb 3, 2009 at 1:43 PM, sumit kumar <[hidden email]> wrote: > try using h264parse between x264enc and ffdec_h264 > > On Fri, Jan 30, 2009 at 4:07 PM, sudarshan bisht <[hidden email]> > wrote: >> >> Hi , >> Use queue in between encoder and decoder. >> >> On Fri, Jan 30, 2009 at 2:31 PM, Jyoti D <[hidden email]> wrote: >>> >>> Hi all, >>> >>> I am encoding a video file into h264 using x264enc and playing the file. >>> But the file doesn't play smoothly it stops very often while playing. I >>> tried setting some properties on x264enc but I didn't see any difference. >>> I am using the following pipeline could someone help me. >>> >>> gst-launch uridecodebin uri=file:///<filename> ! x264enc ! ffdec_h264 ! >>> ffmpegcolorspace ! xvimagesink >>> >>> >>> Thanks >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.net email is sponsored by: >>> SourcForge Community >>> SourceForge wants to tell your story. >>> http://p.sf.net/sfu/sf-spreadtheword >>> _______________________________________________ >>> gstreamer-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >>> >> >> >> >> -- >> Regards, >> >> Sudarshan Bisht >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by: >> SourcForge Community >> SourceForge wants to tell your story. >> http://p.sf.net/sfu/sf-spreadtheword >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |