tiny correction
authorGood Guy <good1.2guy@gmail.com>
Mon, 28 Nov 2022 19:40:25 +0000 (12:40 -0700)
committerGood Guy <good1.2guy@gmail.com>
Mon, 28 Nov 2022 19:40:25 +0000 (12:40 -0700)
parts/Quickstart.tex

index 9400d7e720883100ddff86016906ead143e5a837..ffbc003ed40efd94189adf0f3b0a911062019981 100644 (file)
@@ -364,7 +364,7 @@ To find out the keyframe type (I, P, B) of your media you can use ffprobe:
 
 \textbf{-frame=pict\_type:} within the chosen specifier indicates the data to be displayed; in this case \textit{pict\_type}, that is, the keyframe type (I, P, B) of the frame under consideration.
 
-\textbf{input.mkv:} is the media to be analyzed (it can be any container and code).
+\textbf{input.mkv:} is the media to be analyzed (it can be any container and codec).
 
 (see \url{https://ffmpeg.org/ffprobe.html} for more details)