Extract all audio tracks (TODO: Merging)

This commit is contained in:
N00MKRAD
2021-02-23 22:26:13 +01:00
parent 09e2088ec3
commit 71f3e583de
10 changed files with 91 additions and 52 deletions

View File

@@ -17,6 +17,8 @@ namespace Flowframes.IO
public const string frameOrderPrefix = "frames";
public const string audioSuffix = "audio";
public static string GetFrameOrderFilename(float factor)
{
return $"{frameOrderPrefix}-{factor.ToStringDot()}x.ini";