Another ffmpeg command tweak
This commit is contained in:
parent
1b751e0f6e
commit
afb22b5aef
@ -250,7 +250,7 @@ const response = {
|
||||
|
||||
response.infoLog += 'TrueHD track exists, but no AC3 compatibility track is present. Creating one.\n'
|
||||
|
||||
ffmpegAudioFirstTrack = `-map 0:a:${trueHD} -c:a:0 ac3 -b:a:0 640k -ac:a:0 ${file.ffProbeData.streams[trueHDi].channels} -metadata:s:a:0 "title=AC3 - 5.1 - MM" -disposition:a:0 default`
|
||||
ffmpegAudioFirstTrack = ` -map -0:a -map 0:a:${trueHD} -c:a:0 ac3 -b:a:0 640k -ac:a:0 ${file.ffProbeData.streams[trueHDi].channels} -metadata:s:a:0 "title=AC3 - 5.1 - MM" -disposition:a:0 default`
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user