From 9c67282030f6b6c21c55435eed3f12b1f9effe6f Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Wed, 18 Nov 2015 15:16:53 -0800 Subject: [PATCH] cool refactoring --- index.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index b2d1fc7..ffc01ed 100644 --- a/index.html +++ b/index.html @@ -135,11 +135,9 @@

Join multiple files together

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.

ffmpeg documentation on ffprobe (full list of flags, commands, https://www.ffmpeg.org/ffprobe.html)

-