[BUG] - Audio does not download with video
See original GitHub issueDescribe the bug Videos do not download with audio, only video.
To Reproduce
Steps to reproduce the behavior:
Video: https://www.youtube.com/watch?v=VWDpWmc5Yys
Expected behavior Video downloaded w/ audio
Screenshots
Environment
ytdl_material:
container_name: YTDL_Material
image: tzahi12345/youtubedl-material:nightly
volumes:
- $DOWNLOADDIR/downloads/Youtube-dl-mat/appdata:/app/appdata
- $DOWNLOADDIR/downloads/Youtube-dl-mat/audio:/app/audio
- $DOWNLOADDIR/downloads/Youtube-dl-mat/video:/app/video
- $DOWNLOADDIR/downloads/Youtube-dl-mat/subscriptions:/app/subscriptions
- $DOWNLOADDIR/downloads/Youtube-dl-mat/users:/app/users
environment:
ALLOW_CONFIG_MUTATIONS: 'true'
ytdl_use_local_db: 'true'
write_ytdl_config: 'true'
UID: $PUID
GID: $PGID
networks:
- isonet
ports:
- "8998:17442"
restart: always
JSON attached video.info.json.zip
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
10 Methods: How to Solve Audio File Not Playing
Method 5: Re-Download File from Same Place ... If you are still unable to run the file, then it's a possibility that the...
Read more >Troubleshoot audio and video issues on your computer or ...
Troubleshoot audio and video issues on your computer or mobile device. On this page: Audio issues. No sound; Volume is too high or...
Read more >20 most common video errors & how to fix them
This article guide you how to fix all 20 problems or errors while playing videos like playback errors, audio video sync, issues, choppy, ......
Read more >Fix sound or audio problems in Windows - Microsoft Support
Fix sound or audio problems in Windows ; 3. Verify that all Windows Updates are installed. To check for updates: Select Start ;...
Read more >9 Fixes for When a Movie Has No Sound - MakeUseOf
The movie might be encoded to play on different channels that your device cannot support. For example, it's not uncommon for downloaded movies ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just to confirm that this is now working. Although I opened and linked a new issue about an error message that has started to appear after this fix.
@modem7 @dejan995 Thanks for the help with debugging this!
Long story short, if you selected a video quality that didn’t have the audio built in, it wouldn’t add one automatically (despite the logic being there) due to a bug. See commit here.
We’re doing something similar to MeTube with a couple differences:
400
or22
) and adding an audio format if one doesn’t exist (looks something like400+172
)bestvideo+bestaudio
--merge-output-format mp4
Anyways it should be fixed now!