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

Support for 8k resolution videos (dav1d codec) #7

Open
LinuxUserGD opened this issue Jul 12, 2022 · 1 comment
Open

Support for 8k resolution videos (dav1d codec) #7

LinuxUserGD opened this issue Jul 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@LinuxUserGD
Copy link
Contributor

Currently decoding fails with

Traceback (most recent call last):
  File "/home/user/.local/lib/python3.10/site-packages/youbit/__main__.py", line 226, in decode_url
    filepath = decoder.decode(output)
  File "/home/user/.local/lib/python3.10/site-packages/youbit/yb.py", line 338, in decode
    with youbit.video.VideoDecoder(vid=file, zero_frame=zero_frame) as decoder:
  File "/home/user/.local/lib/python3.10/site-packages/youbit/video.py", line 169, in __init__
    raise RuntimeError(
RuntimeError: Unsupported codec: libdav1d
@mevimo mevimo added the enhancement New feature or request label Jul 13, 2022
@mevimo mevimo changed the title Support for 8k resolution videos Support for 8k resolution videos (dav1d codec) Jul 13, 2022
@mevimo
Copy link
Owner

mevimo commented Jul 13, 2022

Adding support for the dav1d codec might be trivial or not so much depending on the GOP structure.
Might look into this sometime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants