transcode all resolutions from original source if possible - #7605
Open
ac615223s5 wants to merge 5 commits into
Open
transcode all resolutions from original source if possible#7605ac615223s5 wants to merge 5 commits into
ac615223s5 wants to merge 5 commits into
Conversation
Drive a transcode with keepOriginal on and assert the server logs the "Using kept original file" line tagged with the video UUID. Mirror with keepOriginal off to confirm the message is absent. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fluent-ffmpeg validates the format string against ffmpeg's canonical muxer names. The mkv extension maps to muxer "matroska", so passing "mkv" to .format() fails the capability check and aborts the run. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Without save/rollback, the keep-original setting from the new describe block leaked into "Should replace the video with an audio only file", which then transcoded new resolutions from the audio-only replacement source and produced 3 files instead of the expected 8. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
If the latest source has been replaced with an audio-only file, the kept-original path holds no decodable video. Using it as the transcoding input then fails every video-resolution job (and the matching runner flows), so the system falls back to the previous max-quality file in that case. a Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
|
Is it still a draft? |
ac615223s5
marked this pull request as ready for review
June 15, 2026 21:18
Author
|
it is working for me but I have not not looked through all of the code yet |
Owner
|
Any news on this PR? |
|
Any update on this PR? Would love to see this implemented. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
if keep original file is enabled, use the original file for transcoding to other resolutions
Related issues
Has this been tested?
Screenshots