Thursday, May 16, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1546  / 1 Year ago, wed, november 30, 2022, 5:41:40

It's 2014.



What's the best tool for recording a session on my computer that includes internal audio?


More From » sound

 Answers
6

I personally use this command in terminal



   avconv -f   pulse -i default -f x11grab -r 15 -s $(xdpyinfo  | grep dimensions | awk -F ' ' ' { print $2 } ' ) -i :0.0+0,0 -acodec libmp3lame -vcodec libx264  $(date +"%m%d%Y_%H%M%S_$HOSTNAME")_screencast.mp4


If you want a sophisticated one try this http://www.maartenbaert.be/simplescreenrecorder/



enter image description here



It's open source and looks nice.



EDIT:



For inline audio try this



pavucontrol


then switch to output devices then click on green check mark with tooltip Set as fallback


[#24039] Wednesday, November 30, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nguai

Total Points: 216
Total Questions: 108
Total Answers: 116

Location: Hong Kong
Member since Thu, Dec 16, 2021
2 Years ago
nguai questions
Thu, Mar 9, 23, 19:37, 1 Year ago
Thu, Apr 27, 23, 02:41, 1 Year ago
Tue, Jan 17, 23, 20:59, 1 Year ago
Fri, Oct 8, 21, 19:38, 3 Years ago
Tue, Oct 5, 21, 15:24, 3 Years ago
;