mosswg / dropout-dl

A tool for downloading dropout.tv episodes
GNU General Public License v3.0
28 stars 7 forks source link

Newer Episodes have Split Audio #22

Open SSj-Saturn opened 6 months ago

SSj-Saturn commented 6 months ago

Describe the bug I think this is tied to the previous fix (https://github.com/mosswg/dropout-dl/issues/18), but it seems that newer episodes are now splitting audio into the separate m4a file (or, if it's an older file, just having a 0 size .m4a).

Anyway to have these get joined in the compile and spit out one combined file?

To Reproduce Steps to reproduce the behavior:

  1. Run docker run --rm -it -v $PWD/login:/app/login -v $PWD/out:/Downloads dropout-dl:latest --output-directory /Downloads --captions -e https://www.dropout.tv/dirty-laundry/season:3/videos/who-bugged-someone-s-car-to-catch-them-cheating
  2. Observe the output files, and notice the .m4a has no audio track.
  3. Older videos don't seem to have this issue.

Expected behavior Combined a/v files as final output, and no .m4a needed.

Desktop:

MisterSheeple commented 6 months ago

Sounds like this'll require adding ffmpeg to the project as a dependency