Author Topic: Blink AVI creation error  (Read 3419 times)

Offline M44DSW

  • Newcomer
  • Posts: 14
Blink AVI creation error
« on: 2015 January 27 10:19:14 »
Hi

I'm trying to use Blink to create an animation of the 2004 BL86 Asteroid. It creates the .png file ok and then errors on creating the .AVI. Error below. Any ideas?

[2015-01-27 18:02:15]
ffmpeg -y -r 25 -i Blink%05d.png Blink.avi

*** Failed to execute external process: Failed to start

Regards
Dave

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: Blink AVI creation error
« Reply #1 on: 2015 January 27 11:29:26 »
do you know where ffmpeg is installed on your system? simply put the full pathname to the ffmpeg binary file on the line that currently starts with "ffmpeg", that is something like "/some/place/on/disk/ffmpeg" if on linux or OSX, or "C:\Some\Directory\ffmpeg" on windows.

rob

Offline bitli

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 513
Re: Blink AVI creation error
« Reply #2 on: 2015 January 27 22:34:46 »
ffmpeg is not installed or part of PI, you have to install it somewhere (get it from https://www.ffmpeg.org/) and then set the parth in the configuration of blink
I think this is for license reasons, but I am not sure.
-- bitli

Offline M44DSW

  • Newcomer
  • Posts: 14
Re: Blink AVI creation error
« Reply #3 on: 2015 January 28 08:27:02 »
Rob/Bitli

Thank you for your responses. Indeed I had no idea I needed to install ffmpeg or what ffmpeg was. I have now been to the website suggested, installed the Mac executable and changed the directory in the Blink tool. This worked a treat and got rid of the error so thank you. Probably need some information in the Blink function to state that ffmpeg needs to be installed and point to the external website as it is free.

Regards
Dave