Video-to-GIF Conversion Skill This skill converts video files to optimized GIF animations using FFmpeg two-pass palette optimization. Overview The two-pass conversion process generates superior quality GIFs compared to single-pass approaches. Pass one analyzes the video and creates an optimized color palette. Pass two applies that palette to produce the final GIF with better color fidelity and smaller file sizes. Response Format After successful conversion, include a file link to the GIF in the response with the absolute file path: This allows the user to open the file and review it. Prerequi…