hi all,

 I am trying  to use mplayer  to play  the   avi  video  that  saved  from
gstreamer  pipeline,

code snip:

 to get the video to file:

 pipe_desc = "v4l2src !
video/x-raw-yuv,width=640,height=480,bpp=24,depth=24,framerate=15/1 !
ffmpegcolorspace ! jpegenc ! avimux  ! filesink  location=test.avi"
 self.pipeline = gst.parse_launch(pipe_desc)
 self.pipeline.set_state(gst.STATE_PLAYING)

 play  the video  in mplayer:

  cmd = ["/usr/bin/mplayer", "-slave", "-nomouseinput",
"-quiet",

                                 "-wid", str(long(videowin)),
"test.avi"]

it output:
  Could not determine number of frames (for absolute seek).

who  know  how  to  set  it  and  how  to  sync  the  gstreamer  and
mplayer ?

Thanks  in  advance !
-- 
BRS!
Thanks!
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to