]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/sout/profiles.hpp
Qt: SPrefs hotkeys: add a line between the widgets.
[vlc] / modules / gui / qt4 / components / sout / profiles.hpp
index 030530e3351ec64d413c5994c04e205d87bedf35..cca95ad7fc4c2bad07f43672371fde9f33cdcb12 100644 (file)
@@ -1,20 +1,27 @@
+/* Increase this value if you add a new profile */
 #define NB_PROFILE 12
 
 static const char *const video_profile_name_list[] = {
-    "Video - H.264 + AAC",
-    "Video - Dirac + AAC",
-    "Video - Theora + Vorbis",
-    "Video - Theora + Flac",
-    "Video - MPEG-4 + AAC",
-    "Video - MPEG-2 + MPGA",
-    "Video - WMV + WMA",
-    "Video - DIV3 + MP3",
-    "Audio - Vorbis",
+    "Video - H.264 + AAC (TS)",
+    "Video - Dirac + AAC (TS)",
+    "Video - Theora + Vorbis (OGG)",
+    "Video - Theora + Flac (OGG)",
+    "Video - MPEG-4 + AAC (MP4)",
+    "Video - MPEG-2 + MPGA (TS)",
+    "Video - WMV + WMA (ASF)",
+    "Video - DIV3 + MP3 (ASF)",
+    "Audio - Vorbis (OGG)",
     "Audio - MP3",
-    "Audio - AAC",
+    "Audio - AAC (MP4)",
     "Audio - FLAC",
 };
+
 static const char *const video_profile_value_list[] = {
+    /* Container(string), transcode video(bool), transcode audio(bool), */
+    /* use subtitles(bool), video codec(string), video bitrate(integer), */
+    /* scale(float), fps(float), width(integer, height(integer), */
+    /* audio codec(string), audio bitrate(integer), channels(integer), */
+    /* samplerate(integer), subtitle codec(string), subtitle overlay(bool) */
     "ts;1;1;0;h264;800;1;0;0;0;mp4a;128;2;44100;0;0",
     "ts;1;1;0;drac;800;1;0;0;0;mp4a;128;2;44100;0;0",
     "ogg;1;1;0;theo;800;1;0;0;0;vorb;128;2;44100;0;0",