From f0544f6f4014f432bb07da2648ff041af95f88d0 Mon Sep 17 00:00:00 2001 From: Dangrain Date: Tue, 15 Oct 2024 22:13:35 +0200 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ecea868 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ + needed a converter for my old camera, since It records in AVI, I figured .mp4 would be a good file format to convert to. Someone else might need It, right? (Converts all .AVI files in the folder to .mp4 files and adds them to a mp4s folder It also makes) + + # HOW TO USE + + Add the 'converter.sh' file to your directory with .AVI files, open your terminal and navigate to your .AVI directory, run ```bash converter.sh``` - it'll handle the rest. + ffmpeg has to be installed for the script to work.