You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a file with the following name on my file system (Windows 10 x64):
Ghost in the Shell Stand Alone Complex - 2x26 - IN Return to Patriotism; ENDLESS∞GIG_Track01.h264
mp4muxer.exe generates an error for being unable to open the input file, and notice that the Unicode character ∞ (U+221E) has been replaced with 8:
$ mp4muxer -o mp4\test.mp4 -i "Ghost in the Shell Stand Alone Complex - 2x26 - IN Return to Patriotism; ENDLESS∞GIG_Track01.h264"
ERROR! Can't open input file: Ghost in the Shell Stand Alone Complex - 2x26 - IN Return to Patriotism; ENDLESS8GIG_Track01.h264
Error parsing command line!
Explorer, CMD, and any other application I have capable of reading this file have no issues with it or displaying the correct Unicode filename.
The text was updated successfully, but these errors were encountered:
I have a file with the following name on my file system (Windows 10 x64):
Ghost in the Shell Stand Alone Complex - 2x26 - IN Return to Patriotism; ENDLESS∞GIG_Track01.h264
mp4muxer.exe generates an error for being unable to open the input file, and notice that the Unicode character
∞
(U+221E) has been replaced with8
:Explorer, CMD, and any other application I have capable of reading this file have no issues with it or displaying the correct Unicode filename.
The text was updated successfully, but these errors were encountered: