Media types.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 25 Apr 2012 21:32:32 +0300
changeset 1263 a35bbaa9c17a
parent 1262 926c9647494d
child 1264 6fccb9f7cfd8
Media types.
media-type.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/media-type.rst	Wed Apr 25 21:32:32 2012 +0300
@@ -0,0 +1,20 @@
+.. -*- coding: utf-8 -*-
+
+==============
+ Media types.
+==============
+.. contents::
+
+List of media types.
+====================
+
+  http://en.wikipedia.org/wiki/Internet_media_type
+
+Determine video codec.
+======================
+::
+
+  $ sudo apt-get install mediainfo mediainfo-gui
+  $ mediainfo $FILE
+
+