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
8cc3cb33
Commit
8cc3cb33
authored
Apr 16, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Record: allow recording to .avi
parent
c05b7fdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
modules/stream_out/record.c
modules/stream_out/record.c
+5
-0
No files found.
modules/stream_out/record.c
View file @
8cc3cb33
...
@@ -292,6 +292,11 @@ static const muxer_properties_t p_muxers[] = {
...
@@ -292,6 +292,11 @@ static const muxer_properties_t p_muxers[] = {
VLC_CODEC_DTS
,
VLC_CODEC_DTS
,
VLC_CODEC_SPU
),
VLC_CODEC_SPU
),
M
(
"avi"
,
"avi"
,
100
,
VLC_CODEC_A52
,
VLC_CODEC_MPGA
,
VLC_CODEC_WMA1
,
VLC_CODEC_WMA2
,
VLC_CODEC_WMAP
,
VLC_CODEC_WMAL
,
VLC_CODEC_U8
,
VLC_CODEC_S16L
,
VLC_CODEC_S24L
,
VLC_CODEC_MP4V
),
M
(
"ts"
,
"ts"
,
8000
,
VLC_CODEC_MPGV
,
M
(
"ts"
,
"ts"
,
8000
,
VLC_CODEC_MPGV
,
VLC_CODEC_H264
,
VLC_CODEC_H264
,
VLC_CODEC_MPGA
,
VLC_CODEC_DVD_LPCM
,
VLC_CODEC_A52
,
VLC_CODEC_MPGA
,
VLC_CODEC_DVD_LPCM
,
VLC_CODEC_A52
,
...
...
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