mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-03 13:19:11 -05:00
added overall bitrate to video info
This commit is contained in:
@@ -17,7 +17,8 @@ namespace VideoNodes.Tests
|
||||
public void VideoInfoTest_JudgeDreed()
|
||||
{
|
||||
var vi = new VideoInfoHelper(@"C:\utils\ffmpeg\ffmpeg.exe", new TestLogger());
|
||||
vi.Read(@"D:\videos\unprocessed\Hellboy 2019 Bluray-1080p.mp4");
|
||||
var info = vi.Read(@"D:\videos\unprocessed\Injustice.mkv");
|
||||
Assert.IsNotNull(info);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user