Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 1393a8b161..4ee34ecd55 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -34,3 +34,8 @@ If the jpegs are named img1.jpg, img2.jpg, img3.jpg,..., use:
The same system is used for the other image formats.
+6) FFmpeg does not support codec XYZ. Can you include a Windows DLL
+ loader to support it ?
+
+No ! FFmpeg only supports open source codecs. Windows DLLs are not
+portable, bloated and often slow.