Skip to content

laborin/picoclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicoClip

PicoClip is a lightweight macOS app to quickly combine video clips, reorder them, trim the parts you need, and export a single file. It uses FFmpeg as the core media engine for concatenation, transcoding, and export, while the preview and trimming UI is built with native AVKit AVPlayerView (wrapped in SwiftUI) using the macOS built-in trimming panel via beginTrimming.

PicoClip demo

Features

  • Add clips with drag and drop, or with Add Clips...
  • Open files directly from Finder with Open With > PicoClip
  • Reorder clips by dragging them in the timeline
  • Trim each clip from the preview player
  • Per-clip mute controls
  • Optional audio normalize
  • Optional background music with loop
  • Export formats: MP4, MOV, MKV, WebM, AVI, GIF
  • GIF export FPS selector (6, 8, 10, 12, 15, 20, 24, 30)
  • Multiple composition windows supported

Installation

Download the latest release from GitHub Releases: https://github.com/laborin/picoclip/releases/latest

Quick Use

  1. Create a composition (Cmd+N) or open video files from Finder.
  2. Add one or many clips (Cmd+O) or drag files into the window.
  3. Reorder clips in timeline and trim as needed.
  4. Configure audio/export settings.
  5. Export.

Notes

  • For clips not natively playable in AVFoundation preview (but supported by FFmpeg), PicoClip creates temporary preview files and cleans them on close/startup.

License

MIT License. See LICENSE.

Made with ❤️ in Sonora

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors