mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-14 16:20:29 -05:00
FF-1068 - Added "Same as source" to add audio track and convert audio tracks bitrate option
This commit is contained in:
@@ -352,7 +352,7 @@ public class FfmpegBuilderAudioAddTrack : FfmpegBuilderNode
|
||||
if (stream.Stream.Bitrate > 0)
|
||||
{
|
||||
options.Add("-b:a:{index}");
|
||||
options.Add(stream.Stream.Bitrate.ToString());
|
||||
options.Add((stream.Stream.Bitrate / 1000) + "k");
|
||||
}
|
||||
}
|
||||
else if (bitrate > 0)
|
||||
|
||||
Reference in New Issue
Block a user