Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
libremedia
Tethys
FFmpeg
Commits
f2fe8752
Commit
f2fe8752
authored
20 years ago
by
Roman Shaposhnik
Browse files
Options
Downloads
Patches
Plain Diff
* adding Michael's explanation to the FAQ
Originally committed as revision 3411 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
26efc54e
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
doc/faq.texi
+7
-1
7 additions, 1 deletion
doc/faq.texi
with
7 additions
and
1 deletion
doc/faq.texi
+
7
−
1
View file @
f2fe8752
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
ffmpeg development is now concentrated on the codec and format
ffmpeg development is now concentrated on the codec and format
handling. New developments broke ffserver, so don't expect it to work
handling. New developments broke ffserver, so don't expect it to work
correctly. I
t is planned to
fix it
ASAP
.
correctly. I
f you have time and experience, please help us
fix it.
@section I cannot read this file although this format seems to be suppored by ffmpeg.
@section I cannot read this file although this format seems to be suppored by ffmpeg.
...
@@ -46,6 +46,12 @@ The same system is used for the other image formats.
...
@@ -46,6 +46,12 @@ The same system is used for the other image formats.
No. FFmpeg only supports open source codecs. Windows DLLs are not
No. FFmpeg only supports open source codecs. Windows DLLs are not
portable, bloated and often slow.
portable, bloated and often slow.
@section Why do I see a slight quality degradation with multithreaded MPEG* encoding ?
For multithreaded MPEG* encoding, the encoded slices must be independent,
otherwise thread n would practically have to wait for n-1 to finish, so its
quite logic that there is a small reduction of quality, this is not a bug
@section How can I read from the standard input or write to the standard output ?
@section How can I read from the standard input or write to the standard output ?
Use @file
{
-
}
as filename.
Use @file
{
-
}
as filename.
...
...
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