Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
f91a0f93
Commit
f91a0f93
authored
Sep 18, 2012
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: add more sout profiles.
Less technical profiles, directly targeting devices. More to be added.
parent
722c751d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
+22
-2
modules/gui/qt4/components/sout/profiles.hpp
modules/gui/qt4/components/sout/profiles.hpp
+22
-2
No files found.
modules/gui/qt4/components/sout/profiles.hpp
View file @
f91a0f93
#define NB_PROFILE \
#define NB_PROFILE \
(sizeof(video_profile_value_list)/sizeof(video_profile_value_list[0]))
(sizeof(video_profile_value_list)/sizeof(video_profile_value_list[0]))
static
const
char
video_profile_name_list
[][
3
5
]
=
{
static
const
char
video_profile_name_list
[][
3
7
]
=
{
"Video - H.264 + MP3 (MP4)"
,
"Video - H.264 + MP3 (MP4)"
,
"Video - VP80 + Vorbis (Webm)"
,
"Video - VP80 + Vorbis (Webm)"
,
"Video - H.264 + MP3 (TS)"
,
"Video - H.264 + MP3 (TS)"
,
...
@@ -16,9 +16,19 @@ static const char video_profile_name_list[][35] = {
...
@@ -16,9 +16,19 @@ static const char video_profile_name_list[][35] = {
"Audio - MP3 (MP4)"
,
"Audio - MP3 (MP4)"
,
"Audio - FLAC"
,
"Audio - FLAC"
,
"Audio - CD"
,
"Audio - CD"
,
"Video for MPEG4 720p TV/device"
,
"Video for MPEG4 1080p TV/device"
,
"Video for DivX compatible player"
,
"Video for iPod SD"
,
"Video for iPod HD/iPhone/PSP"
,
"Video for Android SD Low"
,
"Video for Android SD High"
,
"Video for Android HD"
,
"Video for Youtube SD"
,
"Video for Youtube HD"
,
};
};
static
const
char
video_profile_value_list
[][
5
3
]
=
{
static
const
char
video_profile_value_list
[][
5
8
]
=
{
/* Container(string), transcode video(bool), transcode audio(bool), */
/* Container(string), transcode video(bool), transcode audio(bool), */
/* use subtitles(bool), video codec(string), video bitrate(integer), */
/* use subtitles(bool), video codec(string), video bitrate(integer), */
/* scale(float), fps(float), width(integer, height(integer), */
/* scale(float), fps(float), width(integer, height(integer), */
...
@@ -38,6 +48,16 @@ static const char video_profile_value_list[][53] = {
...
@@ -38,6 +48,16 @@ static const char video_profile_value_list[][53] = {
"mp4;1;1;0;none;800;1;0;0;0;mpga;128;2;44100;none;0"
,
"mp4;1;1;0;none;800;1;0;0;0;mpga;128;2;44100;none;0"
,
"raw;1;1;0;none;800;1;0;0;0;flac;128;2;44100;none;0"
,
"raw;1;1;0;none;800;1;0;0;0;flac;128;2;44100;none;0"
,
"wav;1;1;0;none;800;1;0;0;0;s16l;128;2;44100;none;0"
,
"wav;1;1;0;none;800;1;0;0;0;s16l;128;2;44100;none;0"
,
"mp4;1;1;0;h264;1500;1;0;1280;720;mp3;192;2;44100;none;0"
,
"mp4;1;1;0;h264;3500;1;0;1920;1080;mp3;192;2;44100;none;0"
,
"avi;1;1;0;DIV3;900;1;0;720;568;mp3;128;2;44100;0;0"
,
"mp4;1;1;0;h264;600;1;0;320;180;mp3;128;2;44100;none;0"
,
"mp4;1;1;0;h264;700;1;0;480;272;mp3;128;2;44100;none;0"
,
"mp4;1;1;0;h264;56;1;12;176;144;mp3;24;1;44100;none;0"
,
"mp4;1;1;0;h264;500;1;0;480;360;mp3;128;2;44100;none;0"
,
"mp4;1;1;0;h264;2000;1;0;1280;720;mp3;192;2;44100;none;0"
,
"mp4;1;1;0;h264;800;1;0;640;480;mp3;128;2;44100;none;0"
,
"mp4;1;1;0;h264;1500;1;0;1280;720;mp3;128;2;44100;none;0"
,
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment