mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4607] [MERGED] Fix the I-frame image extraction filter string #10182
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4607
Author: @nyanmisaka
Created: 11/28/2020
Status: ✅ Merged
Merged: 11/30/2020
Merged by: @Bond-009
Base:
master← Head:fix-image-extraction📝 Commits (6)
d19edeffix image extraction53c91c2Apply suggestions from code reviewd72f349fix ci0c6efe6Apply suggestions from code reviewbb16174increase the default image extraction timeout92118c2allow to extract music bitrate info from formatInfo📊 Changes
2 files changed (+19 additions, -6 deletions)
View changed files
📝
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs(+14 -5)📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+5 -1)📄 Description
Changes
DefaultImageExtractionTimeoutsince the default scale width 600 have been removed.Otherwise the ffmpeg process will be stopped prematurely when extracting image for high resolution videos.
Issues
Fixes https://github.com/jellyfin/jellyfin/issues/4617
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.