nanim icon indicating copy to clipboard operation
nanim copied to clipboard

Add support for Audio

Open EriKWDev opened this issue 4 years ago • 1 comments

I have never worked with Audio and FFmpeg and have no idea how to structure audio data and pipe it to the ffmpeg-subprocess, but it would be really neat if we could play audio and have it sync with the animations.

EriKWDev avatar Oct 16 '21 11:10 EriKWDev

of interest..? https://github.com/ManimCommunity/manim/blob/2d98af0b2229e37cecb4a0604335d1e911c3ff9f/manim/scene/scene_file_writer.py#L241

and here the FFmpeg commands: https://github.com/ManimCommunity/manim/blob/2d98af0b2229e37cecb4a0604335d1e911c3ff9f/manim/scene/scene_file_writer.py#L603

EriKWDev avatar Oct 31 '21 16:10 EriKWDev