Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 2.34 KB

README.en.md

File metadata and controls

70 lines (52 loc) · 2.34 KB

Rebebuca

https://rebebuca.com

What is Rebebuca?

  • Rebebuca is a desktop FFMPEG manager developed in Rust
  • Create, run, and manage your ffmpeg commands in 30 seconds
  • Help us better manage the numerous and complex ffmpeg parameters and ffmpeg command running status

Features

  • ffmpeg command full cycle management
    • Supports ffmpeg command operations such as running, stopping, and restarting
    • Supports visual configuration of ffmpeg command parameters and import of terminal commands
    • Support management of various ffmpeg commands by project dimensions
    • Support data export
  • List + details interactive mode
  • Supports ffmpeg source switching, Chinese and English languages, dark and light theme switching, and window closing method selection
  • Support automatic software updates
  • Support mac and window platforms
  • Easy to use, rich in capabilities, and long-term maintenance

Download and install

Get started quickly

Please click on the official document link below to view:

https://rebebuca.com/guide/startup.html

Sponsor

Alipay WeChat
Alipay appreciation code WeChat Appreciation Code

Technical Support

author

Contribute code

Contribute code

  • Build environment:

    • cargo version >= 1.70.0
    • pnpm version >= 8
    • node version >= 20
  • Pull code: git clone git@github.com:rebebuca/rebebuca.git

  • Install dependencies: pnpm i

    • After executing pnpm i, the preintsall command will be automatically executed to check whether the environment meets the requirements and download the ffmpeg binary file to the src-tauri/bin directory.
  • Start Rebebuca: pnpm tauri dev