Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
bogdik committed Mar 24, 2018
1 parent bdac8c2 commit b4acfd8
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# mp4joiner
Join mp4 files to one
Join mp4 files to one with <a href="https://ffmpeg.org/">FFMPEG</a> helper

# For Windows
Get satic bin from <a href="https://ffmpeg.org/download.html">ffmpeg download</a> and put bins in path static mp4joiner or python variant

If you want use in python:
- ```pip install wxpython```
- ```python mp4joiner.py```

If use compiled just start exe file

# For Linux

- download repository
- install ffmpeg (``` apt-get install ffmpeg``` or ```yum install ffmpeg```)
- ```pip install -U wxpython```
- ```python mp4joiner.py```

#Screenshot

<img src="https://pp.userapi.com/c847218/v847218128/8fa0/z7pTVd1zBg8.jpg" width="440" alt="">

0 comments on commit b4acfd8

Please sign in to comment.