[Freevo-users] Re: Re: dvd iso files (gislain wautriche)

2005-06-30 Thread Gary Ogden
 
 2005/6/29, Gary Ogden [EMAIL PROTECTED]:
  Can freevo navigate dvd menus within a .iso file? It launches
 mplayer, and the menu is  there with the music playing, but I can't
 navigate, nor play the movie.
  Is it something I need to configure within freevo to allow
 navigating the menu?
 =20
  Would I be better off using xine for dvd iso's?
 =20
  Gary
 
 2005/6/29, gislain wautriche [EMAIL PROTECTED]:
  Might be wrong but I don't think mplayer nor xine can play raw iso's.
  Try to mount it first ( or do freevo mount it auto ?)
  You might also look in creating fxd file for this.
 =20
  Gis.
 
 In my experience launching mplayer on the command line with an iso as
 a movie file like this:
 
 10:58:53 [EMAIL PROTECTED]:~ (2974.7 Mb)]$ mplayer yankovic.iso
 
 Then mplayer should automatically play the lingest title in the ISO
 image.  As fas as I know you have to mount the iso first if you want
 to open it in xine.  So if you want to get the menus (or it sounds
 like you are getting the menu when you shouldn't in mplayer) then
 there isn't currently an automatic way to do it, you have to create an
 .fxd file.
 
 Shawn

So you're saying mplayer should just start playing the movie, and not even show 
the menu?  I'm fine not getting the menu.   Maybe I need to configure freevo 
with a custom call to mplayer whenever there's a .iso to view.  Mplayer must 
support them, since it was able to display the menu and play the menu music. 

I'm not going to mount all the different .iso files I have. That would be way 
too many, and mounting one when you want to watch it isn't very appealing 
either.

BTW - the .iso files are on a windows share, and not local. 




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How does MPLAYER_VO_DEV_OPTS work?

2005-06-30 Thread Robert Winder
On Sunday, June 19, 2005, 12:13:08 AM, Daniel wrote:

 Hey,

 I have a unichrome board and I need to pass the following two options to
 mplayer: -vc ffmpeg12mc -vo xvmc

 I have tried setting MPLAYER_VO_DEV_OPTS = xvmc -vc ffmpeg12mc and
 this kind of works.  freevo actually passes -vo xv,sdl,x11,xvmc -vc
 ffmpeg12mc to mplayer.  mplayer seems to choose one of the earlier
 options before it gets to xvmc though.  (CPU usage is way up there.)
 Anyway, I don't think that I am using this option correctly.  How am I
 supposed to use this option to pass in xvmc, and get rid of the
 defaults?

 Thanks,
 ~Dan

Same here, although i added xvmc to the default string in
freevo_config.py and

MPLAYER_VO_DEV_OPTS  = ' -vc ffmpeg12mc'

in local_conf.py.

and this results in /usr/bin/mplayer -autosync 100 -nolirc -autoq 100  -screenw 
720 -screenh 576 -fs -slave -ao oss:/dev/dsp -v -vo xvmc,xv,sdl,x11, -vc 
ffmpeg12mc -cache 5000 
//media/movies/Jazz/09-09_00u05_NPS_Output_Kenny_Barron_NSJF_2004.mpeg -vf 
pp=de/fd, poll=-1

problem is it fails (see below) but while running the exact same command on the
cmdline it is working fine !?

So not sure what causing this.

mplayer.py (202): MPlayer.play(): mode=file, 
url=//media/movies/Jazz/09-09_00u05_NPS_Output_Kenny_Barron_NSJF_2004.mpeg
rc.py (425): register callback: bound method MPlayerApp.poll of 
video.plugins.mplayer.MPlayerApp instance at 0xb6a6720c
rc.py (421): register shutdown callback: bound method MPlayerApp.stop of 
video.plugins.mplayer.MPlayerApp instance at 0xb6a6720c
self.t1.isAlive()=True, self.t2.isAlive()=True
ChildApp.__init__(), pid=6906, app=/usr/bin/mplayer -autosync 100 -nolirc 
-autoq 100 -screenw 720 -screenh 576 -fs -slave -ao oss:/dev/dsp -v -vo 
xvmc,xv,sdl,x11, -vc ffmpeg12mc -cache 5000 
//media/movies/Jazz/09-09_00u05_NPS_Output_Kenny_Barron_NSJF_2004.mpeg -vf 
pp=de/fd, poll=-1
main.py (289): handling event VIDEO_START
main.py (307): no eventhandler for event VIDEO_START
main.py (289): handling event PLAY_START
main.py (307): no eventhandler for event PLAY_START
childapp.py (320): stdout: No data, stopping (pid 6907)!
childapp.py (320): stderr: No data, stopping (pid 6908)!
rc.py (437): unregister callback: bound method MPlayerApp.poll of 
video.plugins.mplayer.MPlayerApp instance at 0xb6a6720c
rc.py (441): unregister shutdown callback: bound method MPlayerApp.stop of 
video.plugins.mplayer.MPlayerApp instance at 0xb6a6720c
childapp.py (209): done the easy way
main.py (289): handling event PLAY_END
childapp.py (200): already dead
screen.py (136): show, force update
main.py (289): handling event VIDEO_END
menu.py (634): no eventhandler for event VIDEO_END
main.py (289): handling event VIDEO_END
menu.py (634): no eventhandler for event VIDEO_END


/Robert



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How does MPLAYER_VO_DEV_OPTS work?

2005-06-30 Thread Robert Winder
K, got it, user error.. My apologies.

Had to add some additional mplayer args.

MPLAYER_ARGS =

  'mpg': '-vc ffmpeg12mc',
  'mpeg'   : '-vc ffmpeg12mc',

MPLAYER_VO_DEV_OPTS  = ''
  
On Thursday, June 30, 2005, 6:16:05 PM, Robert wrote:

 On Sunday, June 19, 2005, 12:13:08 AM, Daniel wrote:

 Hey,

 I have a unichrome board and I need to pass the following two options to
 mplayer: -vc ffmpeg12mc -vo xvmc

 I have tried setting MPLAYER_VO_DEV_OPTS = xvmc -vc ffmpeg12mc and
 this kind of works.  freevo actually passes -vo xv,sdl,x11,xvmc -vc
 ffmpeg12mc to mplayer.  mplayer seems to choose one of the earlier
 options before it gets to xvmc though.  (CPU usage is way up there.)
 Anyway, I don't think that I am using this option correctly.  How am I
 supposed to use this option to pass in xvmc, and get rid of the
 defaults?

 Thanks,
 ~Dan

 Same here, although i added xvmc to the default string in
 freevo_config.py and

 MPLAYER_VO_DEV_OPTS  = ' -vc ffmpeg12mc'

 in local_conf.py.

 and this results in /usr/bin/mplayer -autosync 100 -nolirc -autoq
 100  -screenw 720 -screenh 576 -fs -slave -ao oss:/dev/dsp -v -vo
 xvmc,xv,sdl,x11, -vc ffmpeg12mc -cache 5000
 //media/movies/Jazz/09-09_00u05_NPS_Output_Kenny_Barron_NSJF_2004.mpeg
 -vf pp=de/fd, poll=-1

 problem is it fails (see below) but while running the exact same command on 
 the
 cmdline it is working fine !?

 So not sure what causing this.

 mplayer.py (202): MPlayer.play(): mode=file,
 url=//media/movies/Jazz/09-09_00u05_NPS_Output_Kenny_Barron_NSJF_2004.mpeg
 rc.py (425): register callback: bound method MPlayerApp.poll of
 video.plugins.mplayer.MPlayerApp instance at 0xb6a6720c
 rc.py (421): register shutdown callback: bound method
 MPlayerApp.stop of video.plugins.mplayer.MPlayerApp instance at
 0xb6a6720c
 self.t1.isAlive()=True, self.t2.isAlive()=True
 ChildApp.__init__(), pid=6906, app=/usr/bin/mplayer -autosync 100
 -nolirc -autoq 100 -screenw 720 -screenh 576 -fs -slave -ao
 oss:/dev/dsp -v -vo xvmc,xv,sdl,x11, -vc ffmpeg12mc -cache 5000
 //media/movies/Jazz/09-09_00u05_NPS_Output_Kenny_Barron_NSJF_2004.mpeg
 -vf pp=de/fd, poll=-1
 main.py (289): handling event VIDEO_START
 main.py (307): no eventhandler for event VIDEO_START
 main.py (289): handling event PLAY_START
 main.py (307): no eventhandler for event PLAY_START
 childapp.py (320): stdout: No data, stopping (pid 6907)!
 childapp.py (320): stderr: No data, stopping (pid 6908)!
 rc.py (437): unregister callback: bound method MPlayerApp.poll
 of video.plugins.mplayer.MPlayerApp instance at 0xb6a6720c
 rc.py (441): unregister shutdown callback: bound method
 MPlayerApp.stop of video.plugins.mplayer.MPlayerApp instance at
 0xb6a6720c
 childapp.py (209): done the easy way
 main.py (289): handling event PLAY_END
 childapp.py (200): already dead
 screen.py (136): show, force update
 main.py (289): handling event VIDEO_END
 menu.py (634): no eventhandler for event VIDEO_END
 main.py (289): handling event VIDEO_END
 menu.py (634): no eventhandler for event VIDEO_END


 /Robert



 ---
 SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
 from IBM. Find simple to follow Roadmaps, straightforward articles,
 informative Webcasts and more! Get everything you need to get up to
 speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users




/Robert 



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Wrong length/timecode of songs when using variable bitrate?

2005-06-30 Thread Helmut Auer

Robert Howlingdog wrote:

Hi.

it seems odd to see the length of the track to be more than 1000 minutes :)

It is always for songs encoded using variable bitrate. i thought this would 
be removed by running freevo cache but did not help. Is there anything I 
could do to get rid of this?



Sorry for taking this old topic, but I just stumbled into that problem too.
Can anyone give me some hints which library's are used for calculating this ?


--
Helmut Auer, [EMAIL PROTECTED]


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users