I want to add audio to my ffmpeg cli bellow
ffmpeg -framerate 25 -video_size 1920x1080 -f x11grab -i :0.0 -vf format=yuv420p http://localhost:8080/feed.ffm
I want to add audio to my ffmpeg cli bellow
ffmpeg -framerate 25 -video_size 1920x1080 -f x11grab -i :0.0 -vf format=yuv420p http://localhost:8080/feed.ffm
-f alsa -i pulseplus also audio codec to be used, ex.-c:a aacor whatever. Then in at least Ubuntu a one time setup. Installpavucontrol, open it, click on the Recording tab. Start your ffmpeg command, you'll seeAlsa plugin [ffmpeg]appear. Switch it toMonitor of Built-in Audio ..after this it'll always use the Monitor for the Alsa plugin. (Don't have a mic so never tried that audio input.. – doug Nov 29 '20 at 13:36pavucontrolafter I start my [ffmpeg] cli – Slobodan Vidovic Nov 29 '20 at 14:54