ZReC / ffclip

save clipboard image as a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

save clipboard image as a file

License:MIT License


Languages

Language:Rust 100.0%