一键导入
extract-frames
Extract frames from a video file for sprite animations. Creates originals/cleaned/trimmed folders on Desktop.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract frames from a video file for sprite animations. Creates originals/cleaned/trimmed folders on Desktop.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build ChefAcademy on iPhone Simulator to verify a change against the real app.
Create an Xcode .imageset from a loose PNG file. Moves the image into Assets.xcassets with proper Contents.json.
Add a new PantryItem to the enum with all required switch branches (displayName, emoji, imageName, shopPrice, shopCategory, etc.)
Extract all PNGs from Assets.xcassets into a flat folder on Desktop for AirDrop to iPad/Procreate coloring.
| name | extract-frames |
| description | Extract frames from a video file for sprite animations. Creates originals/cleaned/trimmed folders on Desktop. |
| user-invocable | true |
The user wants to extract frames from a video for use as sprite animation assets.
<video_path> and optional [num_frames] (default 15)bash /Users/pollakmarina/Dropbox/Mac/Desktop/ChefAcademy/extract-frames.sh "<video_path>" <num_frames>originals/ — raw extracted framescleaned/ — remove background here (Photoshop)trimmed/ — trim transparent pixels here (Photoshop)If the video path doesn't exist, check common locations: project root, ~/Desktop, ~/Downloads.