diff --git a/index.html b/index.html index 51a8869..0f05a83 100644 --- a/index.html +++ b/index.html @@ -110,7 +110,7 @@
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: +
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:
.avi
: Audio Codec: mp3, Video Codec: mpeg4.mkv
: Audio Codec: ac3, Video Codec: h.264Use this command to transcode from FLAC to reconstruct original BWF file. Command is the same as the prior command with the exception of substituting --decode
for best
and changing the input to a .flac
file.
flac --decode --keep-foreign-metadata --preserve-modtime --verify input.flac