Add one-liner to ffmpeg cheat
This adds a way to convert a gif to an animated avif!
This commit is contained in:
parent
11dbcdef83
commit
5ac90e459c
1 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
||||||
|
% ffmpeg
|
||||||
|
|
||||||
|
# Convert a .gif into an animated .avif
|
||||||
|
ffmpeg -i "<file_name>.gif" -strict -1 -f yuv4mpegpipe -pix_fmt yuva444p - | avifenc --stdin "<file_name>-c.avif"
|
Loading…
Add table
Add a link
Reference in a new issue