david7482 / mp4v2

Automatically exported from code.google.com/p/mp4v2
Other
0 stars 1 forks source link

Charset problem at filenames #179

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Use mp4art to store a folder.jpg at a mp4 file

mp4art --add "D:\M4A\Duisburger Les Misérables Musical Ensemble\folder.jpg" 
"D:\M4A\Duisburger Les Misérables Musical Ensemble\01 Prolog.m4a"

or

mp4art --add "%temp%\folder.jpg" "D:\M4A\Duisburger Les Misérables Musical 
Ensemble\01 Prolog.m4a"

What is the expected output? What do you see instead?

I get the error 
ERROR: unable to open D:\M4A-optimized\Duisburger Les MisÚrables Musical 
Ensemble\folder.jpg for read: No error

If I use a folder,jpg at the temp directory I get the error
ERROR: unable to open for write: D:\M4A-optimized\Duisburger Les MisÚrables 
Musical Ensemble\01 Prolog.m4a

If I use as working directory a simple directory it works...

What version of the product are you using? On what operating system?
Windows 7 64Bit
MP4v2 2.0-r477 (32 Bit)

Please provide any additional information below.

Original issue reported on code.google.com by cac.stef...@gmail.com on 17 May 2015 at 3:46