Opened 10 years ago
Closed 10 years ago
#4697 closed defect (duplicate)
win32 - ffprobe ffmpeg, ansi path to JPG file - C:\тест\ interpreted as C:\╤В╨╡╤Б╤В\
Reported by: | bayarookie | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | undetermined |
Version: | unspecified | Keywords: | win32 |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
C:\>"C:\Work\ffmpegGUIta\ffmpeg-2.7\ffprobe.exe" -show_streams C:\тест\SAM_0022.JPG
ffprobe version 2.7 Copyright (c) 2007-2015 the FFmpeg developers
built with gcc 4.9.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc
--enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enable-zlib
libavutil 54. 27.100 / 54. 27.100
libavcodec 56. 41.100 / 56. 41.100
libavformat 56. 36.100 / 56. 36.100
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 16.101 / 5. 16.101
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.100 / 1. 2.100
libpostproc 53. 3.100 / 53. 3.100
[image2 @ 03aaebc0] Could find no file with path 'C:\╤В╨╡╤Б╤В\SAM_0022.JPG' and index in the range 0-4
C:\╤В╨╡╤Б╤В\SAM_0022.JPG: No such file or directory
Change History (3)
comment:1 by , 10 years ago
Keywords: | ansi added; unicode removed |
---|---|
Summary: | win32 - ffprobe ffmpeg, unicode path to JPG file - Could find no file with path 'C:\╤В╨╡╤Б╤В\SAM_0022.JPG' → win32 - ffprobe ffmpeg, ansi path to JPG file - C:\тест\ interpreted as C:\╤В╨╡╤Б╤В\ |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Keywords: | JPG ansi path removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
I believe this is a duplicate of ticket #819.
it works OK with png or any other formats
And if I get dos name, it works OK
C:\>"C:\Work\ffmpegGUIta\ffmpeg-2.7\ffprobe.exe" -show_streams "C:\FF6D~1\SAM_0022.JPG"