You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,15 @@ MiniVideo is a **multimedia framework developed from scratch** in C/C++, bundled
8
8
MiniVideo has been tested with several CPU architectures (x86, SH4, MIPS, ARM).
9
9
The project uses a dual CMake/QMake build system (CMake is prefered though). Both library and test programs can be installed into your system.
10
10
11
-
MiniVideo has been initially developed in 2010/2011 during an internship I did in a French company called *httv*, as a small **video decoding library developed from scratch** in C. Its goal was to generate video thumbnails, with a source code easy to read and to understand for learning purpose. After a clean-up pass, the code has been published early 2014 with *httv* permission under the LGPL v3 license (video framework) and GPLv3 (test softwares).
11
+
MiniVideo has been initially developed in 2010/2011 during an internship I did in a French company called *httv*, as a small **video decoding library developed from scratch** in C.
12
+
Its goal was to generate video thumbnails, with a source code easy to read and to understand for learning purpose.
13
+
After a clean-up pass, the code has been published early 2014 with *httv* permission under the LGPL v3 license (video framework) and GPLv3 (test softwares).
12
14
13
15
The minivideo library can:
14
16
* Open video files with various container to demux and remux audios/videos content.
15
17
* Open H.264 compressed videos and decode/export intra-coded pictures.
16
18
* Extract various metadata from container and elementary streams.
17
-
* Map exact container structure to xml file / GUI.
19
+
* Map exact container structure to XML file / GUI.
0 commit comments