CushyStudio
Blog
  • ๐Ÿ›‹๏ธCushyStudio
  • Getting Started
    • ๐Ÿ› ๏ธInstallation
      • Installing Cushy
      • Updating Cushy
      • Scripts
      • Installing Modules
        • Install ComfyUI
        • Install FFMpeg (optional)
        • Installing Models
        • Install ImageMagick (optional)
    • ๐Ÿ‘‹First Steps
      • Intro to Generative AI
      • Making an image
      • Coming From...
    • ๐ŸŽBuilt-in apps
      • CushyDiffusion
      • Rotate anything
      • Cushy Cascade
      • Remove Background
      • Slay the Spire - Art Pack
      • Manga Coloring
    • ๐ŸšถCushy Interface
      • Draft Panel
      • Welcome Panel
      • Minipaint
      • File Explorer
      • Quick-Civitai
      • Iframes
        • Minipaint
        • Civitai
      • Image Comtext menu
    • ๐ŸImages, Videos, 3d scenes
      • Quick Actions
      • LLM (Large Language Model)
    • ๐Ÿ˜Unified canvas
      • Starin
      • Inpainting
      • Outpainting
    • ๐ŸงชPrompting
      • adding Loras
  • Going further
    • ๐Ÿ’กCreating apps
      • Creating a new App file
      • Prefabs
      • App Structure
      • Contextual Apps
      • For loops
      • App UI
      • Using ImageMagick in your app
    • โš™๏ธCushyKit
    • ๐ŸˆImporting from ComfyUI
    • ๐ŸคWoking on Cushy
      • Setting up VSCode
      • Contributing on the UI
      • Contributing on top-level scripts
      • Database
      • Migrations
    • ๐Ÿ”ฅTroubleshooting
      • Page 1
  • Community
    • ๐ŸคCommunity
    • ๐Ÿ’ฌFAQs
      • โ‰๏ธCan Cushy...
    • ๐Ÿ“ฐNews
    • ๐Ÿ˜Changelog
    • ๐Ÿš€Roadmap
    • ๐Ÿ’ฌBlog
      • 2024-02-18 - creating the website
    • ๐Ÿš‚Other Softwares
      • Coming from Krita
      • Coming from A1111
      • Coming from ComfyUI
      • Coming from InvokeAI
      • Coming from Fooocus
    • Contributing
      • Supporting the team
      • Writing Docs
  • TEMP
    • โœจCushyStudio Features
    • ๐Ÿ›‹๏ธTEMPORARY
      • Manual
      • GPT alt A
      • GPT alt B
      • GPT alt C
Powered by GitBook
On this page
Edit on GitHub
Export as PDF
  1. Getting Started
  2. Installation
  3. Installing Modules

Install FFMpeg (optional)

Some apps that generate or deal with video content make use of FFMpeg. https://ffmpeg.org/

FFMpeg is a a complete, cross-platform solution to record, convert and stream audio and video. it is distributed as a command line tool called ffmpeg .

Some apps will expect ffmpeg to be available on your system .

Link to the official Download page.

On mac, you can also:

brew install ffmpeg

PreviousInstall ComfyUINextInstalling Models

Last updated 1 year ago

๐Ÿ› ๏ธ