Hi, I'm trying
to view mpeg4 video files (in avi container) on network with GStreamer. Running
the "gst-launch gnomevfssrc location=http://path/file.avi ! avidemux ! mpeg4decoder
! xvimagesink" prints out only text "RUNNING pipeline" and
freezes and only the first frame appears on the screen. Does anybody here know what
happened? And is it a known issue of avidemux? Thanks in advanced!! Thanks Weian ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi ,
On Mon, Jun 7, 2010 at 9:50 AM, Chen, Weian <[hidden email]> wrote:
-- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
I suppose "mpeg4decoder" is some proprietary plugin. Isolate the problem first, by not using it in the pipeline. Try the following and see what you get. gst-launch gnomevfssrc location=http://path/file.avi ! avidemux name=d d.video_00 ! fakesink -v Regards, Vikram On Mon, Jun 7, 2010 at 10:47 AM, sudarshan bisht <[hidden email]> wrote: > Hi , > > Did you try using mpeg4videoparse between avidemux and mpeg4decoder ? > > On Mon, Jun 7, 2010 at 9:50 AM, Chen, Weian <[hidden email]> wrote: >> >> >> >> Hi, >> >> >> >> I'm trying to view mpeg4 video files (in avi container) on network with >> GStreamer. Running the "gst-launch gnomevfssrc location=http://path/file.avi >> ! avidemux ! mpeg4decoder ! xvimagesink" prints out only text "RUNNING >> pipeline" and freezes and only the first frame appears on the screen. Does >> anybody here know what happened? And is it a known issue of avidemux? >> >> >> >> Thanks in advanced!! >> >> >> >> Thanks >> >> Weian >> >> >> >> >> ------------------------------------------------------------------------------ >> ThinkGeek and WIRED's GeekDad team up for the Ultimate >> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the >> lucky parental unit. See the prize list and enter to win: >> http://p.sf.net/sfu/thinkgeek-promo >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> > > > > -- > Regards, > > Sudarshan Bisht > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |