Skip to content

Releases: dylanhthomas/peat-media-converter

v1.0.4

17 Jul 16:36
Compare
Choose a tag to compare
  • Fixed an issue where depending on your Windows configuration, the conversion commands would fail. (#7)
  • Simplified the code that created the conversion commands

Thank you to @daffaromero and @virsagomk2 for bringing this issue to my attention in Issues and providing useful troubleshooting information and @NickBromley for his help via the a11y Slack Community (https://accessibility.github.io/a11yslack/)

Background information:

Unless specified explicitly, nodejs executes commands using your default command shell, which depending on your Windows configuration could be either cmd.exe or powershell.exe

The commands in PEAT Media Converter were designed to run in cmd.exe so for users where powershell.exe was the default, every conversion would fail.

This release explicitly sets the command shell to be used as cmd.exe

v1.0.3

04 Oct 21:16
Compare
Choose a tag to compare

Bugfix

  • This release fixes Issue #3 -- if your home directory has a space in it, the conversion will no longer fail

What else Changed

  • If there is a failure for any reason, you will get a popup with the error. If you need help or file an issue, please include this error information.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

10 May 17:03
f6d8fd2
Compare
Choose a tag to compare

What's Changed

  • This release changes the way that large videos are split in the "Full Processing" mode. It will now convert the whole video and then split the video after into parts no larger than 1,000,000,000 bytes (a little less than 1 GB). This is a more reliable method for file size control than splitting based on time. This was accomplished with help from the ffmpegFileSizeSplit project by Lin Yu-Chieh.

  • "About" item added in Help menu that displays current version number

  • Documentation has been updated.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Mar 13:09
Compare
Choose a tag to compare
  • Updated help menu with links to app homepage and PEAT homepage.
  • Fixed typo in "Full" command that did not adversely affect the conversions

v1.0.0

08 Mar 21:29
Compare
Choose a tag to compare
v1

Electron Fiddle Build

06 Mar 20:24
Compare
Choose a tag to compare
Electron Fiddle Build Pre-release
Pre-release

If you open the directory in Electron Fiddle, you can build a version that will run on your computer.