TeeSeal/coub-dl

The --loop 999 trick is not working

Opened this issue · 1 comments

Example:

coub-dl -i https://coub.com/view/3br7lw --loop 999

The audio goes mute after 00:55, which is confirmed with the -d flag: Duration: 00:00:55.07, start: 0.025057, bitrate: 179 kb/s

I was able to reproduce this but I'm not entirely sure about a fix yet.

It seems to happen because ffmpeg is re-encoding the audio. Running with -acodec copy (i.e. copy audio codec) seems to fix this issue in particular, but comes with a plethora of other problems.

I'll keep looking when I have some free time.