[FFmpeg-trac] #395(undetermined:new): ffmpeg: failed to set value 'XXX' for option 'passlogfile'

FFmpeg trac at avcodec.org
Sat Aug 13 14:12:57 CEST 2011


#395: ffmpeg: failed to set value 'XXX' for option 'passlogfile'
--------------------------+--------------------------
 Reporter:  j             |        Type:  defect
   Status:  new           |    Priority:  normal
Component:  undetermined  |     Version:  unspecified
 Keywords:                |  Blocked By:
 Blocking:                |  Reproduced:  0
 Analyzed:  0             |
--------------------------+--------------------------
 in  both git branches release/0.7 and release/0.8
 {{{
 ffmpeg -i input.mov -pass 1 -passlogfile /tmp/2pass /tmp/test.webm
 }}}
 fails with:

 {{{
 ffmpeg: failed to set value '/tmp/2pass' for option 'passlogfile'
 }}}

 this happens with this configuration:
 {{{
 ./configure \
     --enable-gpl \
     --enable-version3 \
     --enable-libvorbis \
     --enable-pthreads \
     --disable-shared \
     --disable-ffserver \
     --disable-ffprobe \
     --enable-postproc \
     --enable-libtheora \
     --enable-libvpx \
     --disable-encoders \
     --disable-muxers \
     --enable-encoder=libvorbis,libvpx  \
     --enable-muxer=webm
 }}}

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


More information about the FFmpeg-trac mailing list