how to I export all frames to jpg at 6000x6000 resolutions #36

Open
opened 2021-03-02 10:25:57 +01:00 by js-god · 2 comments
js-god commented 2021-03-02 10:25:57 +01:00 (Migrated from github.com)

hi;

Thank you for making such a great app, recently I have ramp-up more experiment in using context-free as a result of this constant experiment - I have the need to export all frames to jpg at 6000x6000 or higher resolutions as final images on certain projects. Of course, I would start at lower resolutions to test the result first:)

Is there a feature in the command line mode to exported all frames to jpg or png at 6000x6000 resolutions or higher in one go?

also is it possible to render all variants code in one go, I mean I would like to automate the render of each variant code from A-AAAAAA,
B-BBBBBB, ....., Z-ZZZZZZ nightly; so I could see the result the next day? Is there any chance to increases the variant code sizes beyond 6 figures?

what is a config file and how do I create it?

Regards

Phon

hi; Thank you for making such a great app, recently I have ramp-up more experiment in using context-free as a result of this constant experiment - I have the need to export all frames to jpg at 6000x6000 or higher resolutions as final images on certain projects. Of course, I would start at lower resolutions to test the result first:) Is there a feature in the command line mode to exported all frames to jpg or png at 6000x6000 resolutions or higher in one go? also is it possible to render all variants code in one go, I mean I would like to automate the render of each variant code from A-AAAAAA, B-BBBBBB, ....., Z-ZZZZZZ nightly; so I could see the result the next day? Is there any chance to increases the variant code sizes beyond 6 figures? what is a config file and how do I create it? Regards Phon
MtnViewJohn commented 2021-03-05 20:02:53 +01:00 (Migrated from github.com)

cfdg -a150 -s6000 input.cfdg frames.png

will generate a 150 frame animation of input.cfdg as a series of png files with the name frames_xxx.png

Context Free/cfdg does not support jpeg output.

There is no way to render multiple variations from a single command line. You would need to create a shell script.

Variations are currently limited to 6 letters because the underlying PRNG used to be 32-bit. The PRNG is now 64-bit. I could extend variations to 13 letters. It would probably be a good idea to allow decimal and hexadecimal encoded variations. But 6 letters allows for more than 300 million variations. Isn't that enough?

Where is there any mention of a config file?

`cfdg -a150 -s6000 input.cfdg frames.png` will generate a 150 frame animation of input.cfdg as a series of png files with the name frames\__xxx_.png Context Free/cfdg does not support jpeg output. There is no way to render multiple variations from a single command line. You would need to create a shell script. Variations are currently limited to 6 letters because the underlying PRNG used to be 32-bit. The PRNG is now 64-bit. I could extend variations to 13 letters. It would probably be a good idea to allow decimal and hexadecimal encoded variations. But 6 letters allows for more than 300 million variations. Isn't that enough? Where is there any mention of a config file?
js-god commented 2021-03-17 20:20:58 +01:00 (Migrated from github.com)

I would love to find that needle in the ocean of haystack - if you could increase it to 13 letters! that would be very interesting if I could find more gems in that incredible randomness. But we probably couldn't see all the combination in our lifetime- without the help of many quantum-computers- LOL. And that just for a single recursive engine I have created.

"There is no way to render multiple variations from a single command line. You would need to create a shell script."

Do you have any idea of how this script could be created either in windows or Linux or Mac?

I also think that we should at least look into using the Magenta project from google https://research.google/teams/brain/magenta/ - one application that comes to mind is that if someone really likes to stylise the final image into an Andy Warhol style; they can press select the style and the final image would be generated as Andy Warhol stylised image. I hope you understand what I meant:)

As for the config file I have to look that up - maybe it is from the Haskell version??

cheer

phonx

I would love to find that needle in the ocean of haystack - if you could increase it to 13 letters! that would be very interesting if I could find more gems in that incredible randomness. But we probably couldn't see all the combination in our lifetime- without the help of many quantum-computers- LOL. And that just for a single recursive engine I have created. "There is no way to render multiple variations from a single command line. You would need to create a shell script." Do you have any idea of how this script could be created either in windows or Linux or Mac? I also think that we should at least look into using the Magenta project from google https://research.google/teams/brain/magenta/ - one application that comes to mind is that if someone really likes to stylise the final image into an Andy Warhol style; they can press select the style and the final image would be generated as Andy Warhol stylised image. I hope you understand what I meant:) As for the config file I have to look that up - maybe it is from the Haskell version?? cheer phonx
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: john/context-free#36
No description provided.