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

Horrible performance with big / long files & support for unknown seasons #10

Open
mariospicross opened this issue Aug 17, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@mariospicross
Copy link

Got everything working and am very happy with this so far :D two little bugs I've noticed:

Performance can get horrible when watching movies, for instance. When watching something small, like a 300mb episode of a TV show, performance is fine. But, when watching something like Whisper of the Heart (3.5gb), its incredibly slow and choppy. Maybe it just needs time to load everything? idk

Also, for something like Nichijou, episode 0 is classified as "season unknown" in Jellyfin, and doesn't show up in Switchfin. I can just change around the metadata to fix this, but it would still be nice to see unknown seasons implemented.

Thanks for your work on the project :D

@dragonflylee
Copy link
Owner

dragonflylee commented Aug 18, 2023

@mariospicross

As homebrew not support hardware decoder in HOS now, all videos decode with cpu。
video with HEVC/H265 or AV1 format has terrible performance, only H264 with 10Mbps or blow played well

One way to solve to turn on trancode in Jellyfin Server , or download other media with H264 format

Waiting for someone work with HW Decoder in HOS

@lowburger
Copy link

@mariospicross

As homebrew not support hardware decoder in HOS now, all videos decode with cpu。 video with HEVC/H265 or AV1 format has terrible performance, only H264 with 10Mbps or blow played well

One way to solve to turn on trancode in Jellyfin Server , or download other media with H264 format

Waiting for someone work with HW Decoder in HOS

HW decoder here, you may check it: https://github.com/averne/FFmpeg

@dragonflylee
Copy link
Owner

dragonflylee commented Sep 6, 2023

thanks for averne, proconsule, add tx1 hwdec now ,hevc and h264 was supported
you can try https://github.com/dragonflylee/switchfin/releases/latest/download/Switchfin.nro

@dragonflylee dragonflylee added the enhancement New feature or request label Sep 11, 2023
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

3 participants