You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ffmpeg -y -loglevel 16 -i "$1" -map_metadata 0 "${1%.*}.$2" </dev/null && #what an annoying bug lol, ffmpeg was fucking with stdin and somehow removed the . from the start of the file
trash-put "$1"
}
test -z "$1" && echo please specify and what to convert to && exit 1