media-type.rst
changeset 1263 a35bbaa9c17a
child 1334 9bf0d5a1f0cf
--- /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
+
+