mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-08 07:50:31 -06:00
tweaked video has stream h265
This commit is contained in:
@@ -117,7 +117,7 @@ public class VideoHasStream : VideoNode
|
||||
if(rgx.IsMatch(value))
|
||||
return MatchResult.Matched;
|
||||
|
||||
if (value.ToLower() == "hevc" && pattern.ToLower() == "h265")
|
||||
if (value.ToLower() == "hevc" && (pattern.ToLower() == "h265" || pattern == "265" || pattern.ToLower() == "h.265"))
|
||||
return MatchResult.Matched; // special case
|
||||
|
||||
return MatchResult.NoMatch;
|
||||
|
||||
Reference in New Issue
Block a user