diff --git a/record/record b/record/record index 69c3993..093301a 100644 --- a/record/record +++ b/record/record @@ -1,8 +1,12 @@ #!/bin/sh # dependencies= pulseaudio, ffmpeg -# Check README for more details. (https://github.com/whoisYoges/record-with-ffmpeg/blob/master/README.md) - +# Credits to: (https://github.com/whoisYoges/record-with-ffmpeg/blob/master/README.md) +# I make some updates here just for my use... +# FPS="23" for better quality and resolution to 1920x1080 +# for check your device list use this commnad: +# pactl list sources +# and change the values on the audio configuration; that's all! ######################## ### Variables Starts ### ########################