Skip to content

Commit

Permalink
this probably doesnt fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mk committed Nov 10, 2024
1 parent 528ab54 commit 62f2cdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FMBot.AppleMusic/AppleMusicVideoService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ public static async Task<Stream> 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,
Expand Down

0 comments on commit 62f2cdb

Please sign in to comment.