Restore native 1080p export on migrated Flow API - #40
Open
Bl0ck154 wants to merge 2 commits into
Open
Conversation
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.
Summary
Restores Flow's native Full HD export on the migrated
flow.google.combatchexecute transport.The new frontend exposes high-resolution download as RPC
p0UkFb. This PR captures that wire contract, submitsveo_3_1_upsampler_1080p, and resolves the resulting<media-id>_upsampledoutput through the existing migratedas29smedia lookup.What changes
p0UkFbrequest builder/parser toflow_batch.pyFlowClient.upscale_video()work onUSE_BATCH_RPC=1POST /api/flow/export-videowithquality: "1080p"as the defaultPOST /api/flow/check-export-status/upscale-video//check-upscale-statusas low-level compatibility surfacesas29s, not the dead labs.google REST/tRPC pathLive verification
Verified end-to-end against the current migrated Flow UI/account:
p0UkFbwithveo_3_1_upsampler_1080p.<source-media-id>_upsampled.as29s.ffprobe.Result: 1080×1920, H.264, 24 fps, 8.000 s.
The Flow UI currently presents this as 720p original size → 1080p high-resolution download. 4K is plan-gated and was disabled on the verified account, so this PR only claims live verification for 1080p.
Validation
88 passedacrosstest_flow_batch.py,test_flow_client_batch.py, andtest_upscale_polling.pygit diff --checkcleanThe branch is based directly on current upstream
main(ce37f4b) and intentionally excludes fork-specific browser/session fallback code.