Support mp4 file format output for 'blender_video_chunks' job type #62187
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#62187
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?
Unfortunately .mkv is not well supported by some macOS apps.
In order to share the file, we often need a conversion from .mkv to .mp4. A simple container change using ffmpeg does not seem to work correctly (file does not open in QuickTime, lags in other software, etc.) so we actually have to re-encode the file, which is an error-prone and time consuming process.
For the sake of interoperability, it would be very nice to support the .mp4 container as output of the blender_video_chunks job type. The major drawback of the .mp4 is the loss of any metadata that .mkv could provide (once we will start taking advantage of that) but I would consider that acceptable.
Thanks for your consideration!
Added subscriber: @fsiddi
Changed status from 'Open' to: 'Resolved'
Implemented in ff9624d4f37ab035c27d1d5c59c654f88656ad49 (Blender Cloud add-on) and
5f96d2e50b
(Flamenco Server).You can influence the output container type by setting it in the Encoding panel in Blender.