some additions

This commit is contained in:
Hannes
2026-08-14 13:39:41 +02:00
parent dd0bc6a77c
commit 95183069ce
6 changed files with 606 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
complete -c vrot -f -a '(__fish_complete_suffix .mp4 .mkv .mov .m4v .webm .avi .ts .mts .m2ts .flv .wmv .mpg .mpeg .vob .3gp)' -d 'Video file'
complete -c vrot -s h -l help -d 'Show help'
complete -c vrot -s r -l reencode -d 'Re-encode the video (rotate pixels, works everywhere)'
complete -c vrot -s a -l angle -x -a '90 180 270' -d 'Rotation angle (degrees clockwise)'
complete -c vrot -s p -l preset -x -a 'ultrafast superfast veryfast faster fast medium slow slower veryslow' -d 'x264/x265 encoder preset'