Page 1 of 1

yawcam with audio

Posted: Sun Jul 08, 2012 3:04 am
by linokoo
Hello,
I have a camera logitech with micro & I would like to put yaw with son.

Is it possible?

Thank you for your reply.

Lino

Re: yawcam with audio

Posted: Sun Jul 08, 2012 3:36 pm
by generalsu
linokoo wrote:Hello,
I have a camera logitech with micro & I would like to put yaw with son.

Is it possible?

Thank you for your reply.

Lino
Currently recording audio is not possible purely with Yawcam. You can, however, use external apps like Adobe Audition, Audacity to record audio separately. Of course, this is just a workaround, but it's very inconvenient.

I was hoping Yawcam would include motion detect for audio. It would only record audio when motion is detected, much like what it has done with images.

I will share more implementation ideas when I have some.

Re: yawcam with audio

Posted: Wed Jun 13, 2018 4:58 pm
by talonvking
I wanted to add audio to my image capture/video In my motion settings.
So I use run .exe along with Microsoft built-in SoundRecorder.exe. When a motion even is fired off, I capture audio for 30 seconds and store in a file.
Image

Here is my .bat script:
---------------------------------
set YYYY=%DATE:~10,4%
set MM=%DATE:~4,2%
set DD=%DATE:~7,2%

set HH=%TIME: =0%
set HH=%HH:~0,2%
set MI=%TIME:~3,2%
set SS=%TIME:~6,2%
set FF=%TIME:~9,2%

C:\Temp\SoundRecorder.exe /FILE c:\temp\motion\%YYYY%%MM%%DD%_%HH%%MI%%SS%.wav /DURATION 0000:00:30
rem pause
exit

I think I had to download SoundRecorder from the web… because later versions of windows don’t have it anymore… so now I can have the audio AND image captures sent to my email or ftp!



Sincerely,
Eric

Re: yawcam with audio

Posted: Fri Sep 14, 2018 6:49 am
by mfran2002
Hi there,
I know that you can embed the audio code adding it in Yawcam at "settings, edit settings..., stream, page designer..., page text box"

I'm trying with media encoder or media player but nothing, I'm not able...

may you tell me the software you are using (some plugin to be added?) posting the code to be embedded?

thank you very much!