Progressive Rendering: generate video preview #60980
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#60980
Loading…
Reference in New Issue
Block a user
No description provided.
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?
Having a video preview (at least of the first sample chunk) would improve usability of the progressive rendering, as only a list of linear EXR files isn't all that useful.
This would require correct conversion from the linear EXR files to the desired output colour space. Options to investigate are:
ocioconvert
tool to convert the files, then feed to FFmpeg.BAT
maybe?) from the original blend file, then fill the VSE with the EXR sequence and render to PNG.Added subscriber: @dr.sybren
Output to JPEG would also be good enough (w.r.t. PNG).
Changed status from 'Open' to: 'Resolved'
Implemented as the 2nd option (open blend file, create scene, fill VSE, render) in
3371e5d
,b3c620b
, and a bunch of commits on the Worker