jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.41k stars 443 forks source link

Split playlists into separate videos = never + Show available codecs to download + certain URL lists = fail to convert #429

Open BigSpeck opened 1 year ago

BigSpeck commented 1 year ago

Describe the bug When using features "split playlists into separate videos = never" and "Show available codecs to download = vp9 ACC". Depending on the URLs added to the queue, sometimes (depending on the URLs added) the videos download but the post processing with FFMPEG that converts audio from Opus to ACC does not run and files remain in a .webm with Opus audio

However

When using "split playlists into separate videos = 200" and manually selecting vp9 and ACC for 1-200 "Show available codecs to download vp9 and ACC" it works perfectly! Files are converted to .mkv and Opus audio is converted to ACC.

To Reproduce

Steps to reproduce the behavior:

  1. Configure setting "Split playlists into separate videos when" = never
  2. Configure setting "show available codecs to download"
  3. Add provided URL above to queue
  4. Select video codec vp9 and audio codec mp4a.40.5
  5. Click download

Additional info (please complete the following information):

Additional context