Hi! I've juste compiled a trunk CVS checkout from yesterday and I now run with curious issues I didn't have before. I use a script to convert DVD rips and use as inputs config files. This works very well and I've been converting many of my DVDs without issue. However, after upgrading my transcode with the above trunk checkout, I get strange errors. Here is the command that I use and that yields a problem :
bash-3.1$ nice -n 19 transcode -H 10 -a 0 -x vob,null -i /home/vdb/Media/DVD/c_est_pas_sorcier_20/vob/011 -w 1393,50 -J smartyuv=threshold=10:Blend=1:diffmode=2:highq=1 -M 2 -f 25 -Y 6,6,6,10 -Z 720x540 -R 1,/home/vdb/Media/DVD/log_files/c_est_pas_sorcier_20_2.log -y x264,null,raw -N h264,aac,raw --config_dir /home/vdb/Media/DVD/transcode_config/pass_1 -o /home/vdb/Media/DVD/c_est_pas_sorcier_20/c_est_pas_sorcier_20_2.m4v transcode v1.2.0-cvs (C) 2001-2003 Thomas Oestreich, 2003-2009 Transcode Team [transcode] V: auto-probing | /home/vdb/Media/DVD/c_est_pas_sorcier_20/vob/011 (OK) [transcode] V: import format | xiph speex in unknown (module=vob) [transcode] A: auto-probing | /home/vdb/Media/DVD/c_est_pas_sorcier_20/vob/011 (OK) [transcode] A: import format | AC3 in unknown (module=null) [transcode] V: AV demux/sync | (2) initial MPEG sequence / enforce frame rate [transcode] V: import frame | 720x576 1.25:1 encoded @ 4:3 [transcode] V: zoom | 720x540 1.33:1 (Lanczos3) [transcode] V: clip frame (->) | 704x528 [transcode] V: bits/pixel | 0.150 (low) [transcode] V: decoding fps,frc | 25.000,0 [transcode] V: multi-pass | (mode=1) writing data (pass 1) to /home/vdb/Media/DVD/log_files/c_est_pas_sorcier_20_2.log [transcode] V: video format | YUV420 (4:2:0) aka I420 [transcode] A: import format | 0x2000 AC3 [48000,16,5] 224 kbps [transcode] A: downmix | 5 channels -> 2 channels [transcode] A: export | disabled [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 7680 (7680.000000) [transcode] A: adjustment | 0...@1000 [transcode] V: IA32/AMD64 accel | sse2 sse 3dnowext 3dnow mmxext mmx cmove asm [transcode] V: video buffer | 10 @ 720x576 [0x2] [transcode] A: audio buffer | 10 @ 48000x2x16 [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null [import_vob.so] v0.6.1 (2006-05-02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle) [filter_smartyuv.so] options=threshold=10:Blend=1:diffmode=2:highq=1 [filter_smartyuv.so] (MMX) 0.1.6 (2007-05-31) Motion-adaptive deinterlacing [encode_null.so] v0.0.3 (2005-06-05) null (fake) A/V encoder [encode_x264.so] v0.2.4 (2008-06-14) x264 encoder [multiplex_raw.so] v0.0.3 (2006-03-06) write each stream in a separate file [import_vob.so] tccat -i "/home/vdb/Media/DVD/c_est_pas_sorcier_20/vob/011" -t vob -d 0 -S 0 | tcdemux -s 0x80 -x mpeg2 -S0 -M 2 -f 25.000000 -P /tmp/filei7NHLe -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0 -y yuv420p [decode_mpeg2.c] libmpeg2 acceleration: 3dnow [encode_x264.so] warning: /home/vdb/Media/DVD/transcode_config/pass_1/x264.cfg:2: Unknown configuration variable `partitions' [encode_x264.so] set display aspect ratio to input [encode_x264.so] using SAR=1/1 [encode_x264.so] using cpu capabilities: MMX2 SSE2 [encode_x264.so] profile High, level 3.0 [libtcvideo] critical: tcv_zoom: invalid frame parameters! Erreur de segmentation The same command worked perfectly before. If I remove the "-Z" option, I get a similar error at the end, though on the clip part : [libtcvideo] critical: tcv_clip: invalid frame parameters! Erreur de segmentation If I also remove clipping, transcoding works as expected. I don't really see in the Changelog what could have brought this, but I guess you know better. Please let me know if you need anything, using "-q" added a lot of output, but nothing very usefull. Best regards, Richard