Q: Can anyone get plotbitrate.py to work on Windows ?
https://github.com/zeroepoch/plotbitrate
Background:
I have only basic knowledge of python
I would like to assess "newer" video types like HEVC, VP9
Bitrate viewer is a nice tool, but since the author (Konran) seems MIA, the libraries cannot get updated (and sources aren't openly available)
http://forum.doom9.org/showthread.php?t=143505
So I'm looking at other methods such as described here
http://forums.creativecow.net/thread/291/71
Specifically I want to use plotbitrate.py , but can't get it to work, I always get this error:
https://github.com/zeroepoch/plotbitrateCode:Error: Missing package 'python3-matplotlib'
http://matplotlib.org/
I've tried different python versions, different matplotlib versions. It's probably something stupid that I'm missing (this is for Windows OS, and I've used the windows installers)
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by poisondeathray; 3rd Nov 2015 at 20:37.
-
A different approach is to use plotframes. I couldn't get plotbitrate.py to work, but this one works on windows (and OSX and linux, but I didn't verify those) and newer video formats like HEVC which bitrate viewer doesn't work on. It's commandline based
https://www.npmjs.com/package/plotframes
https://github.com/rodrigopolo/plotframes
Similar Threads
-
A batch/Python script to Mux subtitles with video
By Scavvy in forum ProgrammingReplies: 4Last Post: 6th Jul 2015, 03:23 -
which python interpreter to install on 64bit laptop ?
By vhelp in forum Video Streaming DownloadingReplies: 3Last Post: 17th May 2015, 19:59 -
Python Photogrammetry Toolbox GUI
By Arch Lich in forum EditingReplies: 1Last Post: 2nd Mar 2015, 15:03 -
Python scripts that auto encode Film downloaded from torrent
By innosia in forum Video ConversionReplies: 1Last Post: 19th May 2014, 06:30 -
[C++/Python] How to save BMP Stream to file?
By manzati93 in forum ProgrammingReplies: 0Last Post: 9th May 2011, 10:45