[FFmpeg-trac] #5142(undetermined:new): (serious issue) -coder option does not work anymore with the latest GIT

FFmpeg trac at avcodec.org
Sat Jan 9 10:52:38 CET 2016


#5142: (serious issue) -coder option does not work anymore with the latest GIT
-------------------------------------+-------------------------------------
             Reporter:  Atarikid     |                     Type:  defect
               Status:  new          |                 Priority:  critical
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 With the latest GIT the option -coder does not work anymore.

 Last login: Sat Jan  9 10:47:44 on ttys001
 atarikid-MacBook-Pro:~ atarikid$ /Users/atarikid/Desktop/ffmpeg2 -i
 /Users/atarikid/Desktop/Rock.mp4 -coder ac
 /Users/atarikid/Desktop/Rock1.mp4
 ffmpeg version N-77737-gb0e23f2-tessus Copyright (c) 2000-2015 the FFmpeg
 developers
   built with Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM
 3.5svn)
   configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --as=yasm
 --extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl
 --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm
 --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb
 --enable-libopencore-amrwb --enable-libopus --enable-libschroedinger
 --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab
 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-
 libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-
 libxavs --enable-libxvid --enable-libzmq --enable-version3 --disable-
 ffplay --disable-indev=qtkit --disable-indev=x11grab_xcb
   libavutil      55. 11.100 / 55. 11.100
   libavcodec     57. 20.100 / 57. 20.100
   libavformat    57. 21.100 / 57. 21.100
   libavdevice    57.  0.100 / 57.  0.100
   libavfilter     6. 22.100 /  6. 22.100
   libswscale      4.  0.100 /  4.  0.100
   libswresample   2.  0.101 /  2.  0.101
   libpostproc    54.  0.100 / 54.  0.100
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
 '/Users/atarikid/Desktop/Rock.mp4':
   Metadata:
     major_brand     : mp42
     minor_version   : 0
     compatible_brands: isomavc1mp42
     creation_time   : 2010-07-13 15:38:07
   Duration: 00:03:48.08, start: 0.000000, bitrate: 565 kb/s
     Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz,
 stereo, fltp, 93 kb/s (default)
     Metadata:
       creation_time   : 2010-07-13 15:38:07
       handler_name    : (C) 2007 Google Inc. v08.13.2007.
     Stream #0:1(und): Video: h264 (Constrained Baseline) (avc1 /
 0x31637661), yuv420p, 480x270 [SAR 1:1 DAR 16:9], 469 kb/s, 25 fps, 25
 tbr, 25k tbn, 50 tbc (default)
     Metadata:
       creation_time   : 2010-07-13 15:38:07
       handler_name    : (C) 2007 Google Inc. v08.13.2007.
 File '/Users/atarikid/Desktop/Rock1.mp4' already exists. Overwrite ? [y/N]
 y
 [libx264 @ 0x7fb4e3007600] [Eval @ 0x7fff5648b4e0] Undefined constant or
 missing '(' in 'ac'
 [libx264 @ 0x7fb4e3007600] Unable to parse option value "ac"
 [libx264 @ 0x7fb4e3007600] Error setting option coder to value ac.
 Output #0, mp4, to '/Users/xtophe/Desktop/Rock1.mp4':
   Metadata:
     major_brand     : mp42
     minor_version   : 0
     compatible_brands: isomavc1mp42
     Stream #0:0(und): Video: h264, none, q=2-31, 128 kb/s, SAR 1:1 DAR
 0:0, 25 fps (default)
     Metadata:
       creation_time   : 2010-07-13 15:38:07
       handler_name    : (C) 2007 Google Inc. v08.13.2007.
       encoder         : Lavc57.20.100 libx264
     Stream #0:1(und): Audio: aac, 0 channels, 128 kb/s (default)
     Metadata:
       creation_time   : 2010-07-13 15:38:07
       handler_name    : (C) 2007 Google Inc. v08.13.2007.
       encoder         : Lavc57.20.100 aac
 Stream mapping:
   Stream #0:1 -> #0:0 (h264 (native) -> h264 (libx264))
   Stream #0:0 -> #0:1 (aac (native) -> aac (native))
 Error while opening encoder for output stream #0:0 - maybe incorrect
 parameters such as bit_rate, rate, width or height
 atarikid-MacBook-Pro:~ atarikid $


 Tried with both numbers or letters (-coder 2 , -coder ac) ...

 Works fine with the latest point release 2.8.4

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


More information about the FFmpeg-trac mailing list