Projects
-
Recent Posts
- Reading the world – a log June 14, 2026
- AETAS//ONE December 4, 2024
- The Pre-Raphaelite Brotherhood, Ophelia, and Life January 12, 2022
- ‘A Book of Visual Signalwave’ my first independent success March 13, 2020
- Hit 250 followers on twitter with 31 episodes April 11, 2019
Monthly Archives: April 2020
(FFmpeg) How to convert an entire directory/folder?
Before getting into learning how to use all the amazing and powerful filters, let’s learn one more useful trick; converting an entire directory. Whether it’s to convert an entire folder or apply a filter to multiple files, cycling through files … Continue reading
Posted in Programming, Tutorial
Tagged FFmpeg
Comments Off on (FFmpeg) How to convert an entire directory/folder?
What is map in FFmpeg? Map explained
The -map functionality is an advanced feature that allows the user to select specific input audio or video that is sent to the output. In addition, virtual streams can be created to apply complex manipulations which can be accessed with … Continue reading