[FFmpeg-user] Non-English (Chinese) file and filepath names in FFmpeg Command Line

Kirill Gavrilov gavr.mail at gmail.com
Tue Mar 5 13:29:43 EET 2019


>
> On 1/30/2019 10:05 PM, Wayne wrote:
> > Any way to do this in C#?
>
On Windows, FFmpeg API expects file paths in UTF8 encoding, so that if you
are using FFmpeg as libraries, then you can try converting strings into
proper encoding.
When using ffmpeg.exe, encoding conversion should be done implicitly.


More information about the ffmpeg-user mailing list