hls-downloader icon indicating copy to clipboard operation
hls-downloader copied to clipboard

No Audio

Open KarmaSenge opened this issue 5 years ago • 15 comments

Every video I download has no audio.

KarmaSenge avatar Jun 18 '19 09:06 KarmaSenge

sorry to hear that, can you share a link for a specific video?

puemos avatar Jun 18 '19 09:06 puemos

Same issue with any video from brightcove.com.

fluggelgleckheimlen avatar Jun 29 '19 13:06 fluggelgleckheimlen

@fluggelgleckheimlen it's working here https://www.brightcove.com/en/player Do you have a different link?

puemos avatar Jun 30 '19 09:06 puemos

@puemos, could you try these: https://www.brightcove.com/en/customers/rugbypass https://www.brightcove.com/en/customers/xero

fluggelgleckheimlen avatar Jun 30 '19 09:06 fluggelgleckheimlen

Cause by a feature of HLS in which the audio and the video are 2 separated streams. I will try to solve it using ffmpeg-asm but it could blow up the extension size

puemos avatar Jul 03 '19 22:07 puemos

Same here no audio on Tenplay streams (Brightcove)

tranzfusion avatar Nov 14 '19 01:11 tranzfusion

no audio in downloaded videos, how to use ffmpeg-asm? online wating, thank you

newcolin avatar Dec 22 '19 01:12 newcolin

I will try to fix/integrate that during the Christmas holiday, can't guarantee anything.

puemos avatar Dec 23 '19 14:12 puemos

Hey nice job done here, It would be appreciated if somebody could try to fix the issue, no audio at this time.

Thanks !

HarlCode avatar Jan 29 '20 17:01 HarlCode

Same issue with F1 TV Pro archive Race Mode where there are several audio streams (in this case it would require an extension enhancement to handle the user's audio language preference but at least I would expect it to download the English audio).

Attached example output from ffprobe. f1_tv_pro_race_mode_ffprobe.txt

moftot avatar Mar 18 '20 13:03 moftot

Hi @puemos
I still have this audio problem, do you have some updates about that ? Thanks :) !

killian44330 avatar Sep 12 '20 23:09 killian44330

Hello,

Same here, still not working. I tried 4 different browsers with no luck. It used to work though before the update. A 6/8 months ago it used to work properly but not anymore. Any fix in the agenda?

wwardak avatar Nov 12 '20 13:11 wwardak

any update on this?

nagualcode avatar Jan 10 '22 19:01 nagualcode

Looking for an updated on this. Same issue occurs on clikview.com

rgiresi1 avatar Feb 23 '23 00:02 rgiresi1

Download the individual parts and then use ffmpeg to assemble, like this:

ffmpeg -i video.mp4 -i audio.wav -c:v copy -c:a aac output.mp4

See https://superuser.com/questions/277642/how-to-merge-audio-and-video-file-in-ffmpeg

aellerton avatar Jul 26 '23 11:07 aellerton