Opened 11 years ago

Closed 6 years ago

#698 closed defect (invalid)

Add an option to disable video transcoding

Reported by: OsamaK Owned by:
Priority: major Milestone:
Component: programming Keywords:
Cc: Parent Tickets:

Description

Currently, all uploaded videos must be transcoded to WebM which makes MediaGoblin much more difficult to deploy on shared-hosting servers due to expensive video processing and additional library dependencies.

There should be an option to disable transcoding and to allow WebM uploads only and directly without trascoding.

In case other formats are uploaded, the standard error message can be shown: "I do not support this format. :("

Change History (2)

comment:1 by Sergio Durigan Junior, 10 years ago

Ticket #757 related to this issue. There's at least a workaround for when the transcoding fails.

comment:2 by ayleph, 6 years ago

Resolution: invalid
Status: newclosed

The video plugin has configuration options to specify what conditions must be met to skip video transcoding. If those conditions are met, videos will not be transcoded. I think that satisfies the issue raised in this 5-year old ticket, so I'm going to close this.

Note: See TracTickets for help on using tickets.