id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
395	ffmpeg: failed to set value 'XXX' for option 'passlogfile'	j		"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
}}}
"	defect	closed	important	FFmpeg	0.8.2	fixed					1	0
