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.
Automatically correct mp4 video-only dash files #7275
Comments
|
As explained in the bug reporting instructions post the full output you get when running |
|
Updated as requested. |
|
I can reproduce it, but mpv (with ffmpeg compiled from the git repo a few days ago) plays them fine.
I guess we can do the same thing we do for m4a files https://github.com/rg3/youtube-dl/blob/8b172c2e10fb38c62c213673304c7e8dcd17b768/youtube_dl/YoutubeDL.py#L1631-L1645 |
|
WFM with 2019.04.30 |
After downloading a video, there were two problems:
Doing
ffmpeg in.mp4 -codec copy out.mp4fixes the problem, but this should be solved in youtube-dl so that all videos are seekable and show the correct length.Command executed and verbose output: