Tag: ffmpeg
-
ffmpeg. Batch convert files in the folder
This script allows to convert selected by extension files to any other. For example in particular script selected wav files will be converted to mp3. It will works if modify and paste script to cli. But the better approach is to create file, make it executable and run. All described here you do on your…
Written by
-
ffmpeg. Extract images from the video file.
Lets take a look of the reverse process described in this post. To destructure video file to an array of still images the following needs to be done: ffmpeg uses frame rate from the file so no reason to care about this. For example you need to extract images from specific time: If you need…
Written by
-
ffmpeg. Timelapse.
If you need to gather all your shootings to video file, ffmpeg tool can help to do it in just a seconds. Just navigate to directory with images, change file extension if needed and run the following. Description. Means that filenames are matching the glob pattern, for example img_000*.jpeg Means using as input all the…
Written by