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

why the video is without audio #2

Open
huangshenneng opened this issue Apr 12, 2024 · 4 comments
Open

why the video is without audio #2

huangshenneng opened this issue Apr 12, 2024 · 4 comments

Comments

@huangshenneng
Copy link

why the video is without audio

@PolarRobin
Copy link

you can set
stream = yt.streams.filter(subtype='mp4', only_video=True, adaptive=True).first()
to
stream = yt.streams.filter(subtype='mp4', progressive=True, adaptive=True).first()
in videos_download.py

@taoxinhao13
Copy link

@huangshenneng 兄弟你那边能成功下载数据集嘛,现在pytube这类全都挂了,有偿求

@coding-kuku
Copy link

I have downloaded the data with audio, but discovered that in many videos, the audio is not from the corresponding cropped person, but rather background noise. It might need to be filter again.

@fenghe12
Copy link

fenghe12 commented Feb 6, 2025

有偿求数据

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

No branches or pull requests

5 participants