diff --git a/blog/switching-to-ffmpeg/index.html b/blog/switching-to-ffmpeg/index.html index 6fbcfef..6b9f954 100644 --- a/blog/switching-to-ffmpeg/index.html +++ b/blog/switching-to-ffmpeg/index.html @@ -22,7 +22,7 @@
Most file converters and video editors use at least some FFmpeg. Many websites like YouTube and WhatsApp use FFmpeg directly when they need to compress a video.
The reason I switched is because of its versatility. You can create a single command to record your screen in lossless quality, save the original file in '.mov', the audio in '.mp3' format in another folder, encode a '.mp4' file, transcode it to be played on Android and trim a specific part of the video and send it to a server that you own.
-FFmpeg is a difficult program to learn but the rewards are worth it. I currently have a command that records my screen, converts the audio in the recording from mono to stereo and finally encode it in H.264 for ultimate compatibility.
+FFmpeg is a difficult program to learn but the rewards are worth it. I currently have a command that records my screen, converts the audio in the recording from stereo to mono and finally encode it in H.264 for ultimate compatibility.
All in all, you should learn FFmpeg if you do even a little amount of multimedia manipulation. It will help you out immensely.
diff --git a/definitions/file-extensions/index.html b/definitions/file-extensions/index.html index f2847e1..368c474 100644 --- a/definitions/file-extensions/index.html +++ b/definitions/file-extensions/index.html @@ -17,6 +17,7 @@These are file extensions that I use in my blog posts.
You have closed the file!