Support mp4 file format output for 'blender_video_chunks' job type #62187

Closed
opened 2019-03-04 19:09:12 +01:00 by Francesco Siddi · 3 comments

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!

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!
Sybren A. Stüvel was assigned by Francesco Siddi 2019-03-04 19:09:12 +01:00
Author
Owner

Added subscriber: @fsiddi

Added subscriber: @fsiddi

Changed status from 'Open' to: 'Resolved'

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.

Implemented in ff9624d4f37ab035c27d1d5c59c654f88656ad49 (Blender Cloud add-on) and 5f96d2e50b852dcc1bd350dafc72dea67e02983e (Flamenco Server). You can influence the output container type by setting it in the Encoding panel in Blender.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/flamenco#62187
No description provided.