hello list,
i have just installed dvdrip 0.97.10 using the gentoo ebuild. installation
went fine, but i'm having some problems, i'll begin describing a minor one.
in my environment i use the spanish language. that causes a problem in
dvdrip when generating the transcode command. if i select a frame rate of
25 it's ok, but when selecting fractional frame rates like 29.97 or 23.976,
the transcode command uses a coma instead of a dot (this is the standard
way of writing fractions in spanish). that causes an error message:
Command: mkdir -m 0775 -p '/mnt/tmp/foo/tmp' && cd /mnt/tmp/foo/tmp &&
mkdir -p /mnt/tmp/foo/avi/002 && execflow -n 0 transcode -H 10 -a 0 -x vob
-i /mnt/tmp/foo/vob/002-C004/ -w 1800,50 -b 128,0,2 -s 7.230 --a52_drc_off
-f 29,97 -M 2 -Y 4,12,4,12 -B 1,11,8 -y xvid2
-o /mnt/tmp/foo/avi/002/foo-002-C004.avi --print_status 20 && echo
EXECFLOW_OK
[transcode] critical: invalid frame rate code for option -f
the solution i found is setting LC_ALL=C in the terminal where i'm
launching dvdrip, before running the program.
is this correct? is there some configuration issue i'm missing?
thanks for your attention, and congratulations for the great program.
best,
lj
|