Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
37502dd2
Commit
37502dd2
authored
Jan 16, 2014
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4: add h265 transcoding profile
parent
557f5d1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
modules/gui/qt4/components/sout/profile_selector.cpp
modules/gui/qt4/components/sout/profile_selector.cpp
+1
-0
modules/gui/qt4/components/sout/profiles.hpp
modules/gui/qt4/components/sout/profiles.hpp
+2
-0
No files found.
modules/gui/qt4/components/sout/profile_selector.cpp
View file @
37502dd2
...
...
@@ -532,6 +532,7 @@ inline void VLCProfileEditor::registerCodecs()
ADD_VCODEC
(
"DIVX 3"
,
"DIV3"
)
ADD_VCODEC
(
"H-263"
,
"H263"
)
ADD_VCODEC
(
"H-264"
,
"h264"
)
ADD_VCODEC
(
"H-265"
,
"hevc"
)
ADD_VCODEC
(
"VP8"
,
"VP80"
)
ADD_VCODEC
(
"WMV1"
,
"WMV1"
)
ADD_VCODEC
(
"WMV2"
,
"WMV2"
)
...
...
modules/gui/qt4/components/sout/profiles.hpp
View file @
37502dd2
...
...
@@ -5,6 +5,7 @@ static const char video_profile_name_list[][37] = {
"Video - H.264 + MP3 (MP4)"
,
"Video - VP80 + Vorbis (Webm)"
,
"Video - H.264 + MP3 (TS)"
,
"Video - H.265 + MP3 (MP4)"
,
"Video - Theora + Vorbis (OGG)"
,
"Video - MPEG-2 + MPGA (TS)"
,
"Video - Dirac + MP3 (TS)"
,
...
...
@@ -30,6 +31,7 @@ static const char * video_profile_value_list[] = {
"audio_enable=yes;audio_codec=mpga;acodec_bitrate=128;acodec_channels=2;acodec_samplerate=44100;video_enable=yes;video_codec=h264;vcodec_bitrate=0;vcodec_qp=0;vcodec_framerate=0;vcodec_width=0;vcodec_height=0;muxer_mux=mp4"
,
"video_enable=yes;video_codec=VP80;vcodec_bitrate=2000;vcodec_framerate=0;vcodec_width=0;vcodec_height=0;audio_enable=yes;audio_codec=vorb;acodec_bitrate=128;acodec_channels=2;acodec_samplerate=44100;muxer_mux=webm"
,
"audio_enable=yes;audio_codec=mpga;acodec_bitrate=128;acodec_channels=2;acodec_samplerate=44100;video_enable=yes;video_codec=h264;vcodec_bitrate=800;vcodec_qp=0;vcodec_framerate=0;vcodec_width=0;vcodec_height=0;muxer_mux=ts"
,
"audio_enable=yes;audio_codec=mpga;acodec_bitrate=128;acodec_channels=2;acodec_samplerate=44100;video_enable=yes;video_codec=hevc;vcodec_bitrate=0;vcodec_framerate=0;vcodec_width=0;vcodec_height=0;muxer_mux=mp4"
,
"audio_enable=yes;audio_codec=vorb;acodec_bitrate=128;acodec_channels=2;acodec_samplerate=44100;video_enable=yes;video_codec=theo;vcodec_bitrate=800;vcodec_framerate=0;vcodec_width=0;vcodec_height=0;muxer_mux=ogg"
,
"audio_enable=yes;audio_codec=mpga;acodec_bitrate=128;acodec_channels=2;acodec_samplerate=44100;video_enable=yes;video_codec=mp2v;vcodec_bitrate=800;vcodec_framerate=0;vcodec_width=0;vcodec_height=0;muxer_mux=ts"
,
"video_enable=yes;video_codec=drac;vcodec_bitrate=800;vcodec_framerate=0;vcodec_width=0;vcodec_height=0;audio_enable=yes;audio_codec=mpga;acodec_bitrate=128;acodec_channels=2;acodec_samplerate=44100;muxer_mux=ts"
,
...
...
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