FFmpeg benchmark tool
- 9 Devlogs
- 15 Total hours
A tool that encode video files and output what configuration are the best in term of speed/size/quality. [No AI]
A tool that encode video files and output what configuration are the best in term of speed/size/quality. [No AI]
Devlog #9: You can now try the UI of my FFmpeg benchmarking tool on my github page! nafo44.github.io/transcode-bench
Also, I forgot to tell you about this, but I added another tab that shows what’s the best configuration in term of quality/processing time/size.
Devlog #8: I’m pretty happy of how my FFmpeg transcoding benchmark turned out!
So here’s the new UI. As you can see, I added a bunch of statistics (with chart.js).
Next step: write the documentation and few improvements!
Devlog #7: A lot has happened! I restructured the results, added few more statistics, and more importantly, you now have the ability to measure the VMAF score of your videos. I think I’m done with the backend, now I’m moving on to the frontend to show you guys some nerd-ish statistics!
Devlog #6: I just finished cleaning up the code, with a new architecture.
It’s more modular and now the next step is to add some test units!
I added a simple frontend to my ffmpeg benchmarking tool so you guys can better visualize the concept behind my project!
Day 4 of working on my FFmpeg benchmarking tool:
I added ffprobe to extract more details from the output file! I also prepared a small web server for a future frontend…
My FFmpeg benchmarking tool can now run custom benchmarks and export the results in a clean structured file
You can now build your own benchmark configuration and run it. Next: structure results and validation
I’m working on an FFmpeg benchmark tool. It can be used to compare different transcoding configurations (first commit, basic stuff for the moment)