diff --git a/index.html b/index.html index c66ee06..50e75dc 100644 --- a/index.html +++ b/index.html @@ -104,6 +104,24 @@

Learn about more advanced FFmpeg concepts

+ + + +
+

Codec Defaults

+

Unless specified, FFmpeg will automatically set codec choices and codec parameters based off of internal defaults. These defaults are applied based on the file type used in the output (for example .mov or .wav).

+

When creating or transcoding files with FFmpeg, it is important to consider codec settings for both audio and video, as the default options may not be desirable in your particular context. The following is a brief list of codec defaults for some common file types: +

+
+ +