mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 17:19:29 -06:00
fixing test
This commit is contained in:
@@ -34,7 +34,7 @@ public class AudioToVideoTests : VideoTestBase
|
||||
node.Container = "mkv";
|
||||
node.Resolution = "1280x720";
|
||||
node.Codec = codec;
|
||||
node.HardwareEncoding = true;
|
||||
node.HardwareEncoding = false;
|
||||
node.Visualization = style;
|
||||
if (node.Visualization == AudioToVideo.VisualizationStyle.Waves)
|
||||
node.Color = "#007bff";
|
||||
|
||||
Reference in New Issue
Block a user