[MPlayer-users] Unable to use colon in option value
Krzysztof Duchnowski
amidk75 at gmail.com
Sun Jan 18 10:36:27 CET 2009
Pavel Stánek pisze:
> Finally I must use tripple quote cahracter (windows shell removes first and last character and pass to mplayer only middle quote character).
> This works fine:
> mplayer.exe -ss 900 -frames 1 -vo jpeg:outdir="""c:\tmp""" -vf scale=320:200 -nosound a.avi
You could use a single quote as well:
mplayer.exe -ss 900 -frames 1 -vo jpeg:outdir="'c:\tmp'" -vf
scale=320:200 -nosound a.avi
For MPlayer it's as good as double quote.
--
Krzysztof 'DK75' Duchnowski
GetFirefox - http://www.mozilla.com/firefox/
Konfiguracja UTF-8 dla czytników - http://evil.pl/pip/utf/
More information about the MPlayer-users
mailing list