diff --git a/index.html b/index.html
index 4a6e0cd..c443db0 100644
--- a/index.html
+++ b/index.html
@@ -1481,10 +1481,10 @@ foreach ($file in $inputfiles) {
If hex isn't your thing, closed captioning character and code sets can be found in the documentation for SCTools.
- ffprobe
- starts the command
- - -f lavfi
- tells ffprobe to use the Libavfilter input virtual device [more]
+ - -f lavfi
- tells ffprobe to use the libavfilter input virtual device
- -i input_file
- input file and parameters
- readeia608 -show_entries frame=pkt_pts_time:frame_tags=lavfi.readeia608.0.line,lavfi.readeia608.0.cc,lavfi.readeia608.1.line,lavfi.readeia608.1.cc -of csv
- specifies the first two lines of video in which EIA-608 data (hexidecimal byte pairs) are identifiable by ffprobe, outputting comma separated values (CSV)
-
>
- redirects the standard output (the data created by ffprobe about the video)
+
- >
- redirects the standard output (the data created by ffprobe about the video)
- output_file.csv
- names the CSV output file