Add -bitexact to MP3 encoding to suppress ffmpeg timestamp warning
This commit is contained in:
parent
340b0dea9e
commit
6a841afaa0
@ -165,6 +165,7 @@ class AudioConverter:
|
||||
"-b:a", f"{audio_bitrate}k",
|
||||
"-ar", "44100",
|
||||
"-ac", "2",
|
||||
"-bitexact",
|
||||
"-map", "0:a",
|
||||
"-map", "0:t?",
|
||||
"-id3v2_version", "3",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user