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.
hls-prefer-native wrong mp4 in result #8700
Comments
|
What are you trying to achieve in the first place? |
|
Your command works fine for me, most likely you have an outdated ffmpeg.
|
For example I'm running:
youtube-dl --hls-prefer-native 'http://rutube.ru/play/embed/8326598' --output 'test.mp4'Result file size: 117590616
And then trying to open in ffmpeg (to show that mp4 is wrong):
ffmpeg -i test.mp4 -codec copy test.mkv -yResult: (don't work)
And it working fine when downloading without "hls-prefer-native".