From 090759091375620751625ed4fc3b04c226c92914 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Mon, 6 Mar 2017 15:32:26 +0100 Subject: [PATCH] typography MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - modify `'` --> `’` in text - modify `" … "` --> `“ … ”` in text - modify `http` --> `https` when possible - unify newline after `
` - add note `-vf is an alias of -filter:v` in the ffmpeg commands --- index.html | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 7795556..069ef76 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,9 @@ ffmprovisr - - + - @@ -32,7 +30,8 @@

For instructions on how to install FFmpeg on Mac, 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
-

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

+

Creative Commons License
+ This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Sister projects

Script Ahoy: Community Resource for Archivists and Librarians Scripting

The Sourcecaster: an app that helps you use the command line to work through common challenges that come up when working with digital primary sources.

@@ -87,7 +86,7 @@
-c:a aac
sets the audio codec to AAC
-b:a 128k
sets the bitrate of the audio to 128k
-dither_method modified_e_weighted
Dither makes sure you don’t unnecessarily truncate the dynamic range of your audio.
-
-ar 44100
sets the audio sampling frequency to 44100 Hz, or 44.1 kHz, or "CD quality"
+
-ar 44100
sets the audio sampling frequency to 44100 Hz, or 44.1 kHz, or “CD quality”
output_file
path and name of the output file
@@ -271,7 +270,7 @@ - +