Re: [dvd::rip] grab images failure. SOLUTION - PLEASE READ.
|
Subject: |
Re: [dvd::rip] grab images failure. SOLUTION - PLEASE READ. |
|
From: |
Darren Cornish <dj@xxxxxxxxxxxxxxxxxxx> |
|
Date: |
Thu, 14 Sep 2006 09:07:56 +0100 |
If you break down the transcode command used, (i'll give you my example...)
mkdir -m 0775 /tmp/dvdrip22213.ppm;
cd /tmp/dvdrip22213.ppm; execflow
THIS IS THE IMPORTANT PART
transcode -H 10
--print_status 25
-o snapshot -y ppm,null -x vob,null
-i /home/darren/media/dvdrip-data/xmen/vob/001/ -c 2-3 -L 292735 &&
/IMPORTANT PART!!!
execflow convert -size 720x480 /tmp/dvdrip22213.ppm/snapshot*.ppm
/home/darren/media/dvdrip-data/xmen/tmp/xmen-001-preview-orig.jpg &&
execflow convert -size 720x480 /tmp/dvdrip22213.ppm/snapshot*.ppm
gray:/home/darren/media/dvdrip-data/xmen/tmp/xmen-001-preview-orig.raw
&& rm -r /tmp/dvdrip22213.ppm && echo EXECFLOW_O
You see the "-c 2-3 -L 292735" This is the problem....
If you enter the command by hand and make it a 5 digit frame number and
not a 6 digit number - it works....
This command is generated by dvd::rip? Can it be fixed?? -
Thanks
Darren
Eric Festinger wrote:
> Hello,
>
>
> 2006/9/11, Darren Cornish <dj@xxxxxxxxxxxxxxxxxxx
> <mailto:dj@xxxxxxxxxxxxxxxxxxx>>:
>
> I only get this issue if i an NTSC film, PAL films are OK.
>
>
> I have the same problem. I am using freshrpms packages on FC5 (I may
> give you later the packages' release if necessary).
>
>
> --
> Eric
|
|