From c2c1b4a15742e2e29ba3d317e192a530baf1d9ff Mon Sep 17 00:00:00 2001
From: Kai McFarlane <87865378+kaimcfarlane@users.noreply.github.com>
Date: Tue, 24 Sep 2024 11:35:33 -0400
Subject: [PATCH 1/8] Updated README.md with new, relevant, project
information.
Added supported file types and a more detailed description of Avidemux.
Added link to website as well as documentation and contributor sections.
Added images of different pages of application so user know what their application should look like when brought to their own development machine.
---
README.md | 29 +++++++++++++++++++++++++++--
1 file changed, 27 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5a02ec184..873fe5a5d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,15 @@
# Avidemux
-Avidemux is a simple cross-platform video editor for Linux, Windows and macOS.
+Avidemux is a simple, free, cross-platform video editor that is used for simple cutting, filtering, and encoding video tasks. Avidemux supports automated tasks using projects or scripting and is currently suppored on Linux, BSD, MacOS X, and Microsoft Windows.
+
+We currently support the follwing file types:
+* AVI
+* DVD
+* MPEG
+* MP4
+* ASF
+
+[View our website](https://avidemux.sourceforge.net/)
# Download executables
@@ -8,7 +17,7 @@ Avidemux is a simple cross-platform video editor for Linux, Windows and macOS.
[Nightly builds](https://www.avidemux.org/nightly/)
-# Build from source
+# Installation - Build from source
**Avidemux build directory must be located on a case-sensitive file system.**
@@ -86,3 +95,19 @@ of `BUNDLE_CONTENT` variable in the aforementioned file accordingly.
## Build for Windows
[Cross-compiling Avidemux on Linux for Windows](https://github.com/mean00/avidemux2/blob/master/cross-compiling.txt)
+
+# Examples - Different Windows
+
+
+
+# Documentation and Support
+
+[Wiki Docs](https://www.avidemux.org/admWiki/doku.php)
+
+[Forum](https://www.avidemux.org/admForum/)
+
+[News](https://avidemux.sourceforge.net/news.html)
+
+## Contributors
+
+Avidemux was written by Mean but code from other's are always welcome and have been used.
From 2bb8a05f5f2f0861b7f7df3158a92432725a9b2f Mon Sep 17 00:00:00 2001
From: Kai McFarlane <87865378+kaimcfarlane@users.noreply.github.com>
Date: Tue, 24 Sep 2024 12:06:52 -0400
Subject: [PATCH 2/8] Updated README.md with new sections.
Added Why Us and Features section to ReadMe.
Added reddit forum to documentation section.
---
README.md | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 873fe5a5d..4bb38a83c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Avidemux is a simple, free, cross-platform video editor that is used for simple cutting, filtering, and encoding video tasks. Avidemux supports automated tasks using projects or scripting and is currently suppored on Linux, BSD, MacOS X, and Microsoft Windows.
-We currently support the follwing file types:
+Avidemux currently support the follwing file types:
* AVI
* DVD
* MPEG
@@ -11,6 +11,16 @@ We currently support the follwing file types:
[View our website](https://avidemux.sourceforge.net/)
+# Why Avidemux?
+
+Avidemux provides a simple, easy, and free video editor platform that most can quicky setup and use without much video editing knowledge. Avidemux can run on every major operating system and supports the most widely used video file types.
+
+# Main Features
+
+* Video Cuts
+* Video Rotation and Flips
+* Video Filters (tranform, interlacing, colors, noise, shaprness, miscellanious)
+
# Download executables
[Latest release](https://github.com/mean00/avidemux2/releases/latest)
@@ -106,6 +116,8 @@ of `BUNDLE_CONTENT` variable in the aforementioned file accordingly.
[Forum](https://www.avidemux.org/admForum/)
+[Reddit Forum](https://www.reddit.com/r/Avidemux/)
+
[News](https://avidemux.sourceforge.net/news.html)
## Contributors
From 7e548effdac4e9c1097597d20a9e4aceab3267ec Mon Sep 17 00:00:00 2001
From: Kai McFarlane <87865378+kaimcfarlane@users.noreply.github.com>
Date: Tue, 24 Sep 2024 13:57:12 -0400
Subject: [PATCH 3/8] Update README.md, fixed sp.elling error
Fixed spelling of supported.
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4bb38a83c..c18f33c84 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Avidemux
-Avidemux is a simple, free, cross-platform video editor that is used for simple cutting, filtering, and encoding video tasks. Avidemux supports automated tasks using projects or scripting and is currently suppored on Linux, BSD, MacOS X, and Microsoft Windows.
+Avidemux is a simple, free, cross-platform video editor that is used for simple cutting, filtering, and encoding video tasks. Avidemux supports automated tasks using projects or scripting and is currently supported on Linux, BSD, MacOS X, and Microsoft Windows.
Avidemux currently support the follwing file types:
* AVI
@@ -13,7 +13,7 @@ Avidemux currently support the follwing file types:
# Why Avidemux?
-Avidemux provides a simple, easy, and free video editor platform that most can quicky setup and use without much video editing knowledge. Avidemux can run on every major operating system and supports the most widely used video file types.
+Avidemux provides a simple, easy, and free video editor platform that most can quicky setup and use without much video editing experience. Avidemux can run on every major operating system and supports the most widely used video file types.
# Main Features
From a1f8bbf2ae4dbef6bd71e985263d989b1fe93b1d Mon Sep 17 00:00:00 2001
From: Kai McFarlane <87865378+kaimcfarlane@users.noreply.github.com>
Date: Tue, 24 Sep 2024 15:05:55 -0400
Subject: [PATCH 4/8] Update README.md with Table of Contents
Added table of contents for all headings.
---
README.md | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c18f33c84..0d35f9f52 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,16 @@ Avidemux currently support the follwing file types:
[View our website](https://avidemux.sourceforge.net/)
+# Table of Contents:
+[Why Avidemux](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#why-avidemux)
+[Main Features](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#main-features)
+[Download Executables](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#download-executables)
+[Installation](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#installation---build-from-source)
+[Examples](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#examples---different-windows)
+[Documentation](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#documentation-and-support)
+[Collaborators](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#colloborators)
+
+
# Why Avidemux?
Avidemux provides a simple, easy, and free video editor platform that most can quicky setup and use without much video editing experience. Avidemux can run on every major operating system and supports the most widely used video file types.
@@ -120,6 +130,6 @@ of `BUNDLE_CONTENT` variable in the aforementioned file accordingly.
[News](https://avidemux.sourceforge.net/news.html)
-## Contributors
+# Collaborators
-Avidemux was written by Mean but code from other's are always welcome and have been used.
+Avidemux was written by Mean but code constributions from other's are always welcome and have been used.
From ace8ca03e6e8a7721cae964b717c8d3fe690a654 Mon Sep 17 00:00:00 2001
From: Kai McFarlane <87865378+kaimcfarlane@users.noreply.github.com>
Date: Tue, 24 Sep 2024 15:08:45 -0400
Subject: [PATCH 5/8] Fixed links in table of contents for README.md
---
README.md | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 0d35f9f52..52dce6de1 100644
--- a/README.md
+++ b/README.md
@@ -12,14 +12,13 @@ Avidemux currently support the follwing file types:
[View our website](https://avidemux.sourceforge.net/)
# Table of Contents:
-[Why Avidemux](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#why-avidemux)
-[Main Features](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#main-features)
-[Download Executables](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#download-executables)
-[Installation](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#installation---build-from-source)
-[Examples](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#examples---different-windows)
-[Documentation](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#documentation-and-support)
-[Collaborators](https://github.com/kaimcfarlane/avidemux2/edit/kaimcfarlane-ReadMe_Updates/README.md#colloborators)
-
+[Why Avidemux](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#why-avidemux)
+[Main Features](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#main-features)
+[Download Executables](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#download-executables)
+[Installation](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#installation---build-from-source)
+[Examples](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#examples---different-windows)
+[Documentation](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#documentation-and-support)
+[Collaborators](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#colloborators)
# Why Avidemux?
From 2ba5adbfcdd0f6d6b1999e7d0cafd5b80c7aaec1 Mon Sep 17 00:00:00 2001
From: Kai McFarlane <87865378+kaimcfarlane@users.noreply.github.com>
Date: Tue, 24 Sep 2024 15:11:57 -0400
Subject: [PATCH 6/8] Update README.md with correct links for Table of Contents
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 52dce6de1..f91bb91c9 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,13 @@ Avidemux currently support the follwing file types:
[View our website](https://avidemux.sourceforge.net/)
# Table of Contents:
-[Why Avidemux](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#why-avidemux)
-[Main Features](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#main-features)
-[Download Executables](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#download-executables)
-[Installation](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#installation---build-from-source)
-[Examples](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#examples---different-windows)
-[Documentation](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#documentation-and-support)
-[Collaborators](https://github.com/kaimcfarlane/avidemux2/kaimcfarlane-ReadMe_Updates/README.md#colloborators)
+[Why Avidemux](https://github.com/kaimcfarlane/avidemux2/blob/kaimcfarlane-ReadMe_Updates/README.md#why-avidemux)
+[Main Features](https://github.com/kaimcfarlane/avidemux2/blob/kaimcfarlane-ReadMe_Updates/README.md#main-features)
+[Download Executables](https://github.com/kaimcfarlane/avidemux2/blob/kaimcfarlane-ReadMe_Updates/README.md#download-executables)
+[Installation](https://github.com/kaimcfarlane/avidemux2/blob/kaimcfarlane-ReadMe_Updates/README.md#installation---build-from-source)
+[Examples](https://github.com/kaimcfarlane/avidemux2/blob/kaimcfarlane-ReadMe_Updates/README.md#examples---different-windows)
+[Documentation](https://github.com/kaimcfarlane/avidemux2/blob/kaimcfarlane-ReadMe_Updates/README.md#documentation-and-support)
+[Collaborators](https://github.com/kaimcfarlane/avidemux2/blob/kaimcfarlane-ReadMe_Updates/README.md#collaborators)
# Why Avidemux?
From 6dd54e8fb7b6ef137c0d77014b571535a38a8208 Mon Sep 17 00:00:00 2001
From: Kai McFarlane <87865378+kaimcfarlane@users.noreply.github.com>
Date: Tue, 24 Sep 2024 15:16:16 -0400
Subject: [PATCH 7/8] Updated README.md with extended description.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f91bb91c9..0c439a96a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Avidemux
-Avidemux is a simple, free, cross-platform video editor that is used for simple cutting, filtering, and encoding video tasks. Avidemux supports automated tasks using projects or scripting and is currently supported on Linux, BSD, MacOS X, and Microsoft Windows.
+Avidemux is a simple, free, cross-platform video editor that is used for simple cutting, filtering, and encoding video tasks. Avidemux supports automated tasks using projects or scripting and is currently supported on Linux, BSD, MacOS X, and Microsoft Windows. Avidemux was primarily made with the C and C++ programming languages and was created to act as a desktop based video editing application.
Avidemux currently support the follwing file types:
* AVI
From ab7d292d9ab649ff27408a8f93b044060fb4aa3f Mon Sep 17 00:00:00 2001
From: Kai McFarlane <87865378+kaimcfarlane@users.noreply.github.com>
Date: Tue, 24 Sep 2024 15:28:47 -0400
Subject: [PATCH 8/8] Update README.md with new images and exmaples.
Added new images and examples of the four different windows in Avidemux.
---
README.md | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0c439a96a..34159f485 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,26 @@ of `BUNDLE_CONTENT` variable in the aforementioned file accordingly.
# Examples - Different Windows
-
+## Main Window
+Holds general information like project video timeline and main editing options within the top banner.
+
+
+
+## Filters
+Panel where you can apply different filters to current selected video.
+
+
+
+## Video Filter Manager
+Menu where you can add/remove filters to your project.
+
+
+
+## Options
+Settings where you can adjust output and general Avidemux settings.
+
+
+
# Documentation and Support