[ASK] Extract frames and rebuild video (with audio in it)
codenoid opened this issue · 1 comments
codenoid commented
thankyou sir for this great library, however I'm trying to rebuild a video from extracted frames, how i can keep the audio while processing it ?, thankyou
3d0c commented
Hi, @codenoid
Please provide more details, what you mean extracted frames? What format do you use? And how do you store it?
In general to keep audio you just need to add one more audio stream. Something like in transcode.go
example (it's obsolete, but should give you an idea of how it works)