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
f4de5d4b
Commit
f4de5d4b
authored
Aug 25, 2008
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add description for transrate options.
parent
41e490d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
modules/stream_out/transrate/transrate.c
modules/stream_out/transrate/transrate.c
+4
-3
No files found.
modules/stream_out/transrate/transrate.c
View file @
f4de5d4b
...
...
@@ -59,15 +59,16 @@ static int transrate_video_process( sout_stream_t *, sout_stream_id_t *, block_
#define VB_TEXT N_("Video bitrate")
#define VB_LONGTEXT N_( \
"... FIXME ..." )
"New target video bitrate. Quality is ok for -10/15\% of the original" \
"bitrate." )
#define SHAPING_TEXT N_("Shaping delay")
#define SHAPING_LONGTEXT N_( \
"
... FIXME ..
." )
"
Amount of data used for transrating in ms
." )
#define MPEG4_MATRIX_TEXT N_("Use MPEG4 matrix")
#define MPEG4_MATRIX_LONGTEXT N_( \
"
... FIXME ..
." )
"
Use the MPEG4 quantification matrix
." )
#define SOUT_CFG_PREFIX "sout-transrate-"
...
...
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