FLAC support unicode? |
FLAC support unicode? |
Sep 9 2006, 10:31
Post
#1
|
|
|
Group: Members Posts: 10 Joined: 15-August 06 Member No.: 34062 |
I am a newer for FLAC. I am using FLAC to convert wave files into flac. But if the filename or directory contians Chinese, the tools told me "Error: can not open input file F:\audio\---------------".
FLAC does not support UNICODE? I need to re-complile the FLAC project? Thanks. |
|
|
|
![]() |
Sep 22 2007, 08:06
Post
#2
|
|
![]() Group: Members Posts: 161 Joined: 1-December 06 Member No.: 38270 |
Is lack of Unicode support still a problem using Vista?
This post has been edited by MiSP: Sep 22 2007, 08:18 |
|
|
|
Sep 22 2007, 08:28
Post
#3
|
|
|
Group: Members Posts: 826 Joined: 29-September 04 Member No.: 17374 |
|
|
|
|
Sep 22 2007, 15:57
Post
#4
|
|
![]() Group: Members Posts: 161 Joined: 1-December 06 Member No.: 38270 |
Try the workaround mentioned above, or use foobar2000 - it has full Unicode support and some compatibility tricks for commandline encoders like flac.exe. I use the following script found here on the forums (with slight modifications) for recoding FLAC files to the newest version installed: CODE @echo off set encoder="C:\Program Files\FLAC\flac.exe" for /r "." %%d in (.) do (cd %%d & for %%f in (*.flac) do %encoder% --best -V -f "%%f") What I'm after, is making this script also work with unicode names (currently I get the "invalid argument" error). I'll try the workaround described above. Can foobar easily recode all of the FLAC files in my music library fully automatically, just like this script can? Edit: Tested, didn't work. I made a flac.cmd containing exactly what is described above (except for the path), and I used the script above using flac.cmd instead of flac.exe. I got the following error: CODE ERROR: for encoding a raw file you must specify a value for --endian, --sign, --channels, --bps, and --sample-rate Type "flac" for a usage summary or "flac --help" for all options Edit #2: I can't help thinking that the two scripts must be merged. Can someone do this for me? I have little knowledge of such scripting... I want the settings and the recursive functionality of the script I mentioned, and the unicode support of the workaround script. This post has been edited by MiSP: Sep 22 2007, 16:39 |
|
|
|
Jun 27 2011, 19:41
Post
#5
|
|
|
Group: Members Posts: 10 Joined: 26-June 11 Member No.: 91861 |
Try the workaround mentioned above, or use foobar2000 - it has full Unicode support and some compatibility tricks for commandline encoders like flac.exe. I use the following script found here on the forums (with slight modifications) for recoding FLAC files to the newest version installed: CODE @echo off set encoder="C:\Program Files\FLAC\flac.exe" for /r "." %%d in (.) do (cd %%d & for %%f in (*.flac) do %encoder% --best -V -f "%%f") What I'm after, is making this script also work with unicode names (currently I get the "invalid argument" error). I'll try the workaround described above. Can foobar easily recode all of the FLAC files in my music library fully automatically, just like this script can? Edit: Tested, didn't work. I made a flac.cmd containing exactly what is described above (except for the path), and I used the script above using flac.cmd instead of flac.exe. I got the following error: CODE ERROR: for encoding a raw file you must specify a value for --endian, --sign, --channels, --bps, and --sample-rate Type "flac" for a usage summary or "flac --help" for all options Edit #2: I can't help thinking that the two scripts must be merged. Can someone do this for me? I have little knowledge of such scripting... I want the settings and the recursive functionality of the script I mentioned, and the unicode support of the workaround script. Did anyone ever help you figure out how to merge these files? I am having a similar problem with my audio files. I'm hoping that you are still a member of this forum so you can help me out if you had success. I'm having a ton of trouble trying to solve this. I'm wanting this fixed so that I can use a specific audio to play on my outdoor speakers. Thanks for your help. |
|
|
|
TaichiOrange FLAC support unicode? Sep 9 2006, 10:31
Egor Hi, currently flac tools do not support unicode fi... Sep 9 2006, 12:02
Triza Not true.
I use flac 1.1.2 on linux and unicode (... Sep 9 2006, 18:54
Firon I've had problems with special characters, tho... Sep 10 2006, 04:19
kjoonlee Not many command-line encoders seem to support Uni... Sep 10 2006, 04:29
jcoalson I need to make a FAQ out of this but haven't y... Sep 10 2006, 04:42
MiSP Bump for great justice! Is anyone able to merg... Oct 3 2007, 19:49
MiSP Anyone? I just added a few songs to my collection ... Nov 24 2007, 20:56
smok3 QUOTE (whitejason @ Jun 27 2011, 20:41) Q... Jul 12 2011, 08:59
pedlin I had a similar problem a few years back. I had tr... Aug 27 2011, 08:03
jar To MiSP, whitejason and everybody who is having si... Mar 18 2012, 22:37![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 09:14 |