Skip to content

FFMPEG Audio Encoder v3.36

Compare
Choose a tag to compare
@jessielw jessielw released this 10 Nov 16:13
· 268 commits to master since this release

Updates

  • Completely re-wrote the entire youtubedl GUI that was included within FFMPEGAudioEncoder
  • It's fully written in python, with no needed binaries to run (other then FFMPEG which is included with ffmegaudioencodergui)
  • It's fully multi-threaded
  • It uses the python module ytb-dl in order to do the work
  • It has the ability to download video and or audio, from almost any video website
  • The simple version of this program has much less features then the full fledged version, how ever it has the basic needed features and it'll be much easier to keep up to date as I work with ffmpegaudioencodergui
  • Youtube-DL is no longer required and is removed from the program entirely, the youtubeGUI is now built based off of the python module 'yt-dlp' and is currently only version 'yt-dlp 2021.11.10.1'