[FFmpeg-user] where's the -passlogfile option after verion 1.0?
Steven Liu
lingjiujianke at gmail.com
Thu Dec 13 06:31:15 CET 2012
2012/12/13 dezhi <dezhi at staff.sina.com.cn>:
> Hi all,
> I was wondering where's the -passlogfile option after verion 1.0? The default 1st pass logfile names are ffmpeg2pass-0.log and ffmpeg2pass-0.log.mbtree. I can change this default behavior with -passlogfile before version 1.0. I can't find this option after upgrading ffmpeg to version 1.0. How could I specify the 1st pass logfile names now?
> Many thanks.
Hi dezhi,
Have you use ffmpeg -help full to lookup the full help operations?
[root at l ~]# ffmpeg --help |grep passlogfile
ffmpeg version N-46481-gc3c4ae0 Copyright (c) 2000-2012 the FFmpeg developers
built on Nov 29 2012 15:00:26 with gcc 4.4.4 (GCC) 20100726 (Red Hat 4.4.4-13)
configuration: --enable-libx264 --enable-gpl --libdir=/usr/local/lib
--enable-debug --enable-debug=3 --enable-avfilter --disable-stripping
libavutil 52. 5.100 / 52. 5.100
libavcodec 54. 71.100 / 54. 71.100
libavformat 54. 36.100 / 54. 36.100
libavdevice 54. 3.100 / 54. 3.100
libavfilter 3. 21.106 / 3. 21.106
libswscale 2. 1.102 / 2. 1.102
libswresample 0. 16.100 / 0. 16.100
libpostproc 52. 1.100 / 52. 1.100
[root at l ~]# ffmpeg --help full|grep passlogfile
ffmpeg version N-46481-gc3c4ae0 Copyright (c) 2000-2012 the FFmpeg developers
built on Nov 29 2012 15:00:26 with gcc 4.4.4 (GCC) 20100726 (Red Hat 4.4.4-13)
configuration: --enable-libx264 --enable-gpl --libdir=/usr/local/lib
--enable-debug --enable-debug=3 --enable-avfilter --disable-stripping
libavutil 52. 5.100 / 52. 5.100
libavcodec 54. 71.100 / 54. 71.100
libavformat 54. 36.100 / 54. 36.100
libavdevice 54. 3.100 / 54. 3.100
libavfilter 3. 21.106 / 3. 21.106
libswscale 2. 1.102 / 2. 1.102
libswresample 0. 16.100 / 0. 16.100
libpostproc 52. 1.100 / 52. 1.100
-passlogfile prefix select two pass log file name prefix
-passlogfile <string> E..V.. Filename for 2 pass stats
-passlogfile <string> E..V.. Filename for 2 pass stats
More information about the ffmpeg-user
mailing list