This project provides with two wrappers around the official ffmpeg utility, one for text-mode, another as GUI.
The purpose for this is tool it to address 2 problems:
1. Progress - original ffmpeg utility does not show any intuitive visual progress during the processing of a video stream. Just number of currently processed frame and current fps. front4ffmpeg adds information about progress as a percentage
2. Remaining time - a real-time calculated of ETA (estimated time) is added...