Releases: Lord-Giganticus/THP-Converter
Releases · Lord-Giganticus/THP-Converter
Version 5.0.0
Fixes #3 at long last
Full Changelog: v4.1.0...v5.0.0
Version 4.1.0
Full Changelog: v4.0.0...v4.1.0
Version 4.0.0
What's Changed
- Fix long video bug, avoid video quality drop, and add option for original size video by @jonko0493 in #2
New Contributors
- @jonko0493 made their first contribution in #2
Full Changelog: v3.0.1...v4.0.0
Release v3.0.1
Changes from Version 3.0.0:
- Added a Use Audio checkbox
- Improved the Video Size Combo Box
- Now only build on Any CPU so no weird CPU related bugs happen
Version 3.0.0
Version 2.3.0
A big update to the code. Changes are:
MP4toTHP.py
no longer has that complaint about requiring one and only one mp4 file.- Use of
sys.argv
implemented in both scripts - Audio glitch still not fixed 😞
- Scripts can now be run via cmd. Example:
python THP2MP4.py test.thp
orpython MP4toTHP.py test.mp4 -a
. - NOTE that use of
-a
inMP4toTHP.py
is OPTIONAL. It just specifies if you want audio or not. I know in the commit's I said v2.5 but I remembered Semantic versioning exists.
Version 2.2
A minor update to the code. Changes are
- Both scripts now check for non thp/mp4 files and move all of them to another temporary folder but at the end returns them.
MP4toTHP.py
now checks that there is only one mp4 file present in the folder.- Output folders for the finished files are now made.
- Updated the issue templates.
Version 2.1
A minor update. Changes are:
- Added a check for thp and mp4 files in their respective scripts.
Version 2
Added a script to convert mp4 back to thp.
Note that if it has sound it does appear to be bugged atm.
You will need THPconv.exe added to path. (Look up how to get it)
THP-Converter Version 1
Initial Release.
You will need FFMPEG installed to path. (Look up how to do it)