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

include_original=False can exclude user-specified representation #132

Open
mbUSC opened this issue Jul 10, 2024 · 0 comments
Open

include_original=False can exclude user-specified representation #132

mbUSC opened this issue Jul 10, 2024 · 0 comments

Comments

@mbUSC
Copy link

mbUSC commented Jul 10, 2024

If one of the representations specified in auto_generate_representations matches the original, include_original=False causes it to be skipped

To Reproduce
Steps to reproduce the behavior:

  1. Let's say we have a 1920x1080 video
  2. Transcode the video using hls.auto_generate_representations([1080, 480, 240], include_original=False)
  3. The playlist will contain 854x480 and 426x240, but not 1920x1080

Expected behavior
The playlist should contain all representations that are explicitly provided by the user (in the example above: 1080, 480, 240).

@mbUSC mbUSC changed the title include_original=False can exclude user-specified bitrate include_original=False can exclude user-specified representation Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant