From 61b38c5607cd3648d21a5197070c2ce837df4afc Mon Sep 17 00:00:00 2001 From: Abigoven <b.mahn@zoho.com> Date: Sat, 4 Jan 2025 11:15:32 +0100 Subject: [PATCH] Initial commit msg --- README.md | 26 ++++++++++---------------- mp4duration2_git_wget.txt | 2 ++ 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 05f7ea7..53a047c 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,14 @@ # MP4-Duration 2 # -[MP4-Duration 2](https://www.opencode.net/abigoven/mp4duration2) (is a -similar tool to -[MP3-Duration](https://www.opencode.net/abigoven/mp3duration) for -MP3-files) is a Rust CLI ("Command Line Interface") application that -collects the durations of some given MP4 files and shows them in a human -readable format. It uses my own functionality without usage of mp4 -crate. +[MP4-Duration 2](https://www.opencode.net/abigoven/mp4duration2) (is a similar tool to [MP3-Duration](https://www.opencode.net/abigoven/mp3duration) for MP3-files) is a Rust CLI ("Command Line Interface") application that collects the durations of some given MP4 files and shows them in a human readable format. It uses my own functionality without usage of mp4 crate. ## Installation ## -The executable files for 32bit-versions are stored in i686-\* and +The executable files for 32bit-versions are stored in i686-\* and <br/> 64bit-versions are stored in x86_64-\* -Download the fitting binary (32/64bit) for your Linux distribution. -Copy the binary to /usr/local/bin/ for local users or and not -additionally to /usr/bin/ for systemwide usage.<br/> +Download the fitting binary (32/64bit) for your Linux distribution.<br/> +Copy the binary to /usr/local/bin/ for local users or and not additionally <br/> +to /usr/bin/ for systemwide usage.<br/> *Do copy to one path only and not to both!* ```bash @@ -22,8 +16,8 @@ cp -fv -- mp4duration2 /usr/local/bin/ sudo cp -fv -- mp4duration2 /usr/bin/ ``` -Download the fitting Windows-exe for your Windows version (32/64bit) and -copy it to %PROGRAMFILES%. +Download the fitting Windows-exe for your Windows version (32/64bit)<br/> +and copy it to %PROGRAMFILES%. ``` COPY /B mp4duration2.exe %PROGRAMFILES% @@ -35,7 +29,7 @@ mp4duration2 [-n] [-s] <filename(s)> ``` --- ### Test Outputs ### -``` +```bash mp4duration2 Usage: mp4duration2 [-n] [-s] <filename(s)> @@ -94,8 +88,8 @@ mp4duration2 -n -s *Directors_Cut*.mp4 8/8 00:01:11:44 Q_U_B_E_Directors_Cut_04.mp4 all 00:08:02:42 ``` -If you are interested in the video files then you can [watch them here -on [Peertube](https://vid.northbound.online/a/abigoven/video-channels). +If you are interested in the video files then you can <br/> +[watch them here on Peertube](https://vid.northbound.online/a/abigoven/video-channels). --- diff --git a/mp4duration2_git_wget.txt b/mp4duration2_git_wget.txt index 8b07dd9..b1832bd 100644 --- a/mp4duration2_git_wget.txt +++ b/mp4duration2_git_wget.txt @@ -14,3 +14,5 @@ Adding URL: https://id.opendesktop.org/login?next=%2Foauth%2Fauthorize%3Fclient_ [0] Downloading 'https://id.opendesktop.org/login?next=%2Foauth%2Fauthorize%3Fclient_id%3DBzeY4MotIOUTXTzPwbhw%26redirect_uri%3Dhttps%253A%252F%252Fwww.opencode.net%252Fusers%252Fauth%252Foauth_opendesktop%252Fcallback%26response_type%3Dcode%26scope%3Dopenid%2520profile%2520email%26state%3Df6e85b0786e9d6b927b8387c7a0cecdd5fc737ed05531977' ... Saving 'mp4duration2.git' HTTP response 200 OK [https://id.opendesktop.org/login?next=%2Foauth%2Fauthorize%3Fclient_id%3DBzeY4MotIOUTXTzPwbhw%26redirect_uri%3Dhttps%253A%252F%252Fwww.opencode.net%252Fusers%252Fauth%252Foauth_opendesktop%252Fcallback%26response_type%3Dcode%26scope%3Dopenid%2520profile%2520email%26state%3Df6e85b0786e9d6b927b8387c7a0cecdd5fc737ed05531977] +HSTS in effect for www.opencode.net:80 +Nothing to do - goodbye -- GitLab