3d0c / gmf

Go Media Framework
MIT License
885 stars 170 forks source link

[ASK] Extract frames and rebuild video (with audio in it) #120

Open codenoid opened 4 years ago

codenoid commented 4 years ago

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 4 years ago

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)