$ mplayer -slave -ao -quiet 
"file:///home/david/.local/share/mnemosyne/default.db_media/考える.mp3" -ss 0 
-endpos 
999699
...
No such audio driver '-quiet'
...

Problem is that you have '-ao' without specifying an audio driver 
afterwards, so it thinks the name of the audio driver is '-quiet'. To fix, 
'-ao' just needs to be removed from the command.

$ mplayer -h
...
 -ao <drv>        select audio output driver ('-ao help' for a list)
...

BTW, I have a DigitalOcean server running CentOS 7; if you want, I could 
install a VNC server and desktop environment for you to connect to. It 
would probably be better to just dual boot Windows with Linux though if 
possible -- I'd suggest you try Linux Mint if you're unfamiliar with Linux.

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/2cff187b-2db9-46d3-81b1-7b2f09d1996d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to