xvfb-record icon indicating copy to clipboard operation
xvfb-record copied to clipboard

Please support audio recording

Open boygiandi opened this issue 7 years ago • 3 comments

I checked the ffmpeg command and no option for audio. Can you update the code to support audio recoding ? I really need it. Thanks

boygiandi avatar Aug 17 '17 07:08 boygiandi

Haven't touched the code in a while, but I imagine adding -acodec copy to the ffmpeg command might do the trick. Let me know!

grayleonard avatar Aug 17 '17 18:08 grayleonard

no, it only have video channel, no audio :(

boygiandi avatar Aug 18 '17 01:08 boygiandi

@boygiandi Maybe you should provide another input for ffmpeg, for example:

$ ffmpeg [optoins for video] -f pulse -ac 2 -i 1

milad2golnia avatar Jul 03 '24 06:07 milad2golnia