Releases: Kenshin9977/video-dl
Releases · Kenshin9977/video-dl
Postprocess and update progress
v0.9.2 Fix reads on closed a closed window
Audio codecs & Hardware encoding improved
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
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
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
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
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
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
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
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
v0.1 First commit