Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
ffmpeg merge error to make webm + m4a = mp4 no video #16796
Comments
|
webm+mp4 can't be merged into mp4 container. Don't touch options you have no idea about. |
|
Please be noticed that i have checked the manual to know default: best quality. |
|
It is working.. Trying the link with default youtube-dl settings here gave me format code |
|
@Hrxn C:\Users\family\Desktop>youtube-dl.exe -v https://www.youtube.com/watch?v=tocKgk76O1g Using 2018.06.19 version |
|
Windows 10.. This is the problem:
You need FFmpeg, from here, for example: https://ffmpeg.zeranoe.com/builds/ And put the FFmpeg binaries somewhere into your PATH or next to youtube-dl.exe. |
|
thanks. |
Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
Target: download best video with sound
First attempt: use no parameter download command with only URL
Result: only 720p (with sound) download while 1080p available
Second attempt as above
Result: mp4 file with only sound
P.S. the video is originally a live stream.
Or
--recode-videoneeded?