6,530
Loading...
Uploader Comments (gotbletu)
see all
All Comments (47)
-
how to install that software?
-
Do you zoom in using ffmpeg?
-
@OniLinkPlus try using alsamixer and disable the other open sound, if any.
-
I'm using your capture script, but I have a slight problem. The audio I capture has this strange buzzing sound which screws with my voice. Have you ever heard of this?
Loading...
can't somebody make a tutorial that starts with: for the following tutorial you need to install: .... and show how? Not just jump into the middle and start clicking around? I constantly get ultrafast not found, even though I installed the libx264
theotherscientist 2 weeks ago
@theotherscientist theres stuff in the descriptions, which nobody looks at.
gotbletu 2 weeks ago
Thank you very much for showing how you did that gotbletu - it got me headed down the right path.
I'm running Arch Linux, and I'm not sure if it's why I had problems using your script 'as is', but I managed to make it work with:
ffmpeg -f alsa -ac 2 -i hw:0,0 -f x11grab -r 30 -s $WIN_GEO -i :0.0+$WIN_XY -acodec libvorbis -vcodec libx264 -preset ultrafast -threads 0 -y output-single.mkv
richardsheppardaroq 2 months ago
@richardsheppardaroq yea this vid is a year old, u usually just need to edit the presets since ffmpeg changes those
gotbletu 2 months ago
GTK on the fly is :(. ffmpeg Lossless recording creates absolutely huge file sizes though so people can opt to allow non lossless and ffmpeg can still put up impressive quality with file size no other software I've seen touch. Some problems:
1. Audio is off about 1 sec, somehow at video start (it never desyncs further, even on long recordings). Right now I just bypass that with an offset command after.
2. I want to record 2 audio streams (mic and game sound), don't know how.
TheMelnTeam 7 months ago
@TheMelnTeam check my others vids on sound and mic
gotbletu 7 months ago