Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Audio #23

Open
KarmaSenge opened this issue Jun 18, 2019 · 15 comments
Open

No Audio #23

KarmaSenge opened this issue Jun 18, 2019 · 15 comments
Assignees
Labels
enhancement New feature or request

Comments

@KarmaSenge
Copy link

Every video I download has no audio.

@puemos
Copy link
Owner

puemos commented Jun 18, 2019

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

@fluggelgleckheimlen
Copy link

Same issue with any video from brightcove.com.

@puemos
Copy link
Owner

puemos commented Jun 30, 2019

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

@fluggelgleckheimlen
Copy link

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

@puemos
Copy link
Owner

puemos commented Jul 3, 2019

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

@tranzfusion
Copy link

Same here no audio on Tenplay streams (Brightcove)

@newcolin
Copy link

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

@puemos puemos self-assigned this Dec 23, 2019
@puemos puemos added the enhancement New feature or request label Dec 23, 2019
@puemos puemos pinned this issue Dec 23, 2019
@puemos
Copy link
Owner

puemos commented Dec 23, 2019

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

@puemos puemos unpinned this issue Jan 26, 2020
@HarlCode
Copy link

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

Thanks !

@moftot
Copy link

moftot commented Mar 18, 2020

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

@killian44330
Copy link

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

@wwardak
Copy link

wwardak commented Nov 12, 2020

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?

@nagualcode
Copy link

any update on this?

@rgiresi1
Copy link

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

@aellerton
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests