"Jeremy Guarini" wrote:
> Hi, gotta say I love this app
> been using it for a long time on many linux systems
>
> I am having an issue with ripping Ghost in the shell - Stand alone complex
> 2nd gig
>
> the copy to the HD goes fine
>
> when DVD::Rip tries to grab an image for clipping I get the following error
>
> An internal exception was thrown!
> The error message was:
>
> Error executing command convert
> /mnt/hda1/rip/GITS_SAC_2G_02x01/tmp/GITS_SAC_2G_02x01-010-preview-zoom.jpg-crop
> 2x-7+0+4 /mnt/hda1/rip/GITS_SAC_2G_02x01/tmp/GITS_SAC_2G_02x01-
> 010-preview-clip2.jpg:
> convert: geometry does not contain image
> `/mnt/hda1/rip/GITS_SAC_2G_02x01/tmp/GITS_SAC_2G_02x01-010-preview-zoom.jpg
> '.
> at /usr/share/perl5/Video/DVDRip/GUI/Project/ClipZoomTab.pm line 920
>
> googling around I found that -crop and +resize may have something to do with
> this
No, the problem here is your project name (and you found a very
interesting dvd::rip bug ;)
dvd::rip is confused by the "02x01" part. When executing identify to get
the image geometry and parsing its output, it sees a resolution of 2x1.
Based on this wrong information all futher generated convert commands
are messed up.
This bug is specific to 0.52.7, the current 0.97.13 version doesn't
suffer from this, because it handles the ImageMagick stuff in a
different way.
Either upgrade to 0.97.13 or don't use strings like NUMBER x NUMBER in
your project names.
Regards,
Joern
--
Think before you code. And while you're doing it probably won't hurt. ;)
pgp6wDfnpM6WZ.pgp
Description: PGP signature
|