diff --git a/src/FMBot.AppleMusic/AppleMusicVideoService.cs b/src/FMBot.AppleMusic/AppleMusicVideoService.cs index 209fb45f..ac8a165b 100644 --- a/src/FMBot.AppleMusic/AppleMusicVideoService.cs +++ b/src/FMBot.AppleMusic/AppleMusicVideoService.cs @@ -36,9 +36,11 @@ public static async Task ConvertM3U8ToWebPAsync(string m3u8Url) Arguments = $"-hwaccel auto " + $"-i \"{m3u8Url}\" " + "-vf \"fps=fps=20\" " + + "-vcodec libwebp_anim " + "-lossless 0 " + "-compression_level 5 " + "-loop 1 " + + "-metadata comment=\"Created with FFmpeg\" " + "-f webp pipe:1", RedirectStandardOutput = true, RedirectStandardError = true,