Commit Graph

6 Commits

Author SHA1 Message Date
Némunaire b6b2e9c24f New filter color: tends to a given color; sepia is grey + color filter 2012-07-16 10:12:03 +02:00
Némunaire 7ef166e2bd Proper parsing of the CLI, adding filter according to it; catch some CLI error (unknown filter, no output file given, ...) 2012-07-16 01:39:56 +02:00
Delalande Ivan 590bb48500 Added a few other filters, including filters that merge two files. 2012-07-13 18:03:45 +02:00
Delalande Ivan 4cfab2eaa0 Externalised the CLI parsing. 2012-07-12 11:36:34 +02:00
Delalande Ivan cbc9a7a686 Implemented a video reader and writer with OpenCV.
The program now works as a video cat or converter :
./prpa -c MP42 -o /tmp/bar.avi /tmp/foo.flv
-c specify a 4-letter codec to be used for the output file and follow a strict
code defined on this page : http://www.fourcc.org/codecs.php
The file output extension *does* matter and must match the selected output
codec.
2012-07-12 10:42:38 +02:00
Pierre-Olivier Mercier 6a89d1f5df Repo initialisation 2012-07-09 07:37:41 +02:00