Usage of detectclipping

Henti Smith <[email protected]> Sun, 27 Dec 2009 00:42:17 +0200
Newsgroups gmane.comp.video.dvdrip.user
Message-ID <[email protected]>
Hi all.

I'm working on a project where I'm trying to get detectclipping to work.
I'm not 100% how the filter work, but I've been trying to get the gui
configuration to work but I keep getting a segfault.

I tried adding the detectclipping filter after PRE and POST in Filters
and Preview menu.

Filter is enabled and I've tried run as POST filter and without.
I've even tried logging the values to a file.

The log file contains :

Command exits with failure code:
Command: mkdir -m 0775 -p
'/home/media/dvdrip-data/the_thirteenth_floor/tmp' && cd
/home/media/dvdrip-data/the_thirteenth_floor/tmp && mkdir -p
/home/media/dvdrip-data/the_thirteenth_floor/avi/002 && execflow -n 19
transcode -H 10 -a 0 -x vob -i
\/home\/media\/dvdrip\-data\/the_thirteenth_floor\/vob\/002\/ -w 1800,50
-c 1-100 -L 0 -b 128,0,2 -s 1.138 --a52_drc_off -f 30,4 -M 2
--export_par 88,100 -R 1 -y xvid,null -o /dev/null --progress_meter 2
--progress_rate 25 -J detectclipping=range=0-4294967295/1:limit=24 &&
echo EXECFLOW_OK

Output: pe
[ESC[31;1mseqinfo.cESC[0m]ESC[33;1m warningESC[0m: syncinfo write error
(0): Broken pipe
[ESC[31;1mseqinfo.cESC[0m]ESC[33;1m warningESC[0m: syncinfo write error
(0): Broken pipe
[ESC[31;1mseqinfo.cESC[0m]ESC[33;1m warningESC[0m: syncinfo write error
(0): Broken pipe
[ESC[31;1mseqinfo.cESC[0m]ESC[33;1m warningESC[0m: syncinfo write error
(0): Broken pipe
Segmentation fault

Any Ideas what I'm doing wrong ?

Thanks
Henti