Upload files to "scripts"

main
Berkeley 2024-04-07 23:35:40 +00:00
parent 19c7058306
commit e8f4081675
3 changed files with 3 additions and 0 deletions

1
scripts/gif.sh Normal file
View File

@ -0,0 +1 @@
ffmpeg -i input.mp4 -filter_complex "[0]split[a][b]; [a]palettegen[palette]; [b][palette]paletteuse" output.gif

1
scripts/gif2.sh Normal file
View File

@ -0,0 +1 @@
gifsicle -O3 --lossy=100 output.gif -o 1.gif

1
scripts/zap.sh Normal file
View File

@ -0,0 +1 @@
ffmpeg -i video.mp4 -c:v libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p working.mp4