From 7629b26417079929cc59ccd40300c57f7f7eaa81 Mon Sep 17 00:00:00 2001 From: Jonathan Farbowitz <142953250+jmf-nyu@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:37:02 -0500 Subject: [PATCH 1/3] Update index.html Fixed language on window and macOS --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0d27ba3..f1c0602 100644 --- a/index.html +++ b/index.html @@ -47,11 +47,11 @@

About ffmprovisr

Making FFmpeg Easier

FFmpeg is a powerful tool for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with a command line interface. This app helps users through the command generation process so that more people can reap the benefits of FFmpeg.

-

Each button displays helpful information about how to perform a wide variety of tasks using FFmpeg. To use this site, click on the task you would like to perform. A new window will open up with a sample command and a description of how that command works. You can copy this command and understand how the command works with a breakdown of each of the flags.

+

Each button displays helpful information about how to perform a wide variety of tasks using FFmpeg. To use this site, click on the task you would like to perform. You will jump to a sample command and a description of how that command works. You can copy this command and understand how the command works with a breakdown of each of the flags.

This page does not have search functionality, but you can open all recipes (second option in the sidebar) and use your browser's search tool (often ctrl+f or cmd+f) to perform a keyword search through all recipes.

Tutorials

For FFmpeg basics, check out the program’s official website.

-

For instructions on how to install FFmpeg on Mac, Linux, and Windows, refer to Reto Kromer’s installation instructions.

+

For instructions on how to install FFmpeg on macOS, Linux, and Windows, refer to Reto Kromer’s installation instructions.

For Bash and command line basics, try the Command Line Crash Course. For a little more context presented in an ffmprovisr style, try explainshell.com!

License

From f16406504d61ad48aa4a4fee8d9911d6fdaf4922 Mon Sep 17 00:00:00 2001 From: Jonathan Farbowitz <142953250+jmf-nyu@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:48:53 -0500 Subject: [PATCH 2/3] Update index.html rewrote some text about how the site functions in the introduction --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f1c0602..594493c 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@

About ffmprovisr

Making FFmpeg Easier

FFmpeg is a powerful tool for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with a command line interface. This app helps users through the command generation process so that more people can reap the benefits of FFmpeg.

-

Each button displays helpful information about how to perform a wide variety of tasks using FFmpeg. To use this site, click on the task you would like to perform. You will jump to a sample command and a description of how that command works. You can copy this command and understand how the command works with a breakdown of each of the flags.

+

Each button displays helpful information about how to perform a wide variety of tasks using FFmpeg. To use this site, click on the task you would like to perform. You will jump to a single command or a list of related commands. Click on a command description, and the site will you a sample command as well as an explanation of how that command works with a breakdown of each of its flags (or options).

This page does not have search functionality, but you can open all recipes (second option in the sidebar) and use your browser's search tool (often ctrl+f or cmd+f) to perform a keyword search through all recipes.

Tutorials

For FFmpeg basics, check out the program’s official website.

From afe768d1df3eccf50ff89b12dd15fc50826e1440 Mon Sep 17 00:00:00 2001 From: Jonathan Farbowitz <142953250+jmf-nyu@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:51:34 -0500 Subject: [PATCH 3/3] Update index.html fixed typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 594493c..7584efa 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@

About ffmprovisr

Making FFmpeg Easier

FFmpeg is a powerful tool for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with a command line interface. This app helps users through the command generation process so that more people can reap the benefits of FFmpeg.

-

Each button displays helpful information about how to perform a wide variety of tasks using FFmpeg. To use this site, click on the task you would like to perform. You will jump to a single command or a list of related commands. Click on a command description, and the site will you a sample command as well as an explanation of how that command works with a breakdown of each of its flags (or options).

+

Each button displays helpful information about how to perform a wide variety of tasks using FFmpeg. To use this site, click on the task you would like to perform. You will jump to a single command or a list of related commands. Click on a command description, and the site will display a sample command as well as an explanation of how that command works with a breakdown of each of its flags (or options).

This page does not have search functionality, but you can open all recipes (second option in the sidebar) and use your browser's search tool (often ctrl+f or cmd+f) to perform a keyword search through all recipes.

Tutorials

For FFmpeg basics, check out the program’s official website.