https://github.com/eirisocherry/ftools
ffmpeg video converter
https://github.com/eirisocherry/ftools
ffmpeg
Last synced: 9 months ago
JSON representation
ffmpeg video converter
- Host: GitHub
- URL: https://github.com/eirisocherry/ftools
- Owner: eirisocherry
- Created: 2024-03-28T23:45:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T10:57:43.000Z (9 months ago)
- Last Synced: 2025-09-09T13:47:59.653Z (9 months ago)
- Topics: ffmpeg
- Language: Batchfile
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ftools
Is a collection of ffmpeg batch scripts that allow you to recursively:
1. Convert videos to optimized formats (ftool-converter.bat)
2. Merge image sequences into videos (ftool-merger.bat)
3. Extract image sequences and audio tracks from videos (ftool-extractor.bat)
4. Split resolution of videos into peaces (ftool-splitter.bat)
## Support
Author: https://www.youtube.com/@shy_rikki
My support discord server: https://discord.gg/AAJxThhbBf
## Advantages
- FFmpeg presets which provide the best quality with precise colors and work super fast in any video editing software
- Easy to use: just drag and drop the videos/folders onto the `.bat` file and wait till converting is finished
- Fully customizable
- Adjustable frame rate (FPS)
- Changeable resolution
- Create your own FFmpeg presets (for advanced users only)
- and more...
## Installation
1. Install FFMPEG and add it to the PATH environment variable: https://ffmpeg.org/
Tutorial: https://www.youtube.com/watch?v=qSlxv68Xpkw
2. Install K-Lite Codec Pack (standart): https://codecguide.com/download_kl.htm
It's a good video player that can play almost every video/audio without any issues
3. Install these codecs to be able to import them into video editing software:
UtVideo codec (.avi): https://www.videohelp.com/software/Ut-Video-Codec-Suite
Quicktime codec (.mov): https://support.apple.com/en-us/106375
4. [Optional] Install Notepad++ (handy notepad): https://notepad-plus-plus.org/downloads/
5. Install the batch scripts: https://github.com/eirisocherry/ftools/releases
### Usage
1. Edit `*.bat` with a notepad and adjust the settings (preset, fps etc.)
2. Make sure videos and folders don't have special symbols such as `% ^ = & , ;` etc in their names (dashes "-" , underscores "_", english and other languages are safe to use)
During converting pay big attention to [Input] and [Output] paths and rename files/folders which are causing errors
3. Drag and drop videos/folders onto the `*.bat` file and wait till converting is finished
4. Enjoy your converted videos
## Guide
>> ftool-converter.bat
### How to add an ffmpeg preset?
1. Make a new preset

2. Adjust echo

3. Specify the new preset in `render_all_presets` function to make a preset called "all" work correctly

[Optional] Setup more video extensions which ffmpeg will try to convert

>> ftool-merger.bat
1. Make a new preset

2. [Optional] Setup more image extensions which ffmpeg will try to merge

3. Adjust echo

4. Specify the new preset in `render_all_presets` function to make a preset called "all" work correctly

>> ftool-extractor.bat
>> ftool-splitter.bat