Skip to content

Commit

Permalink
update example pics in readme - ready v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaadMe committed Apr 3, 2021
1 parent 1b1cece commit e648f24
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

Create a "MovieBarcode" using average color of each frame as bars:

![image of test output](https://raw.githubusercontent.com/AsaadMe/MovieColor/master/doc/outresult.png)
***Example: John Wick Movie***

![John Wick normal](https://raw.githubusercontent.com/AsaadMe/MovieColor/master/doc/johnwicknormal.jpg)

or using shrinked frames as bars (with `--alt` argument):

![image of test output2](https://raw.githubusercontent.com/AsaadMe/MovieColor/master/doc/outresult2.jpg)
![John Wick alt](https://raw.githubusercontent.com/AsaadMe/MovieColor/master/doc/johnwickalt.jpg)

------------------
## Installation:

Install via pip:
Expand All @@ -25,9 +26,8 @@ source venv/bin/activate (on Linux)
pip install -e .
```

\* Make sure you have [ffmpeg](https://www.ffmpeg.org/) installed.
*\* Make sure you have [ffmpeg](https://www.ffmpeg.org/) installed.*

----------------
## Usage:

Run it with:
Expand Down
Binary file added doc/johnwickalt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/johnwicknormal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/outresult.png
Binary file not shown.
Binary file removed doc/outresult2.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

setuptools.setup(
name="moviecolor",
version="1.2.0",
version="1.2.1",
author="Mehran Asaad",
author_email = '[email protected]',
license='MIT',
url = 'https://github.com/AsaadMe/MovieColor',
download_url = 'https://github.com/AsaadMe/MovieColor/releases/tag/v1.2.0',
download_url = 'https://github.com/AsaadMe/MovieColor/releases/tag/v1.2.1',
keywords = ['moviebarcode'],
description="Generate a 'Moviebarcode' of a video from shrinked frames or average color of frames using ffmpeg with real-time progress interface.",
long_description=long_description,
Expand Down

0 comments on commit e648f24

Please sign in to comment.