Skip to content

Commit

Permalink
bitmovin: encodes only existing audio for vp8
Browse files Browse the repository at this point in the history
  • Loading branch information
scentless-apprentice committed Mar 26, 2018
1 parent daa98fb commit c05302d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/bitmovin/bitmovin.go
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ func (p *bitmovinProvider) Transcode(job *db.Job) (*provider.JobStatus, error) {
audioStream := &models.Stream{
CodecConfigurationID: &audioPresetID,
InputStreams: aiss,
Conditions: models.NewAttributeCondition(bitmovintypes.ConditionAttributeInputStream, "==", "true"),
}
audioStreamResp, audioErr := encodingS.AddStream(*encodingResp.Data.Result.ID, audioStream)
if audioErr != nil {
Expand Down

0 comments on commit c05302d

Please sign in to comment.