Skip to content

21w25a

Compare
Choose a tag to compare
@WyattBlue WyattBlue released this 25 Jun 23:42
· 1146 commits to master since this release

What's New

Fixed many regressions with --export_to_premiere

  • width and height are always a number now, and never None
  • The xmls to references to more than one file are now made correctly again.
  • Added back the stereo attribute in the audio clips in the xml file.

Added SponsorBlock Integration. When downloading videos from YouTube, you can cut out sponsors, intros, self promotions and more using the --block option.

auto-editor "https://youtube.com/watch?v=kG7qmYHeB2c" --block sponsor,intro,outro,selfpromo,interaction

SponsorBlock also works with local files, just add use the --id option to set the YouTube id.

auto-editor "videos/4 Incredible Instances of Lost Media in Speedrunning.mp4" --id kG7qmYHeB2c --block sponsor 

New option. --ffmpeg_location, this does exactly what it says it does.

auto-editor example.mp4 --ffmpeg_location /usr/local/bin/ffmpeg.exe

Various youtube-dl options that were too useful to be included in auto-editor.

  • --limit_rate Limits how fast auto-editor will download online videos. Helps make sure you don't get throttled or blocked by the server.
  • --download_archive Write down the urls to videos you've downloaded. If used, prevents auto-editor from downloading the same video twice.
  • --cookies Read and write browser cookies. Helps the server track you and make sure you don't get throttled or blocked by the server.

Full Changelog: 21w24a...21w25a