Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloveless/convertmedia
An automatic python script to convert media and view its progress
https://github.com/bloveless/convertmedia
Last synced: 23 days ago
JSON representation
An automatic python script to convert media and view its progress
- Host: GitHub
- URL: https://github.com/bloveless/convertmedia
- Owner: bloveless
- License: mit
- Created: 2015-02-20T16:21:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T17:10:33.000Z (almost 10 years ago)
- Last Synced: 2024-11-06T18:01:42.514Z (2 months ago)
- Language: Python
- Size: 348 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConvertMedia
An automatic python script to convert media and view its progressThe first thing that needs to be done is to update the LOGDIR and COMPLETEDPATH at the top of the python file. The LOGDIR is where all the log files will be created and the COMPLETEDPATH is where the video will be moved to after a converted copy is created.
After you change the LOGDIR you will need to update the paths in the error_tail.sh, messsage_tail.sh, and progress_tail.sh file to be correct. These files are not necessary but make it easy to monitor the progress of the conversions.
Last update the start_conversion.sh script to have the correct path to the convertMedia.py script. This script wraps the convertMedia.py command in a screen call so that you can start the process and leave it running even after you log out of your server or close the terminal window. HINT: press Ctrl-A D to detach from the screen. This will leave it running in the background.
Feel free to contact me with any questions. Or create a pull request to update any parts of the script.
Thanks!
Brennon Loveless