adding rubberband and some script changes

This commit is contained in:
Chris Cochrun 2022-07-11 15:06:31 -05:00
parent 2a5ba0665a
commit b92e14159c
5 changed files with 10 additions and 1 deletions

View file

@ -345,6 +345,7 @@ plasma5Packages.qt5ct
lxappearance lxappearance
spotdl spotdl
kdenlive kdenlive
rubberband
ffmpeg ffmpeg
wlroots wlroots
picom-next picom-next

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
alacritty -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s ' $1 konsole -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s ' $1

6
scripts/transcode-video.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
for filename in *.mov; do
ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i "${filename}" -c:v hevc_nvenc -c:a aac -crf 22 "${filename%.*}".mp4
rm $filename
done

View file

@ -258,6 +258,7 @@
lxappearance lxappearance
spotdl spotdl
kdenlive kdenlive
rubberband
ffmpeg ffmpeg
wlroots wlroots
picom-next picom-next

View file

@ -268,6 +268,7 @@
lxappearance lxappearance
spotdl spotdl
kdenlive kdenlive
rubberband
ffmpeg ffmpeg
wlroots wlroots
picom-next picom-next