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 | 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

Posted in Programming, Tutorial | Tagged | 2 Comments