This website requires JavaScript.
Explore
Help
Sign In
16mm
/
bipack
Watch
1
Star
0
Fork
You've already forked bipack
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
bipack
/
scripts
/
invert.sh
6 lines
95 B
Bash
Raw
Permalink
Blame
History
#!/bin/bash
INPUT_FILE
=
${
1
}
OUTPUT_FILE
=
${
2
}
ffmpeg -y -i
$INPUT_FILE
-vf negate
$OUTPUT_FILE
Reference in New Issue
View Git Blame
Copy Permalink