Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Šimon (Simon) Rataj
VLC
Commits
f4de5d4b
Commit
f4de5d4b
authored
16 years ago
by
dionoea
Browse files
Options
Downloads
Patches
Plain Diff
Add description for transrate options.
parent
41e490d1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/stream_out/transrate/transrate.c
+4
-3
4 additions, 3 deletions
modules/stream_out/transrate/transrate.c
with
4 additions
and
3 deletions
modules/stream_out/transrate/transrate.c
+
4
−
3
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-"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment