Have a look in the freevo logs, there you will see the command line used to launch mplayer. Try running that by hand :)

The logs are in /tmp/freevo

In my main-1000.log file, I have entries such as :

---- BORING LOG FILE ENTRIES ----

mplayervis.py (422): Detected MPlayer 'export' audio filter! Using MPAV.
mplayer.py (177): MPlayer.play(): Starting cmd=['--prio=-20', '/usr/bin/mplayer', '-slave', '-autosync', '100', '-nolirc', '-autoq', '100', '-screenw', '1024', '-screenh', '768', '-fs', '-vo', 'null', '-ao', 'oss:/dev/dsp', '', '-demuxer', '17', '', '', '/freevo-links/F-mp3/System of a Down/System_Of_A_Down-Hypnotize BETTER QUALITY _(Retail)-2005-XXL/09-system_of_a_down-vicinity_of_obscenity.mp3', '-af', 'export=/tmp/mpav']
logging child to "/tmp/freevo/mplayer-stdout.log"
logging child to "/tmp/freevo/mplayer-stderr.log"
ChildApp.__init__(), pid=3693, app=/usr/bin/mplayer -slave -autosync 100 -nolirc -autoq 100 -screenw 1024 -screenh 768 -fs -vo null -ao oss:/dev/dsp -demuxer 17 /freevo-links/F-mp3/System of a Down/System_Of_A_Down-Hypnotize BETTER QUALITY _(Retail)-2005-XXL/09-system_of_a_down-vicinity_of_obscenity.mp3 -af export=/tmp/mpav, poll=-1

---- BORING LOG FILE ENTRIES ----

You want to try to run the command line part by hand, and start to take arguments out until it works. The line that starts with "ChildApp.__init__(),", copy the part after "app=/usr/bin/". So you would try to run something like :

---- Command Line Example ----
mplayer -slave -autosync 100 -nolirc -autoq 100 -screenw 1024 -screenh 768 -fs -vo null -ao oss:/dev/dsp -demuxer 17 /freevo-links/F-mp3/System of a Down/System_Of_A_Down-Hypnotize BETTER QUALITY _(Retail)-2005-XXL/09-system_of_a_down-vicinity_of_obscenity.mp3 -af export=/tmp/mpav, poll=-1
---- Command Line Example ----

You may want to start out by removing the "-slave" and "-nolirc" options straight off.

The above example is playing an mp3, but the process is the same. Also, there should be other log files in there : mplayer-stderr.log and mplayer-stdout.log. They may also hold the answer....

I have switched to xine for DVD's, because it supports dvd menus etc....

Jake

Stephen Rowles wrote:
I've finally sorted out a way to archive my DVD's in a way that I am happy with but when I come to play them, nothing happens.

mplayer works fine on the command line, but launching from freevo just gives me a black screen and nothing happens.

Anyone got any ideas?

Steve.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to