[MPlayer-cygwin] utf8 filenames in windows? (solved)
compn
tempn at twmi.rr.com
Mon Sep 4 04:14:23 CEST 2006
On Wed, 26 Jul 2006 06:38:38 -0400
compn <tempn at twmi.rr.com> wrote:
> any ideas how to get it working with mplayer?
guess i had to answer my own question.
J:\1movies\dasian>mplayer "[??][???][????][???]b.banana spirit.rm"
MPlayer 1.0pre8-3.4.2 (C) 2000-2006 MPlayer Team
Playing [??][???][????][???]b.banana spirit.rm.
File not found: '[??][???][????][???]b.banana spirit.rm'
Failed to open [??][???][????][???]b.banana spirit.rm.
i figured it out now!
J:\1movies\dasian>dir /x *.rm
07/26/2006 07:41p 113,337,998 ______~1.RM [??][???][????][???]b.banana spirit.rm
J:\1movies\dasian>mplayer ______~1.RM
MPlayer 1.0pre8-3.4.2 (C) 2000-2006 MPlayer Team
Playing ______~1.RM.
REAL file format detected.
success! dir /x works.
/X This displays the short names generated for non-8dot3 file
names. The format is that of /N with the short name inserted
before the long name. If no short name is present, blanks are
displayed in its place.
More information about the MPlayer-cygwin
mailing list