Wednesday, 23 June 2010

mplayer and windows long / utf8 file name error

convert it to dos short file name by using
dir /X

pipe it to mplayer as playlist (although some characters not removed , but I think it is ignored by mplayer playlist)
dir /x | tr -s " " | grep -v DIR | cut -d " " -f 5 | mplayer -playlist -

No comments:

Labels

Search This Blog