Skip to content

Commit

Permalink
Disable transcoder fallback for clips
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 committed Jan 10, 2024
1 parent 2932c6e commit cb9c626
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 cb9c626

Please sign in to comment.