[FFmpeg-user] Weird characters in created passlogfile on Windows
Tom Evans
tevans.uk at googlemail.com
Wed Oct 16 11:06:52 CEST 2013
On Tue, Oct 15, 2013 at 10:15 PM, Thierry Lelégard
<thierry.lelegard at free.fr> wrote:
> Hello,
>
> I found a strange problem with ffmpeg on Windows (not tested yet on Linux)
> with the -passlogfile option.
>
> Consider a file path containing non ASCII characters like è (e grave) used
> in all file specifications (in a directory name for instance). There are
> three different use cases: input file, output file, pass log file.
All three work correctly under FreeBSD:
> $ ffmpeg -y -i ../hè.mkv -t 60 -pass 1 -passlogfile hè hè.ts >/dev/null 2>&1 && ls -l
total 1
-rw-r--r-- 1 tom wheel 202078 16 Oct 09:05 hè-0.log
-rw-r--r-- 1 tom wheel 5054756 16 Oct 09:05 hè.ts
Cheers
Tom
More information about the ffmpeg-user
mailing list