Skip to content

ZReC/ffclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFclip

This piece of code will send your clipboard image to ffmpeg. The desired output is left as an exercise for the user!

Build

cargo build --release

The executable will be located at target/release/ffclip

Usage

Once an image is in your clipboard (and FFmpeg exists in your PATH env):

./ffclip .webp
./ffclip image.png
./ffclip -qscale:v 2 capybara.jpg

Acknowledgment

The app is cross-platform thanks to arboard.

License

See here