Files
2026-08-14 13:39:41 +02:00

6 lines
510 B
Fish

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'