-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Issue #16 bugfixes:** - Fixed issue with FPS textbox in THP Info not displaying culture invariant single string format, further breaking program when processing THP videos on foreign machines - Fixed issues with video start/end frame single strings for THP Viewer/Ripper cropper not using invariant culture for FFMPEG/FFPlay cmdline calls - Fixed issues with FFMPEG calls using the FPS string value not using invariant culture while THP encoding - Fixed issues with the progress bar/application logger not using invariant culture for the progress bar percentage string values - Added appropriate calls to **Single_ToString()** function to fix these issues **Single_ToString function:** - Added new **Single_ToString_Types** enum to support the 3 types of single.ToString() string conversion formats in the program: - Percentage ("P2") - Single ("F2") - Fixed-point (round-tripped audio frames, "G9") - Created global variable **culture** to handle Invariant CultureInfo object throughout program - Created new function **Single_ToString()** to handle proper string conversion of single data **(culture invariant)** **Misc bugfixes:** - Added more parsing validation, with TryParseErr value conversion checking - **Functions** - btnPlay_Click() - THP Viewer - Rip() - THP Ripper - **Parsing changes** - Start/end video frame cropping information (TryParseErr_UShort()) - FPS value (TryParseErr_Single()) - Fixed a typo within function **nudTD_M_ChangeMe()** - For the video cropper within THP Viewer/Ripper section, use TryParseErr_UShort(), **not** TryParseErr_Single() for updating the video frame end value **Enhancements:** - Updated application version string to v1.2.0.1, copyright to ©2021 - For Y2K bugfix in **btnLogSave_Click()** function (log saver), made date format string a constant rather than an immediate value in date.ToString function call
- Loading branch information
Showing
2 changed files
with
124 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters