From 7615c872e4baf491b2e381cc7b59596cc64a7550 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 7 Nov 2018 13:30:35 -0500 Subject: [PATCH] rm "optionally" for Matroska-specific description --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index db53ecd..bc5ddb4 100644 --- a/index.html +++ b/index.html @@ -367,7 +367,7 @@
-slicecrc 1
Adds CRC information for each slice. This makes it possible for a decoder to detect errors in the bitstream, rather than blindly decoding a broken slice. (Read more here).
-slices 16
Each frame is split into 16 slices. 16 is a good trade-off between filesize and encoding time.
-c:a copy
copies all mapped audio streams.
-
output_file.mkv
path and name of the output file. Use the .mkv extension to save your file in a Matroska container. Optionally, choose a different extension if you want a different container, such as .mov or .avi.
+
output_file.mkv
path and name of the output file. Use the .mkv extension to save your file in a Matroska container.
-f framemd5
Decodes video with the framemd5 muxer in order to generate MD5 checksums for every frame of your input file. This allows you to verify losslessness when compared against the framemd5s of the output file.
-an
ignores the audio stream when creating framemd5 (audio no)
framemd5_output_file
path, name and extension of the framemd5 file.