Live data from Hacker News

Show HN: Audioshop – Audio image editing

github.com

11–20 of 48 posts

Re: Show HN: Audioshop – Audio image editing

#14
Hi HN,

I just finished adding video support (and stubbed out audio support).

Due to already using ffmpeg for image manipulations, this turned out to be rather easy.

Give it a try using something like this:

  $ ./mangle.sh in.mp4 out.mp4 --color-format=yuv444p --bits=8 --blend=0.4 overdrive 17 hilbert -n 5001

Re: Show HN: Audioshop – Audio image editing

#15

Hi HN, I just finished adding video support (and stubbed out audio support). Due to already using ffmpeg for image manipulations, this turned out to be rather easy. Give it a try using something like this: $ ./mangle.sh in.mp4 out.mp4 --color-format=yuv444p --bits=8 --blend=0.4 overdrive 17 hilbert -n 5001

A round of applause http://i.imgur.com/jJMwl2u.gif

Re: Show HN: Audioshop – Audio image editing

#16

Hi HN, I just finished adding video support (and stubbed out audio support). Due to already using ffmpeg for image manipulations, this turned out to be rather easy. Give it a try using something like this: $ ./mangle.sh in.mp4 out.mp4 --color-format=yuv444p --bits=8 --blend=0.4 overdrive 17 hilbert -n 5001

A round of applause http://i.imgur.com/jJMwl2u.gif

Hahaha, why thank you.

Re: Show HN: Audioshop – Audio image editing

#18

Might be interesting to experiment with different mappings of pixel location to audio sample number, rather than just having a row by row linear scan from corner to corner.

If there was a raw format that did this, or some other very exotic thing, that would be very interesting.

Right now I've mostly been exploring YUV and RGB colorspace in either packed or planar formats.

Post reply on HN