mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-03 22:29:09 -05:00
refactored video hw testing
removed obsolete plugins
This commit is contained in:
@@ -42,6 +42,10 @@ namespace FileFlows.VideoNodes
|
||||
public static string GetFFMpegPath(NodeParameters args) => args.GetToolPath("FFMpeg");
|
||||
public VideoInfo Read(string filename)
|
||||
{
|
||||
#if(DEBUG) // UNIT TESTING
|
||||
filename = filename.Replace("~/", Environment.GetFolderPath(Environment.SpecialFolder.UserProfile) + "/");
|
||||
#endif
|
||||
|
||||
var vi = new VideoInfo();
|
||||
vi.FileName = filename;
|
||||
if (File.Exists(filename) == false)
|
||||
|
||||
Reference in New Issue
Block a user