Upload files to "scripts"
parent
19c7058306
commit
e8f4081675
|
@ -0,0 +1 @@
|
|||
ffmpeg -i input.mp4 -filter_complex "[0]split[a][b]; [a]palettegen[palette]; [b][palette]paletteuse" output.gif
|
|
@ -0,0 +1 @@
|
|||
gifsicle -O3 --lossy=100 output.gif -o 1.gif
|
|
@ -0,0 +1 @@
|
|||
ffmpeg -i video.mp4 -c:v libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p working.mp4
|
Loading…
Reference in New Issue