test for caping from screen with internal audio. Captured with ffmpeg's x11grab and using pavucontrol to reroute pulse audio to ffmpeg. Ask if you have questions.
@brianmulford you can use mame (sdlmame) from the Ubuntu repo's by doing a "sudo apt-get install mame", this will install the command line version of mame for you. For the menu I am using 'wahcade', this is also available from the repo's.
how does one install advance mame in ubuntu 10.10?
brianmulford 1 year ago
@brianmulford you can use mame (sdlmame) from the Ubuntu repo's by doing a "sudo apt-get install mame", this will install the command line version of mame for you. For the menu I am using 'wahcade', this is also available from the repo's.
nzig 1 year ago
Can i hav the code?
vrathulram 1 year ago
@vrathulram
The capture line is as follows: ffmpeg -f alsa -ac 2 -i pulse -f x11grab -s 1920x1080 -r 30 -i :0.0 -s 1280x720 -vcodec libx264 -crf 22 -vpre hq -acodec libfaac -ab 128K -threads 0 test.mp4
You may need to change the capture screen size (1920x1080) to suite your screen. Let me know if you need more info.
nzig 1 year ago