How to specify format options to get f135 video + audio from f18 format on youtube?
See original GitHub issueDO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- I understand that I will be blocked if I remove or skip any mandatory* field
Checklist
- I’m asking a question and not reporting a bug or requesting a feature
- I’ve looked through the README
- I’ve verified that I’m running yt-dlp version 2022.09.01 (update instructions) or later (specify commit)
- I’ve searched the bugtracker for similar questions including closed ones. DO NOT post duplicates
- I’ve read the guidelines for opening an issue
Please make sure the question is worded well enough to be understood
I used this with youtube-dl: youtube-dl -f 135+18 … and result was mp4 with 135 video and audio from format 18 (360p vid, 96kbit audio) so I get 480p vid with smaller file size than by using -f 135+140. I used yt-dlp as drop in replacement and now I realized that it downloads only f135 so no audio on result files… Is it possible to achieve this with YT-DLP? I tried some combinations and no luck so far.
Provide verbose output that clearly demonstrates the problem
- Run your yt-dlp command with -vU flag added (
yt-dlp -vU <your command line>
) - Copy the WHOLE output (starting with
[debug] Command-line config
) and insert it below
Complete Verbose Output
No response
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
Supported YouTube file formats - Google Help
Supported YouTube file formats. Note: Audio files, like MP3, WAV, or PCM files, can't be uploaded to YouTube. You can use video editing...
Read more >How to download and merge video from "X" and audio from ...
Question. There is no separate audio files. Bigger resolution = better audio. For example 480p+best download only first. --compat-options ...
Read more >MSFS - F-18 Autopilot and Navigation Tutorial - YouTube
In this video, we take a look at the navigation and auto flight features of the F-18 in MSFS.
Read more >Change Audio Format Without Converting the Video - YouTube
Some devices can't play Dolby Digital AC-3 format so you can convert only audio to other playable format e.g AAC, which is supported...
Read more >MSFS - F-18E Startup and Takeoff - YouTube
In this video, we walk through starting all the way through wheels up the F-18 in MSFS.
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
Oh, I just noticed that using
--video-multistreams
instead of--compat-options multistreams
achieves the same thing here. Not that it really matters, it’s just shorter and more precise.--compat-options multistreams --ppa "Merger:-map -1:v"