scale up gif output
This commit is contained in:
parent
c29955ac83
commit
1523865db4
1 changed files with 1 additions and 1 deletions
2
gif.sh
2
gif.sh
|
@ -8,5 +8,5 @@ ffmpeg \
|
|||
ffmpeg \
|
||||
-r $fps -i "$1.%01d.png" \
|
||||
-i "$1.palette.png" \
|
||||
-lavfi paletteuse \
|
||||
-lavfi "paletteuse[1],[1]scale=w=640:h=384:sws_flags=neighbor" \
|
||||
-y "$1.gif"
|
||||
|
|
Loading…
Reference in a new issue