PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Record Audio and screen capture with 1 command on Linux

Go down

Record Audio and screen capture with 1 command on Linux Empty Record Audio and screen capture with 1 command on Linux

Post by jamied_uk 14th August 2015, 17:00

Record Audio and screen capture with 1 command

Experimental!

Code:
sudo apt-get install -y arecord sox





Code:
sox -t alsa "hw:0,0" -t ogg -A -2 -c1 -r11025 - | ffmpeg -y -i - -ar
11025 -ab 52 -ac 1 -f x11grab -s 800x600 -i :0.0+10,20 -b 200 -r 12
-aspect 4:3 -f flv test.flv



http://sourceforge.net/p/kdenlive/mailman/message/20606033/
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum