فهرست منبع

Remove media general page

Håvard Ose Nordstrand 2 سال پیش
والد
کامیت
e5941c4704
3فایلهای تغییر یافته به همراه10 افزوده شده و 22 حذف شده
  1. 0 1
      index.md
  2. 0 21
      media/general.md
  3. 10 0
      media/video-basics.md

+ 0 - 1
index.md

@@ -78,7 +78,6 @@ _(Alphabetically sorted, so the ordering might seem a bit strange.)_
 - [Audio Basics](/media/audio-basics/)
 - [DMX512](/media/dmx512/)
 - [FFmpeg](/media/ffmpeg/)
-- [Media: General](/media/general/)
 - [Image Basics](/media/image-basics/)
 - [Lighting Basics](/media/lighting-basics/)
 - [Network Device Interface (NDI)](/media/ndi/)

+ 0 - 21
media/general.md

@@ -1,21 +0,0 @@
----
-title: "Media: General"
-breadcrumbs:
-- title: Media
----
-{% include header.md %}
-
-## Formats
-
-### Video
-
-- MP4 (aka MPEG-4 Part 14):
-    - A container format (using other formats internally like e.g. H.264 for the video part).
-- H.264 (aka AVC):
-    - Aka Advanced Video Coding (AVC) or MPEG-4 Part 10.
-    - One of the most commonly used, implemented in many products.
-- H.265 (aka HEVC):
-    - Aka High-Efficiency Video Coding (HEVC).
-    - The successor to H.264/AVC and better in most ways, but not as popular yet.
-
-{% include footer.md %}

+ 10 - 0
media/video-basics.md

@@ -6,5 +6,15 @@ breadcrumbs:
 {% include header.md %}
 
 - Also see [image basics](../image-basics/) and [audio basics](../audio-basics/) for other concepts that apply to video as well.
+- Video formats:
+    - **TODO**
+    - MP4 (aka MPEG-4 Part 14):
+        - A container format (using other formats internally like e.g. H.264 for the video part).
+    - H.264 (aka AVC):
+        - Aka Advanced Video Coding (AVC) or MPEG-4 Part 10.
+        - One of the most commonly used, implemented in many products.
+    - H.265 (aka HEVC):
+        - Aka High-Efficiency Video Coding (HEVC).
+        - The successor to H.264/AVC and better in most ways, but not as popular yet.
 
 {% include footer.md %}