index
:
dotfiles.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
ffmpeg-smaller
blob: 579ea7573de03639dc8ad6064b0f4cff3073cc17 (
plain
)
1
2
#!/bin/sh ffmpeg -i "${1:?}" -vcodec libx265 -crf 28 "${2:?}"