This repository has been archived on 2021-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
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
m4 Repo initialisation 2012-07-09 07:37:41 +02:00
src Implemented a video reader and writer with OpenCV. 2012-07-12 10:42:38 +02:00
.gitignore Repo initialisation 2012-07-09 07:37:41 +02:00
AUTHORS Repo initialisation 2012-07-09 07:37:41 +02:00
bootstrap Repo initialisation 2012-07-09 07:37:41 +02:00
ChangeLog Repo initialisation 2012-07-09 07:37:41 +02:00
configure.ac Implemented a video reader and writer with OpenCV. 2012-07-12 10:42:38 +02:00
Makefile.am Implemented a video reader and writer with OpenCV. 2012-07-12 10:42:38 +02:00
README Repo initialisation 2012-07-09 07:37:41 +02:00
TODO Repo initialisation 2012-07-09 07:37:41 +02:00