properly specify audio codec even when source has correct format (#641)
This commit is contained in:
@@ -271,7 +271,8 @@ namespace ErsatzTV.Core.Tests.FFmpeg
|
||||
FFmpegProfile = FFmpegProfile.New("test", profileResolution) with
|
||||
{
|
||||
HardwareAcceleration = profileAcceleration,
|
||||
VideoCodec = profileCodec
|
||||
VideoCodec = profileCodec,
|
||||
AudioCodec = "aac"
|
||||
},
|
||||
StreamingMode = StreamingMode.TransportStream
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user