Skip to content

Releases: PVMChannel/DiscordifyVideo

DiscordifyVideo v0.0.4

Pre-release

Choose a tag to compare

@PVMChannel PVMChannel released this 28 Jun 18:04

New features

  • added video specific conversion settings, which only include cutting the video and changing the target file size for now 3b121f6 09ce487 f23a36a 346987a

Fixes

  • fixed video conversion on linux 5658023

Technical changes

  • removed unused code for a combining progress bar 090424b

DiscordifyVideo v0.0.3

Pre-release

Choose a tag to compare

@PVMChannel PVMChannel released this 24 May 15:20
7a45401

This release should fix the crashes on Windows. (again)

Fixes

  • fix crash when ffmpeg is not installed on windows (again) 22f025c

DiscordifyVideo v0.0.2

Pre-release

Choose a tag to compare

@PVMChannel PVMChannel released this 24 May 15:03
6c853c8

This release should fix the crashes on Windows.

Fixes

  • fix crash when ffmpeg is not installed on windows 1606c40
  • fix infinite loop when sometimes saving videos to directory 6129372

Technical updates

  • moved temporary video and audio files from a temporary directory to memory f7ebbe0
  • moved passlogfile to a temporary directory to avoid clutter in download folder ced614c
  • a bit of refactoring 9c867de cbc4852
  • actually check if you copied a file when converting from clipboard d1b0d7c
  • add a default width and height to the main window c924822
  • run ffmpeg download on background thread so it doesnt block ui ee08321

DiscordifyVideo v0.0.1

Pre-release

Choose a tag to compare

@PVMChannel PVMChannel released this 02 May 19:03

The first pre-release of DiscordifyVideo!

Features so far

  • Compresses almost any video format below 10MiB, with the highest possible quality by using two-pass encoding.
  • Every video is converted to H.264 (.mp4) so it can be embedded in discord flawlessly.
  • All of the conversion is done locally on your PC and CPU (there is no GPU acceleration yet).

Important

Note: The Windows Builds are untested.