HN user

FraKtus

177 karma

Software architect, fascinated by music visualization. http://blog.fraktus.com

Posts3
Comments218
View on HN

Tetrik is a great track and the visualisations are great.

For me having visuals nicely synchronised to the music is adding a lot.

Now that you have a nice custom tools to produce video you should build on it and produce more of them. You have a fan here!

From very far.

Quartz Composer is a graph of filers that you can interconnect in a graphical interface. You use it to create visual filters or generators. iTunes was using Quartz composer files .qtz for some of his music visualizers.

Quartz Composer is GPU accelerated thanks to its use of the Quartz API.

It was very popular with artists because of the creative freedom it gave when composing the filters. You did not need to be a developer to create a filter, thanks to the editing application.

Quartz Composer is now deprecated and dying in slow and anonymous death.

XQuartz is a windowing system accelerated with Quartz. The X system was not invented by Apple but very popular on top of Unix.

I tried several things but what got the interest of my daughter(10) is code.org

She also uses it at school, and she regularly enjoys working with it on her own.

Because she seems to go more toward the graphical creative side, I made her work on the logo of a personal project I work on at the moment, and she did enjoy it a lot.

Sometimes I ask her to edit some c++ code I work on and see how the result is when running the code from Xcode; we have a lot of fun doing that!

I use FFmpeg for many years, and I did wonder many times why isn't there a CLI that would be simpler to use but still useful for most tasks.

To my knowledge, no project succeeded in doing that. It's not difficult to code a simple reader and a basic encoder, but then you have many cases not supported correctly, as you wrote.

Congratulations!

As a developer of VJ applications for more than 25 years, it deeply resonates with me.

I will wait to be able to create an account with my email rather than using google to play with it.

| I watched the 4 example videos. While impressive, the first one has so much flickering that I had to stop watching it. The second example is perfect, and you feel very well the connection to music. The third one got me lost; I am a big fan of ambient and cosmic music, but the result did not seem connected. The fourth one is much better, and you perceive the waves of the musical input very nicely. |

While using a very different technological approach, the three videos from the right side have a lot in common with the results of Shadertoy.

Many music videos on YouTube are just a static picture; there is an excellent market for your idea. Maybe try to have more examples based on what you see prevalent on YouTube.

One example is Parallels Desktop, they constantly mail me to upgrade but there is no information what system version they run on. So I downloaded the installer and just launched it. The installer did delete my previous version without asking any question and I was just left with the option to buy the upgrade...

I had to restore a backup to find back my working version. Not sure sure if there are as many extreme examples: an installer that deletes the previous version, remove a valid perpetual license, without asking!

Thanks!

penetrum has this nice white paper:

Penetrum_TikTok_Security_Analysis_whitepaper.pdf

This is their conclusion:

"After extensive research, we have found that not only is TikTok a massive security flaw waiting to happen, but the ties that they have to Chinese parties and Chinese ISP’s make it a very vulnerable source of data that still has more to be investigated. Data harvesting, tracking, fingerprinting, and user information occurs throughout the entire application. As a US company, we feel that it is our responsibility to raise awareness of this extensive data harvesting to TikTok’s 1 billion users."

There is bad coding in the app but is that enough for the ban?

They also seems to get telemetry data, who does not :-)

We are on HN here, right? Does anybody was able to do a man in the middle inspection to prove that the app is spying on Users?

Does anybody did inspect the binary and found a back door in the app?

In am working in video and I find that the tool they did develop allowing kids to remix video succeeded were previous startup failed...

You say free software and of course, it's nice to have source code and flexibility.

I have nothing against licensing and it looks like things are moving there. Do you have a recommendation for Metal / DirectX support for that kind of rendering facilities? What matters more for me is performance.

Another need for that kind of effect is for real-time events.

I work on software that is used to create visual effects in real-time. It's used in live events such as concerts, clubs, corporate presentations. There you want to be able to render high-quality text in high resolution, even higher than 4K, and still allow a performer to add effects on text such as zooming, scrolling, doing 3D transition effects...

Today the best way to do this is via a font atlas but it does not look nice when zooming. Also if you need non-European characters it may heavy preparing the font atlas.

So I am looking for a library that would allow this kind of rendering manipulation for text rendering. Do you have any suggestions?