ratcat65
Forums Freshman
 
Posts: 13
|
 |
« Reply #375 on: May 21, 2014, 01:25:53 PM » |
|
OK, Thanks. It seems obvious now. 
|
|
|
|
|
Logged
|
|
|
|
laser blaster
Iterator

Posts: 178
|
 |
« Reply #376 on: May 21, 2014, 05:31:32 PM » |
|
I thought I'd mention that I've succeeded in applying perturbation theory to the burning ship fractal. I even have a sample program written in Fragmentarium glsl, that demonstrates the correctness of the formula (though my program is extremely inefficient and limited). The formula really needs a good CPU-side implementation to be useful. So if you have the time and inclination, Kalle, I'd love to see the burning ship added to your program. http://www.fractalforums.com/index.php?topic=19165.0
|
|
|
|
« Last Edit: May 21, 2014, 05:39:37 PM by laser blaster »
|
Logged
|
|
|
|
ratcat65
Forums Freshman
 
Posts: 13
|
 |
« Reply #377 on: May 23, 2014, 02:10:41 AM » |
|
I was doing a zoom out sequence this evening and noticed when playing back what I had rendered in the keyframes editor that there was a sudden jump from e519 to e516 in the keyframes. I'd like to somehow render the missing frames but things start to get complicated when re-inserting frames into a numbered sequence. Is there a way to do this without resorting to a batch file renamer?
|
|
|
|
|
Logged
|
|
|
|
|
Kalles Fraktaler
|
 |
« Reply #378 on: May 23, 2014, 05:16:27 PM » |
|
I was doing a zoom out sequence this evening and noticed when playing back what I had rendered in the keyframes editor that there was a sudden jump from e519 to e516 in the keyframes. I'd like to somehow render the missing frames but things start to get complicated when re-inserting frames into a numbered sequence. Is there a way to do this without resorting to a batch file renamer?
Sorry, there is no such function available in Kalles Fraktaler... 
|
|
|
|
|
Logged
|
|
|
|
|
Kalles Fraktaler
|
 |
« Reply #379 on: May 23, 2014, 07:35:07 PM » |
|
I just uploaded version 2.5.3 News: - A new fractal type, Burning Ship. Thanks to lazer blaster for the forumla! Available from the "Iterations" dialog. - Iteration control on zoom out sequences. This may fail though, on extreme fractals where spirals can have many times more iterations than deep minibrots, so it can be disabled by un-checking the menu "Use auto iterations". - Probably some bug fixes, that I don't remember. The perturbation formula of Burning Ship from lazer blaster shows that it is indeed possible to render more fractal types with perturbation. More formulas are very much appreciated, I challenge all of you with fresh mathematics knowledge!  For example: Perpendicular Burning Ship - Zi = Zr * |Zi| * -2 + Ci, Zr = Zr^2 - Zi^2 + Cr Perpendicular Mandelbrot - Zi = |Zr| * Zi * -2 + Ci, Zr = Zr^2 - Zi^2 + Cr Cubic Buffalo - Z = abs(Z^3) +C, The abs() function is applied separately to both the real and imaginary portions of Z^3 Newton fractals...
|
|
|
|
|
Logged
|
|
|
|
|
plynch27
|
 |
« Reply #380 on: May 23, 2014, 08:31:43 PM » |
|
Hey, Kalle, I was wanting to make a kind-of feature request for the Key Frames Movie Maker side of the program.
It would help out a lot if the user could choose the output directory, mainly because the program is very heavy in hard drive activity with both the input and output streams being always open for the whole process. In cases like this, if the program isn't reading from and writing to the same hardware, its performance will easily multiply by a factor of 4, possibly up to 10 depending on the rest of the system's configuration.
The limiting factor that drops the performance in Movie Maker's current configuration doesn't even really have much to do with the width of the pipeline; it's the constant back-and-forth seeking mixed with the fact that it's constant switching back and forth between read and write modes.
Reading and writing from different hardware makes the data stream far more solid, so the data can smoothly move from the input drive through the program's code to the output drive without ever having to wait in line for any of the hardware to prepare to receive it.
Thanks again for the program.
|
|
|
|
|
Logged
|
If you'd like to leave me a text message, my 11-digit phone number can be found in π starting at digit 224,801,520,878
((π1045,111,908,392) mod 10)πi + 1 ≈ 0
|
|
|
laser blaster
Iterator

Posts: 178
|
 |
« Reply #381 on: May 23, 2014, 09:51:57 PM » |
|
All right! Burning ship here I come! Thanks Kalle!
|
|
|
|
|
Logged
|
|
|
|
|
Chillheimer
|
 |
