would there be a workaround for CJK characters filename ?
Posted: Sat Jul 17, 2010 4:28 am
it comes to ??? when passing to mplayer
so it is always file not found
would it be something like :
dir original_filename.avi /X | tr -s " " | cut -d " " -f 5 | xargs mplayer -
in windows ?
so it is always file not found
would it be something like :
dir original_filename.avi /X | tr -s " " | cut -d " " -f 5 | xargs mplayer -
in windows ?