[FFmpeg-trac] #350(FFmpeg:new): Invalid value 'strict' for option 'strict'

FFmpeg trac at avcodec.org
Fri Jul 15 07:58:30 CEST 2011


#350: Invalid value 'strict' for option 'strict'
------------------------+---------------------
  Reporter:  KSHawkEye  |      Owner:  michael
      Type:  defect     |     Status:  new
  Priority:  important  |  Component:  FFmpeg
   Version:  git        |   Keywords:  -strict
Blocked By:             |   Blocking:
Reproduced:  0          |   Analyzed:  0
------------------------+---------------------
 When trying to use strict for option -strict on a Windows FFmpeg build,
 I'm getting:

 {{{
 [NULL @ 00000000004A5A60] [Eval @ 000000000022F800] Undefined constant or
 missin
 g '(' in 'strict'
 [NULL @ 00000000004A5A60] Unable to parse option value "strict"
 Invalid value 'strict' for option 'strict'
 }}}

 The input file does not matter, but I tested with h264, aac, and flac to
 name a few.

 This bug should be repeatable with a simple command line:

 {{{
 ffmpeg -i "infile.mp4" -vcodec mpeg4 -an -strict strict "outfile.avi"
 }}}

 using the git-371888c build found here: http://ffmpeg.zeranoe.com/builds/

 I believe
 {{{
 Undefined constant or missing '(' in 'strict'
 }}}
 is the key to this issue, but I could be wrong.

 Other values '''do''' work, such as "very".

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


More information about the FFmpeg-trac mailing list