Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-22 Thread Jay Muthialu
Hi Roger, Thanks for your response. I tried to use it as input but still I could not get it to work. Please see below: Test#1- In this I used -i 0 and the terminal got frozen after I ran the command. I had to force quit the terminal. However the FaceTime camera light was on when I ran the

Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-22 Thread Roger Pack
Could you try with git master [the patches were applied it seems, this weekend]? Also possibly run ffmpeg_g in gdb and see where it is hung? Cheers! On Mon, Sep 22, 2014 at 8:20 AM, Jay Muthialu jmuthialu-at-yahoo@ffmpeg.org wrote: Hi Roger, Thanks for your response. I tried to use it as

Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-22 Thread Jay Muthialu
Hi Roger, I will try the git master and update the thread. I also think there is something wrong in my command in OSX. When I run the below, it seems to recognize video device name as FaceTime HD Camera:audio=Built-in Microphone which is not correct and hence it could not find the video

Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-17 Thread Jay Muthialu
Hi Moritz, Thanks for the information. I finally applied the patches. Although I could not apply through git because the latest ffmpeg version I downloaded did not seem to match with the patches in the email and it failed. So I had to manually sync the patch file to the source file and I

Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-08 Thread Moritz Barsnick
Hi Jay, On Sun, Sep 07, 2014 at 12:01:25 -0400, Jay Muthialu wrote: I went through all the patches specified in the link but I am not sure how to apply the patches. Could you please guide me on how to apply the patches and also what would be command I would have to use to take audio input ?

Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-08 Thread Moritz Barsnick
Hi Jay, [oops, sent too early] On Sun, Sep 07, 2014 at 12:01:25 -0400, Jay Muthialu wrote: I went through all the patches specified in the link but I am not sure how to apply the patches. Could you please guide me on how to apply the patches and also what would be command I would have to use

Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-07 Thread Moritz Barsnick
On Sat, Sep 06, 2014 at 11:25:42 -0400, Jay Muthialu wrote: As you can see from the output it lists the FaceTime HD Camera as device ID 0. But it does not show the inbuilt microphone. We can't see any output. https://ffmpeg.org/pipermail/ffmpeg-user/2014-September/023302.html If you did

Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-07 Thread Jay Muthialu
Hi Moritz, I have given below the output in plain text. I also tried adding a USB external microphone which is working great in multiple apple apps but ffmpeg does not seem to recognize and the output is the same as shown below. I also wonder if my command is correct, as in Linix/Windows the

Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-07 Thread Moritz Barsnick
On Sun, Sep 07, 2014 at 07:37:56 -0400, Jay Muthialu wrote: Output in OSX listing the AV devices identified Ah. Back in June, ffmpeg's avfoundation didn't support audio yet, and I think that hasn't changed: https://ffmpeg.org/pipermail/ffmpeg-user/2014-June/021768.html I think these are the

Re: [FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-07 Thread Jay Muthialu
Hi Moritz, Thanks for the great input. I went through all the patches specified in the link but I am not sure how to apply the patches. Could you please guide me on how to apply the patches and also what would be command I would have to use to take audio input ? Please note that I originally

[FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-06 Thread Jay Muthialu
Hello, I could record video using Macbook Air in built camera FaceTime HD Camera but it does not record audio stream. I am working in OSX 10.8 version (Mountain Lion). Command I used to list the available devices $ ffmpeg -f avfoundation -list_devices true -i As you can see from the output