mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 04:09:29 +01:00
Updated rife-ncnn-vulkan (speed improvement, no tiling)
This commit is contained in:
@@ -216,7 +216,7 @@ namespace Flowframes.Main
|
||||
|
||||
if (!File.Exists(IOUtils.GetAudioFile(audioFileBasePath)) || new FileInfo(IOUtils.GetAudioFile(audioFileBasePath)).Length < 4096)
|
||||
{
|
||||
Logger.Log("No compatible audio stream found.");
|
||||
Logger.Log("No compatible audio stream found.", true);
|
||||
return;
|
||||
}
|
||||
await FFmpegCommands.MergeAudio(outVideo, IOUtils.GetAudioFile(audioFileBasePath)); // Merge from audioFile into outVideo
|
||||
|
||||
Reference in New Issue
Block a user