add keep utc to remux mp4box

This commit is contained in:
alacleaker 2024-04-16 00:37:54 -03:00
parent d280f1fad2
commit 1375af929c
3 changed files with 4 additions and 0 deletions

View File

@ -248,6 +248,7 @@ class DownloaderMusicVideo:
decrypted_path_video,
"-itags",
"artist=placeholder",
"-keep-utc",
"-new",
fixed_path,
],

View File

@ -322,6 +322,7 @@ class DownloaderSong:
decrypted_path,
"-itags",
"artist=placeholder",
"-keep-utc",
"-new",
remuxed_path,
],

View File

@ -74,6 +74,8 @@ class DownloaderSongLegacy(DownloaderSong):
decrypted_path,
"-itags",
"artist=placeholder",
"-keep-utc",
"-isma",
"-new",
remuxed_path,
],