BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.87k stars 609 forks source link

Updated MovieOutput to record audio properly. #140

Open justinmiller62 opened 7 years ago

justinmiller62 commented 7 years ago

This pull request fixes recording audio with video.

omarojo commented 7 years ago

Hi there :) Is this PR to record audio from a movie file ?

Or

Recording audio from the microphone ?

justinmiller62 commented 7 years ago

Camera On Mon, Sep 11, 2017 at 3:50 PM Omar Juarez notifications@github.com wrote:

Hi there :) Is this PR to record audio from a movie file ?

Or

Recording audio from the microphone ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BradLarson/GPUImage2/pull/140#issuecomment-328639461, or mute the thread https://github.com/notifications/unsubscribe-auth/AHh1sU_amgUwq9TmKBSCOf9XghWEL5JQks5shY8igaJpZM4Mvo-c .

omarojo commented 7 years ago

oh I see.. thanks :) Im actually looking for a way to support movie recording WITH AUDIO from the video.. using MovieInput.

But thank you for clarifying and for your PR too.

justinmiller62 commented 7 years ago

I'm going to be looking into the same thing I'll let you know if I get it right. Please do the same. On Mon, Sep 11, 2017 at 5:04 PM Omar Juarez notifications@github.com wrote:

oh I see.. thanks :) Im actually looking for a way to support movie recording WITH AUDIO from the video.. using MovieInput.

But thank you for clarifying and for your PR too.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BradLarson/GPUImage2/pull/140#issuecomment-328658117, or mute the thread https://github.com/notifications/unsubscribe-auth/AHh1sXAtTJd74WUFob-inDmM6ikRxf7qks5shaBygaJpZM4Mvo-c .

malcolmlevy commented 6 years ago

@justinmiller62 did you have any success on a way to support movie recording with audio from the video using MovieInput (or otherwise?)