POV-Ray : Newsgroups : povray.animations : Post_Frame_Command trouble : Re: Post_Frame_Command trouble Server Time
20 Apr 2024 04:22:18 EDT (-0400)
  Re: Post_Frame_Command trouble  
From: CAD-Andi
Date: 26 Oct 2010 18:00:01
Message: <web.4cc74e914a5b922fbf952ed30@news.povray.org>
"CAD-Andi" <nomail@nomail> wrote:
> Hi!
>
> I'm trying to automatically crop an image after rendering it using "mogrify"
> from image magick. Here is my ini file:
>
> Width=1920
> Height=1080
> Antialias=Off
> Input_File_Name="./test.pov"
> Output_File_Name="testanim"
> Initial_Frame=0
> Final_Frame=10
> Subset_Start_Frame=0
> Subset_End_Frame=10
> Initial_Clock=0
> Final_Clock=10
> Post_Frame_Command=mogrify -crop 840x620+540+230 %o
> Post_Frame_Return=U
>
> When I use the "mogrify" command by hand in the command line it works fine. When
> I run my ini file the image does not get cropped and I get teh message:
>
> Render halted because the post-frame shell-out ('mogrify') requested POV-Ray to
> generate a user abort.
>
> Something is wrong with my command and I can't figure it out.
>
> I want to crop the image after rendering because I'm using a fisheye camera
> which gives me the closest desired look (distortion) but in a circular image.
>
> Thanks!

Ooops, I forgot to say:
I'm Using Windows XP and POV-Ray Version 3.7.0.beta.38.msvc9.win64


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.