mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
Fix audio with VFR encodes, add WMV to format whitelist, better ascii char warning
This commit is contained in:
@@ -80,11 +80,12 @@ namespace Flowframes.Main
|
||||
else
|
||||
{
|
||||
await FFmpegCommands.FramesToMp4(framesPath, outPath, h265, crf, fps, "", false, -1, ext); // Create video
|
||||
await MergeAudio(i.lastInputPath, outPath);
|
||||
if (looptimes > 0)
|
||||
await Loop(outPath, looptimes);
|
||||
}
|
||||
|
||||
if (looptimes > 0)
|
||||
await Loop(outPath, looptimes);
|
||||
await MergeAudio(i.lastInputPath, outPath);
|
||||
|
||||
if (changeFps > 0)
|
||||
{
|
||||
string newOutPath = IOUtils.FilenameSuffix(outPath, $"-{changeFps.ToString("0")}fps");
|
||||
|
||||
Reference in New Issue
Block a user