mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-01 19:51:28 +02:00
hacky support for 8x audio slomo
This commit is contained in:
@@ -251,7 +251,7 @@ namespace Flowframes.Media
|
||||
return "";
|
||||
|
||||
if(itsScale > 4)
|
||||
return $"-af atempo=0.25,atempo={((1f / itsScale) * 4).ToStringDot()}";
|
||||
return $"-af atempo=0.5,atempo=0.5,atempo={((1f / itsScale) * 4).ToStringDot()}";
|
||||
else if (itsScale > 2)
|
||||
return $"-af atempo=0.5,atempo={((1f / itsScale) * 2).ToStringDot()}";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user