2Auge / easycap-somagic-linux

Automatically exported from code.google.com/p/easycap-somagic-linux
0 stars 0 forks source link

Please include instructions for audiio capture #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Documentation:

The mplayer example shows video only. Please include examples that combine 
sound 
captured from a pulse/alsa input with the video. Most applications will also 
require sound input. I realise that sound capture from the DC60 isn't 
implemented yet, but sound capture should still be possible from the existing 
sound card.

Original issue reported on code.google.com by sblandf...@gmail.com on 9 May 2012 at 8:05

GoogleCodeExporter commented 8 years ago
Grab some barrel connectors for your rca and connect them to rca-to-3.5 and put 
it into your input. it might require some splicing on the editing end but that 
is the only way right now.

Original comment by konnorri...@gmail.com on 14 Jul 2012 at 1:06

GoogleCodeExporter commented 8 years ago
I makes it like this:
sudo somagic-capture -p --sync=1 --iso-transfers 20 | ffmpeg -f rawvideo 
-pix_fmt uyvy422 -s 720x576 -y  -i - -vf yadif=0:0:0 -f pulse -i default  
-acodec pcm_s16le -aspect 4:3 -qmin 2 -qmax 8 -map 0:0 -map 1:0 Capture.avi

Original comment by sms...@gmail.com on 23 Oct 2012 at 4:55

GoogleCodeExporter commented 8 years ago

Original comment by calam...@gmail.com on 10 Mar 2013 at 8:27