ImageOptim / gifski

GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format.
https://gif.ski
Other
4.78k stars 143 forks source link

Failure to create GIF using yuv4 #339

Open WillM200 opened 1 week ago

WillM200 commented 1 week ago

I'm attempting to use the new yuv4 pipeline to create a GIF direct from an MP4 file.

It begins the process when the command is entered through and actually creates a GIF file that seems to be corrupted, with CMD spitting out the following error: "Error parsing y4m header"

Used the exact command listed out in the README ffmpeg -i video.mp4 -f yuv4mpegpipe - | gifski -o anim.gif -

{820310DD-4574-485A-A7BB-F83F30B62CBE}

vtsrpkn commented 5 days ago

I got same issue using ffmpeg 7