Skip to content

Releases: Lord-Giganticus/THP-Converter

Version 5.0.0

24 Apr 16:09
Compare
Choose a tag to compare

Fixes #3 at long last

Full Changelog: v4.1.0...v5.0.0

Version 4.1.0

03 Mar 21:33
Compare
Choose a tag to compare

Full Changelog: v4.0.0...v4.1.0

Version 4.0.0

03 Mar 18:49
Compare
Choose a tag to compare

What's Changed

  • Fix long video bug, avoid video quality drop, and add option for original size video by @jonko0493 in #2

New Contributors

Full Changelog: v3.0.1...v4.0.0

Release v3.0.1

06 Sep 16:06
Compare
Choose a tag to compare

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

05 Sep 19:17
Compare
Choose a tag to compare

After almost a ENTIRE YEAR, I've finally patched #1
This is the PUBLIC release of the CS variant of the project, I'll be patching #1 for the py script some other time.

This took me HOURS to rewrite half of MP4.cs

Version 2.3.0

04 Feb 18:56
Compare
Choose a tag to compare

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 or python MP4toTHP.py test.mp4 -a.
  • NOTE that use of -a in MP4toTHP.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

05 Jan 16:51
Compare
Choose a tag to compare

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

29 Oct 13:39
Compare
Choose a tag to compare

A minor update. Changes are:

  • Added a check for thp and mp4 files in their respective scripts.

Version 2

23 Aug 16:30
9f8eb28
Compare
Choose a tag to compare

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

23 Aug 01:40
3664ca1
Compare
Choose a tag to compare

Initial Release.
You will need FFMPEG installed to path. (Look up how to do it)