Skip to content

Commit

Permalink
Disable transcoder fallback for clips (#229)
Browse files Browse the repository at this point in the history
For the same reason as recordings, these will be supported codecs so we shouldn't fall back to external transcoder
  • Loading branch information
mjh1 authored Jan 10, 2024
1 parent 2932c6e commit ccdf86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func TaskClip(tctx *TaskContext) (*TaskHandlerOutput, error) {
TaskOutput: &data.TaskOutput{Clip: taskOutput},
}, nil
},
catalystPipelineStrategy: pipeline.Strategy(params.CatalystPipelineStrategy),
catalystPipelineStrategy: pipeline.StrategyCatalystFfmpegDominance,
clipStrategy: clients.ClipStrategy{
StartTime: params.ClipStrategy.StartTime,
EndTime: params.ClipStrategy.EndTime,
Expand Down

0 comments on commit ccdf86e

Please sign in to comment.