Re: [FFmpeg-user] kmsgrab and audio problem

2023-12-19 Thread Andrew Randrianasulu
вс, 10 дек. 2023 г., 21:51 KoreanFanOfficial : > Show me your code where kmsrab working with alsa/pulse without any issue on > debian/arch system Cuz you cant, cuz this problem exist many years and > dont fixed. Do you even try to install debian/arch??? If you already > install arch/debian the

Re: [FFmpeg-user] kmsgrab and audio problem

2023-12-11 Thread Carl Zwanzig
On 12/10/2023 12:47 AM, KoreanFanOfficial wrote: How i can[...]? You're asking for help yet don't want to play by the simple rules of the list). Some of them are- * Always show your actual, unscripted ffmpeg command and the complete, uncut console output from your command. * Use the most si

Re: [FFmpeg-user] kmsgrab and audio problem

2023-12-11 Thread Ferdi Scholten
With this code: sudo ffmpeg -y -device /dev/dri/card0 -r 30 -framerate 30 -f kmsgrab -i - -f alsa -i default -vf 'hwmap=derive_device=vaapi,scale_vaapi=w=1280:h=720:format=nv12' -c:v h264_vaapi -g 60 -b:v 5500k -c:a aac -ac 2 -b:a 320k -f flv output.flv record working, no errors in ffmpeg, but n

Re: [FFmpeg-user] kmsgrab and audio problem

2023-12-11 Thread KoreanFanOfficial
Why i must be the owner of ffmpeg or whatever to post message on ffmpeg user mailing list, are you ok Am i asking about warranty of ffmpeg Are you blind Even if you're the owner of something, it doesn't give you any privileges, you're just a human being living on this planet, you're not

Re: [FFmpeg-user] kmsgrab and audio problem

2023-12-11 Thread Nicolas George
KoreanFanOfficial (12023-12-10): > Show me your code where kmsrab working with alsa/pulse without any issue on > debian/arch system Cuz you cant, cuz this problem exist many years and > dont fixed. Do you even try to install debian/arch??? Hi. Did you forget that you got FFmepg gratis and with

Re: [FFmpeg-user] kmsgrab and audio problem

2023-12-10 Thread KoreanFanOfficial
Show me your code where kmsrab working with alsa/pulse without any issue on debian/arch system Cuz you cant, cuz this problem exist many years and dont fixed. Do you even try to install debian/arch??? If you already install arch/debian then you must know about this problem with kmsgrab and alsa

Re: [FFmpeg-user] kmsgrab and audio problem

2023-12-10 Thread Carl Zwanzig
On 12/10/2023 1:58 AM, KoreanFanOfficial wrote: With this code: [...] That is not the complete _unedited_ output which often contains important information, like the ffmpeg build. Please read the FAQ at https://ffmpeg.org/mailing-list-faq.html. z! ___

Re: [FFmpeg-user] kmsgrab and audio problem

2023-12-10 Thread KoreanFanOfficial
With this code: sudo ffmpeg -y -device /dev/dri/card0 -r 30 -framerate 30 -f kmsgrab -i - -f alsa -i default -vf 'hwmap=derive_device=vaapi,scale_vaapi=w=1280:h=720:format=nv12' -c:v h264_vaapi -g 60 -b:v 5500k -c:a aac -ac 2 -b:a 320k -f flv output.flv record working, no errors in ffmpeg, but no a

Re: [FFmpeg-user] kmsgrab and audio problem

2023-12-10 Thread Ferdi Scholten
Cant record desktop video and audio with kmsgrab and pulseaudio/alsa on debian/arch system with xorg. I got video without audio or ffmpeg fail to record. If record only video with kmsgrab all works. How i can record video and audio with kmsgrab and alsa/pulseaudio? ___

[FFmpeg-user] kmsgrab and audio problem

2023-12-10 Thread KoreanFanOfficial
Cant record desktop video and audio with kmsgrab and pulseaudio/alsa on debian/arch system with xorg. I got video without audio or ffmpeg fail to record. If record only video with kmsgrab all works. How i can record video and audio with kmsgrab and alsa/pulseaudio? _