Commit Graph

16 Commits

Author SHA1 Message Date
Delalande Ivan e19f1067dd Merge branch 'master' of ssh://nemu/prpa 2012-07-16 13:11:33 +02:00
Delalande Ivan cb018be32e Improved error detection and reporting and fixed the inlay filter. 2012-07-16 13:11:24 +02:00
Némunaire 5178e6fa1d Fix line in rotate filter 2012-07-16 12:42:18 +02:00
Delalande Ivan 327c00ac18 Added a drunk filter and wrote the README. 2012-07-16 12:16:19 +02:00
Némunaire 59d0764071 New filters: rotate-h and rotate-v 2012-07-16 11:02:12 +02:00
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 4e5521c564 New parameter -d to disable parallelism 2012-07-16 09:32:30 +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 86ba74fe35 Made the count filter print a thread_local integer. 2012-07-15 00:07:53 +02:00
Delalande Ivan 2950deef1a Added more useless filters, show video filtering compression. 2012-07-13 22:32:20 +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 875745cf22 Added a greyscale filter to test that filters really work. 2012-07-13 00:03:02 +02:00
Delalande Ivan 335832789a Now uses the tbb::pipeline, we just have to add filters now! 2012-07-12 19:50:16 +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