[FFmpeg-trac] #3747(undetermined:new): ffmpeg ignores -n option under cmd.exe

FFmpeg trac at avcodec.org
Fri Jun 27 21:26:10 CEST 2014


#3747: ffmpeg ignores -n option under cmd.exe
--------------------------------------+----------------------------------
             Reporter:  radpopl       |                     Type:  defect
               Status:  new           |                 Priority:  normal
            Component:  undetermined  |                  Version:  2.0.4
             Keywords:                |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+----------------------------------
 My cmd file:

 dir/b/s *.mts >mtslist.txt
 for /F "delims=;" %%F in (mtslist.txt) do ffmpeg.exe -n -i "%%F" -c:v
 mpeg4 -qscale:v 4 -vtag xvid -vf scale=1280:-1 -flags +qpel -acodec
 libmp3lame -ab 320k "%%~dF%%~pF%%~nF.avi"


 Cmd window:

 C:\Users\Właściciel\Documents\2014\_test>dir/b/s *.mts  1>mtslist.txt

 C:\Users\Właściciel\Documents\2014\_test>for /F "delims=;" %F in
 (mtslist.txt) d
 o ffmpeg.exe -n -i "%F" -c:v mpeg4 -qscale:v 4 -vtag xvid -vf
 scale=1280:-1 -fla
 gs +qpel -acodec libmp3lame -ab 320k "%~dF%~pF%~nF.avi"

 C:\Users\Właściciel\Documents\2014\_test>ffmpeg.exe -n -i
 "C:\Users\Właściciel\Documents\2014\_test\2014_06_14 15_39_44.mts" -c:v
 mpeg4 -qscale:v 4 -vtag xvid -vf scale=1280:-1 -flags +qpel -acodec
 libmp3lame -ab 320k "C:\Users\Właściciel\Documents\2014\_test\2014_06_14
 15_39_44.avi"

 The problem is a national character - when I copy dir _test to the root of
 the C - problem disapear and option -n work properly.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3747>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list