Skip to content

Releases: Kenshin9977/video-dl

Postprocess and update progress

19 Aug 18:18
Compare
Choose a tag to compare
v0.9.2

Fix reads on closed a closed window

Audio codecs & Hardware encoding improved

18 Aug 00:32
Compare
Choose a tag to compare

Features added

  • Combo box to choose the audio codec desired.
  • Hardware encoding now supports MacOS ProRes encoder and Raspberry Pi.
  • FFmpeg and FFprobe are now bundled with the app.
  • No more terminal window in the background.
  • Get the default download directory on Linux and MacOS.

Fix

  • Error message with playlists.
  • Misalignment of some UI elements.

Playlist & indices

09 Jan 01:11
9ac2349
Compare
Choose a tag to compare

Features added

  • Added support for playlists
  • Added support for specific indices of the playlist (e.g. if you want the first ten videos, type 1-10 in the appropriate field)
    (thanks to @KnifeOnlyI for his PR)

Fixes

  • Fix the download location when there are multiple downloads

Codecs, subtitles and updater

01 Jan 14:52
Compare
Choose a tag to compare

Features added

  • You can select the output codec. You can chose x264, x265 or ProRes which are among the most supported codec for NLE.
  • You can download subtitles if available. Checking the box will download every subtitles available.
  • Check for update when launching the program. If there is a new version available for your platform, proceeds to download and install it.

Changes

  • Added the version number
  • Modified the layout

Fixes

  • Many

Quick and dirty fix for the ffprobe error

15 Oct 14:53
Compare
Choose a tag to compare

Changes

  • A bug with ffprobe happens only when there is no opened console. As a quick fix, there is now a console which opens when using the program.
  • ffmpeg and ffprobe are now embedded within the binary.
  • The download progress bar is slightly different.
  • Logic of the query has been revised. Priority it to compatibility (x264 codec) then searched resolution independant of the codec, then compatibility and then whatever it can find.

Fixes

  • A lot of unhandled exceptions when infos aren't found.
  • Use of a more robust method to get the total duration of a media.
  • The logic when querying a specific resolution has been fixed.

Progress bar added to ffmpeg downloads

05 Oct 01:28
Compare
Choose a tag to compare
Pre-release

Feature added

  • Progress bar added to ffmpeg downloads.

Fixes

  • Fixed multiple issues with the query system for the downloads.

Multi-languages and default to mp3

28 Sep 19:47
Compare
Choose a tag to compare
Pre-release

Features added

  • Multi-language support: French and German are now added thanks to FtZPetruska and Mitsunee contribution.

Changes

  • When you only download the audio of a video, it will automatically be converted to 320 kpbs mp3 for the sake of compatibility. Even if the bitrate is overkill, at least no one will complain about possible downgrade in quality.
  • No more date and time at the end of the filename.

Fixes

  • Fixed a bug when there already is a file with the same name.

Video-dl v0.3

21 Sep 16:55
Compare
Choose a tag to compare
Video-dl v0.3 Pre-release
Pre-release

The projects is now written in Python and has a GUI. You can also select cookies from your browser in order to access videos only accessible when logging in.

Remux when possible

29 Jun 11:22
Compare
Choose a tag to compare
Remux when possible Pre-release
Pre-release

Remux the file instead of reencoding it when the video codec is already H264 and the audio codec is AAC (faster than reencoding and lossless).
Fixed a bug with the installer after renaming the folders.
Fixed a bug when remuxing the file where the first secondes of the video were truncated and the audio desynchronized.

First release

22 Mar 02:44
Compare
Choose a tag to compare
First release Pre-release
Pre-release
v0.1

First commit