radek-k / FFMediaToolkit

FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
MIT License
357 stars 56 forks source link

Add Audio Sountrack #85

Closed BryanWilkins closed 3 years ago

BryanWilkins commented 3 years ago

How do I add Audio soundtrack from a .wav file into a video that I made from a bunch of .png files?

How do I get data into the AudioData Structure

radek-k commented 3 years ago

At the moment it's not possible to add a soundtrack into a video. Audio features will be improved in the future.

BryanWilkins commented 3 years ago

Thanks for the reply.

Just so others know, I was able to figure out how to mux it from a launched process from a command line ffmpeg call.

Not entirely ideal, but it worked.