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

Save playlists (M3U8) to audio & video files #1233

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

GrosPoulet
Copy link
Collaborator

A playlist is saved to 3 distinct files:

  • playlist itself (M3U8)
  • audio (MP3)
  • video (MP4)

TODO : mux audio & video into one single file.
This could be done with ffmpeg.js, but this lib is pretty big 😟
@extesy any better idea ?

A playlist is saved to 3 distinct files:
- playlist itself (M3U8)
- audio (MP3)
- video (MP4)
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@GrosPoulet GrosPoulet merged commit a3f97ae into extesy:master Sep 24, 2023
3 checks passed
@extesy
Copy link
Owner

extesy commented Sep 25, 2023

Muxing would be an overkill, let's not add too much bloat to the extension. I think it's fine to keep files separate. Maybe add FAQ entry on how to merge them, with a sample ffmpeg command line?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants