master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.51k stars 155 forks source link

[Feature Request] Encoder FPS #13

Closed nathanielcwm closed 4 years ago

nathanielcwm commented 4 years ago

Currently, it appears like Av1an doesn't display FPS values unlike FFmpeg while encoding I believe that it would be quite useful to display it alongside the progress bar.

master-of-zen commented 4 years ago

On linux -log log_file can be added to gather all encoders output. There will be all encoders outputs, settings, frame rates and other stuff 20:12:02_30_01_20 Progress bar made in a way that it need to be redone from scratch and be a lot more complex to support that feature :)