Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 541 Bytes

File metadata and controls

7 lines (4 loc) · 541 Bytes

Playing around with audio effects on images and creating video from it

It started with loading images into audacity and then exporting them again.

Now i created scripts and a pipeline to progressively apply audioeffects to images and then combine them into a mp4 video.

the input folder contains a image that then gets converted into bitmap. then it gets read as an audiofile and effects are applied. The raw data is exported and the headers are changed back to bmp. Then we stitch the resized (by ffmpeg) frames together into a video.