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

2019-03-05 Thread Kirill Gavrilov
> > 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

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

2019-02-24 Thread Carl Eugen Hoyos
2019-01-31 7:05 GMT+01:00, Wayne : > Any way to do this in C#? If you are not interested in using ffmpeg (the command line utility) this is the wrong mailing list: http://ffmpeg.org/contact.html#MailingLists > I have resorted to temporarily renaming those file > names/filepaths to English and

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

2019-02-22 Thread Carl Zwanzig
(please don't top-post) On 2/22/2019 8:45 AM, Wayne wrote: Any way of using non-asci characters in FFmpeg command lines? Do you mean using single-byte characters in the range 0x80-0xff or multi-byte characters? ffmpeg is written in 'c' and uses standard libc string routines (i.e.strcmp,

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

2019-02-22 Thread Wayne
Bump.  Any way of using non-asci characters in FFmpeg command lines? On 1/30/2019 10:05 PM, Wayne wrote: Any way to do this in C#?  I have resorted to temporarily renaming those file names/filepaths to English and then renaming back to the original language once rendering is completed.

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

2019-01-30 Thread Wayne
Any way to do this in C#?  I have resorted to temporarily renaming those file names/filepaths to English and then renaming back to the original language once rendering is completed. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org