« Reply #382 on: May 23, 2014, 10:31:44 PM » |
|
wow, so cool! thanks kalle! and laser blaster!!
|
|
|
|
|
Logged
|
--- Fractals - add some Chaos to your life and put the world in order. ---
|
|
|
|
ellarien
|
 |
« Reply #383 on: May 24, 2014, 12:32:12 AM » |
|
That was fast! Thank you! I hit something a bit weird on my second attempt at a zoom. Can anyone tell me why the mini-ship at this location is so distorted? Throwing more iterations at it doesn't seem to help, at least up to the limits of my patience. Re: 1.1450415777350918293427892524606566433234618099943861636234308511641091674036753925539578015640361144825447621300752714644020002832604952 Im: -1.307025426985657922682401287322487413063018955079255267452505368852500718914597780019290517955296654635687163022933420077479959814473939586068132 Zoom: 1.26086419828E117 Iterations: 34224
|
|
|
|
|
Logged
|
|
|
|
laser blaster
Iterator

Posts: 178
|
 |
« Reply #384 on: May 24, 2014, 02:30:39 AM » |
|
The Burning Ship's mini-sets aren't always ships. Sometimes they are copies of the celtic fractal (some say it looks like an aircraft carrier), or some weird elongated, asymmetrical pointy heart shaped thing, or a hybrid of any of the three. The exact nature of the mini-set depends on your zoom location. 
|
|
|
|
|
Logged
|
|
|
|
|
ellarien
|
 |
« Reply #385 on: May 24, 2014, 11:13:23 AM » |
|
The exact nature of the mini-set depends on your zoom location.  Thanks! And south of the western antenna there aren't any minisets at all? Maybe I'm over-generalizing, but I've done a couple of zooms down there and found lots of pretty julia-like structures with nothing in the middle but a sort of shallow cusp.
|
|
|
|
|
Logged
|
|
|
|
|
Kalles Fraktaler
|
 |
« Reply #386 on: May 24, 2014, 12:35:09 PM » |
|
Thanks all
@plynch27, I don't think it is disk io that is the bottleneck of kfmm. Because if you check 'test only' it is about as slow as when movies are made (if you consider it used 2 frames for test and 6 for real render) So unfortunately I doubt it would get any faster reading and writing from different hardware storages.
Because it takes time to do thing such as color cycling. Our non-forum French friend Yann had made his own movie making program from KFB files, and so has SeryZone. I don't think their programs are much faster if you consider what they do.
|
|
|
|
|
Logged
|
|
|
|
ratcat65
Forums Freshman
 
Posts: 13
|
 |
« Reply #387 on: May 24, 2014, 02:41:32 PM » |
|
Inverse smooth colour transition isn't showing up when the keyframes are loaded into the editor. The .kfr file was saved with inverse smoothing and if the file is opened the effect is present. Thanks Kalle for a fantastic program. I'm looking forward to the perpendicular buffalo.
|
|
|
|
« Last Edit: May 24, 2014, 04:41:31 PM by ratcat65 »
|
Logged
|
|
|
|
SeryZone
Strange Attractor
  
Posts: 253
Contemplate...
|
 |
« Reply #388 on: May 24, 2014, 05:50:38 PM » |
|
Thanks all
@plynch27, I don't think it is disk io that is the bottleneck of kfmm. Because if you check 'test only' it is about as slow as when movies are made (if you consider it used 2 frames for test and 6 for real render) So unfortunately I doubt it would get any faster reading and writing from different hardware storages.
Because it takes time to do thing such as color cycling. Our non-forum French friend Yann had made his own movie making program from KFB files, and so has SeryZone. I don't think their programs are much faster if you consider what they do.
Kalle, my programs very stupid! I can't make anything!
|
|
|
|
|
Logged
|
|
|
|
laser blaster
Iterator

Posts: 178
|
 |
« Reply #389 on: May 24, 2014, 06:59:09 PM » |
|
So I was rendering a zoom sequence, and I changed the window size. Well that caused the render resolution to change to the window size, so I tried to fix the resolution, and the program crashed. Now I'm trying to resume the zoom sequence, but now it will only render the next frame and then stop without even saving the frame...
It might be because I deleted a bunch of black frames and the corresponding kfb files from the zoom sequence directory (these were frames that it never rendered before, I guess they were pre-allocated or something). Is there any way to recover from this disaster?
|
|
|
|
|
Logged
|
|
|
|
|