Bitrate Graph Generator is a web application that generates a graph of the bitrate of a video file. It uses the plotbitrate library to create the graph.
To install Bitrate Graph Generator, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/BitrateGraphGenerator.git
- Change into the project directory:
cd BitrateGraphGenerator
- Install the required packages:
pip install -r requirements.txt
To use Bitrate Graph Generator, follow these steps:
- Start the web application:
python app.py
- Open a web browser and go to
http://localhost:5001
- Enter the URL of a video file in the input box and click the "Submit" button
- The bitrate graph will be generated and displayed below the input box
- Clone the repository:
git clone https://github.com/your-username/BitrateGraphGenerator.git
- Navigate to the project directory:
cd BitrateGraphGenerator
- Build the Docker image:
docker build -t bitrate-graph-generator .
- Run the Docker container:
docker run -p 5001:5001 bitrate-graph-generator
- Open your web browser and go to http://localhost:5001
Contributions to Bitrate Graph Generator are welcome! Here are the steps to contribute:
- Fork the repository: https://github.com/your-username/BitrateGraphGenerator/fork
- Create a new branch:
git checkout -b my-new-branch
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push your changes to your fork:
git push origin my-new-branch
- Create a pull request
Bitrate Graph Generator is licensed under the MIT License. See LICENSE for more information.