mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
We dont use the Gnome video grabber
This commit is contained in:
@ -2,13 +2,6 @@
|
||||
compress() { tar -czf "${1%/}.tar.gz" "${1%/}"; }
|
||||
alias decompress="tar -xzf"
|
||||
|
||||
# Convert webm files generated by the Gnome screenshot video recorder to mp4s that are more compatible
|
||||
webm2mp4() {
|
||||
input_file="$1"
|
||||
output_file="${input_file%.webm}.mp4"
|
||||
ffmpeg -i "$input_file" -c:v libx264 -preset slow -crf 22 -c:a aac -b:a 192k "$output_file"
|
||||
}
|
||||
|
||||
# Write iso file to sd card
|
||||
iso2sd() {
|
||||
if [ $# -ne 2 ]; then
|
||||
|
Reference in New Issue
Block a user