You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -
The text was updated successfully, but these errors were encountered:
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 -
The text was updated successfully, but these errors were encountered: