diff --git a/index.html b/index.html index 93d0b38..38c9c83 100644 --- a/index.html +++ b/index.html @@ -133,7 +133,7 @@
ffprobe -i filename.avi -show_format -show_streams -print_format xml
This command extracts technical metadata from a video file and displays it in xml.
@@ -161,7 +161,8 @@ffmpeg -f concat -i mylist.txt -c copy [output]
This command takes two or more files of the same filetype and joins them together to make a single file. All that the program needs is a list specifying the files that should be concatenated. However, it only works if the files to be combined have the exact same codec and technical specifications.
ffmpeg documentation on concatenating files (full list of flags, commands, https://trac.ffmpeg.org/wiki/Concatenate)
@@ -173,8 +174,8 @@