Author Topic: PCL: Blink module  (Read 71306 times)

Offline Philippe B.

  • PixInsight Old Hand
  • ****
  • Posts: 399
    • CIEL AUSTRAL
Re: PCL: Blink module
« Reply #90 on: 2012 June 21 01:59:57 »
Juan,
In this case, it is PERFECT !   ;)

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #91 on: 2012 October 06 04:15:17 »
Now the only problem is that PCL does not currently support execution of external processes
Really?  See picture :D

New version 1.1.1.0001 - Added: Make Video from images. 8)

PS: avconv  and PI 1.8 required.
PSS: modules for PI 1.7 under preparation. Please wait.

« Last Edit: 2012 October 06 07:21:02 by NKV »

Offline Herbert_W

  • PixInsight Addict
  • ***
  • Posts: 204
    • Skypixels - Astrophotography by Herbert Walter
Re: PCL: Blink module
« Reply #92 on: 2012 October 06 04:49:31 »
Juan,
In this case, it is PERFECT !   ;)

Offline Alejandro Tombolini

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1267
    • Próxima Sur
Re: PCL: Blink module
« Reply #93 on: 2012 October 06 06:39:30 »
wow this is hugh!!!! big, big, big adition to Blink! Thank you!  :) :) :)

Regards, Alejandro.

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #94 on: 2012 October 06 07:30:11 »
Module for PI 1.7.x added.

How to install avconv which required for coding:
Ubuntu: ~$ sudo apt-get install libav-tools
Windows: goto http://win32.libav.org/ download 32 or 64 package. Unpack it and put all files from bin folder to C:\Windows\System32\

Offline Alejandro Tombolini

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1267
    • Próxima Sur
Re: PCL: Blink module
« Reply #95 on: 2012 October 06 08:24:27 »
Hi Nikolay,
I have install libav-tools successfully in KDE but the module freeze creating the first file. PI do not close, only restarting the computer.

Try again selecting all files and freeze in the last one.

Regards,
Alejandro.

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #96 on: 2012 October 06 09:26:08 »
in KDE
I tested the module in Ubuntu 12.04
I am not sure, but i think KDE required other method for running terminal. Can you try run this command in system terminal:
gnome-terminal -e "avconv -r 5 -i /home/alejandro/Blink%05d.jpg /home/alejandro/Blink.avi"
Did you see one more terminal window?

Anyway give me some time to install KDE OS.

Offline Alejandro Tombolini

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1267
    • Próxima Sur
Re: PCL: Blink module
« Reply #97 on: 2012 October 06 10:27:01 »
Hi Nicolay, those magic words make Blink works in KDE, this time it did not freeze and create Blink.avi. I have yet to download some codecs for Dargon Player to see it.

I tested it in Ubuntu 12.04 and works perfect (PI 1.7). I can reproduce the .avi

Now I am trying in Win7 without success until now:

See the picture. Blink0000x images are correctly created but not Blink.avi (Win7 PI 1.7)

Regards, Alejandro
« Last Edit: 2012 October 06 10:47:31 by Alejandro Tombolini »

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #98 on: 2012 October 06 11:25:48 »
Now I am trying in Win7 without success until now:
To understand what is wrong, run cmd.exe and copy from PI console to the CMD command. It should make Blink.avi file.
Or you must see where is problem.

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #99 on: 2012 October 06 11:50:29 »
1.1.2.0001 - Improved STF usability. Make Video with STF.
You can define STF manually in STF module and apply to Blinking screen and make Blink.avi with same brightness.

Offline Alejandro Tombolini

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1267
    • Próxima Sur
Re: PCL: Blink module
« Reply #100 on: 2012 October 06 11:59:08 »
 :-[  oops, user missteake. I made something wrong when paste in C:\Windows\System32\. Sorry  :angel:

It works perfect in Win7 too.

Offline gvanhau

  • PixInsight Old Hand
  • ****
  • Posts: 345
Re: PCL: Blink module
« Reply #101 on: 2012 October 06 16:11:18 »
Hello I tried in win7 x64
It creates the images, but not the avi.
The reason is that AVCONV aparently canot handle the spaces in the directory names.
I then moved the files to another dir (ie wo spaces) and if worked ok.

Regards
Geert
Geert Vanhauwaert

Offline Alejandro Tombolini

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1267
    • Próxima Sur
Re: PCL: Blink module
« Reply #102 on: 2012 October 07 09:09:22 »
Hi Nicolay, I did the first video and Blink has generated all jpg in almost the same size, but see the screen shot. The first image in the video has perfect quality while the last one lost it compleately. Any idea?

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #103 on: 2012 October 07 09:31:18 »
Alejandro, avconv made video with default settings. If you know which settings i must to change to improve quality, welcome.
Also, you can run avconv manually via terminal command like that avconv -r 5 -i /home/alejandro/Blink%05d.jpg /home/alejandro/Blink.avi

Any idea?
Yes, i have many ideas! I want add command line into Blink interface, and user will able to change any settings of avconv.
But, before, i must redirect avconv output to PI Console.

« Last Edit: 2012 October 17 23:05:23 by NKV »

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #104 on: 2012 October 07 10:36:51 »
Hello I tried in win7 x64
It creates the images, but not the avi.
The reason is that AVCONV aparently canot handle the spaces in the directory names.
I then moved the files to another dir (ie wo spaces) and if worked ok.

1.1.3.0001 - BugFix: Spaces and regional symbols in folder/file name.

Note: PixInsight 1.7 core on Windows can't write to folder which name included regional symbols.
Linux - no problem. ;)