Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

youtube-dl download all .ts files from m3u8 but doesn't merge them into a single file #23314

Closed
lapinvert opened this issue Dec 4, 2019 · 1 comment

Comments

@lapinvert
Copy link

@lapinvert lapinvert commented Dec 4, 2019

I use the latest version of youtube-dl.
ffmpeg is installed and accessible in path.

I have a local .m3u8 file. And I am trying to download the video from it with this command:

youtube-dl --no-part -a video.m3u8

It downloads all .ts files from the m3u8 but doesn't merge them into a single file when it is done.

Am I missing something?

@dstftw dstftw closed this Dec 4, 2019
@dstftw dstftw added the incomplete label Dec 4, 2019
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 4, 2019

-a must provide path to a batch file not m3u8 playlist. It's not supposed to merge anything.

@dstftw dstftw added the invalid label Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.