I was processing a Moon shot (~4000 frames) and I donโt know why PIPP randomly rotates some images in the sequence ๐ฉ. Had to find a solution .sooooo frustrating! #Astrophotography#Moon#PIPP
You can turn any track into a slowed + reverb or sped-up version live in your browser in one click.
Hit Alt+H, pick a preset or dial the sliders, and get instant playback without rendering or extra software.
open-sourced AuraFX: real-time audio control for browser video (Alt+H). Features volume boost, EQ, pitch shift for slowed/sped effects, and reverb.
https://t.co/J044225qxv
audio: Warriyo - Mortals (NCS)
open-sourced AuraFX: real-time audio control for browser video (Alt+H). Features volume boost, EQ, pitch shift for slowed/sped effects, and reverb.
https://t.co/J044225qxv
audio: Warriyo - Mortals (NCS)
I'm excited to announce the first public release of PhotoX v1.0, a lightweight photo utility application for everyday image-related tasks.
PhotoX is an open-source project, and I plan to continue improving it with new features over time.
GitHub:
https://t.co/0KAwWcTMxc
Utility No. 1 โ Image Resizer
A simple yet powerful desktop app to resize images with ease. Features custom resolutions, multiple output formats, real time progress tracking, and estimated completion time ,all through an intuitive GUI.
Utility No. 1 โ Image Resizer
A simple yet powerful desktop app to resize images with ease. Features custom resolutions, multiple output formats, real time progress tracking, and estimated completion time ,all through an intuitive GUI.
I'll be adding more small, focused image utilities over time, each solving a specific problem without unnecessary complexity. If there's a tool you'd like to see, let me know. The goal is to build a practical collection anyone can use.
repo link ๐
https://t.co/Ile2Fct0XU
I'll be adding more small, focused image utilities over time, each solving a specific problem without unnecessary complexity. If there's a tool you'd like to see, let me know. The goal is to build a practical collection anyone can use.
repo link ๐
https://t.co/Ile2Fct0XU
I was processing a Moon shot (~4000 frames) and I donโt know why PIPP randomly rotates some images in the sequence ๐ฉ. Had to find a solution .sooooo frustrating! #Astrophotography#Moon#PIPP
Just uploaded my first simulation with full explanation in the Astronomical Simulations Project on GitHub!
Itโll expand soon with more cosmic phenomena , from orbits to black holes.
Check it out:
https://t.co/iWOGD0AkPy
Made a simple simulation prototype of Earth & mars revolving around the Sun using VPython + parametric circle equation. This is just the first prototype, next Iโll use Keplerโs laws, and Iโll also make simulations of black holes, big bang, supernova & pulsars.
A Thread๐งต๐ท
x: position along the orbit in the plane.
y: projected into the orbital plane, adjusted by tilt.
z: height above/below the plane, depending on tilt.
x = R * cos(theta)
y = R * sin(theta) * cos(tilt)
z = R * sin(theta) * sin(tilt)
Made a simple simulation prototype of Earth & mars revolving around the Sun using VPython + parametric circle equation. This is just the first prototype, next Iโll use Keplerโs laws, and Iโll also make simulations of black holes, big bang, supernova & pulsars.
A Thread๐งต๐ท