[MPlayer-users] 2pass encoding crashes

Jan Engelhardt jengelh at linux01.gwdg.de
Wed Jul 2 14:50:24 CEST 2003


Hi,

trying to 2-pass encode (AVI->AVI), this error message was printed when
mencoder was invoked the second time:

[...]
SwScaler: BICUBIC scaler, from Planar YV12 to Planar YV12 using MMX2
encoder binary profile: S
pass (2) and rate control mode (0) doesn't match, please consult encore2.h
./enc_01: line 10: 16800 Aborted                 mencoder "$src" -oac mp3lame
-lameopts cbr:br=$ABR -ovc divx4 -vop scale=352:264 -divx4opts br=$VBR:pass=2
-o out-"$src"
14:40:06 hirogen2 at species:~/video >

enc_01 being a small shell script calling mencoder:
VBR=335
ABR=96
mencoder "$src" -oac mp3lame -lameopts cbr:br=$ABR -ovc divx4 -vop \
 scale=352:264 -divx4opts br=$VBR:pass=1 -o out-"$src";
mencoder "$src" -oac mp3lame -lameopts cbr:br=$ABR -ovc divx4 -vop \
 scale=352:264 -divx4opts br=$VBR:pass=2 -o out-"$src";

Using Divx v5 for linux (libdivxencore.so).
Any Ideas?

-- 
- Jan Engelhardt



More information about the MPlayer-users mailing list