WinFF / winff

Automatically exported from code.google.com/p/winff
209 stars 50 forks source link

Winff does not use Unicode when it passes the file names into the command prompt. #255

Closed indiamcq closed 9 months ago

indiamcq commented 1 year ago

When I have files with accented Latin characters. The conversion fails. The characters with accents turn into ? characters thus the conversion fails to find the file to convert. Here are the filnames correct in the GUI. image But looking at the FFmpeg Command Line we see the characters have changed. image

I thought it was the command Prompt being the wrong encoding but I have eliminated that. It is changing inside of FFmpeg else.

Can this be fixed?

PeterBBBBB commented 9 months ago

Release 1.6.2 fixed a unicode problem, probably fixed this as well. Please reopen if problem persists, with a cut 7 paste of the actual filename, rather than just a screen shot. What operating system?