added overall bitrate to video info

This commit is contained in:
reven
2022-01-14 11:50:02 +13:00
parent 1bab3a0252
commit faf15a7be3
5 changed files with 17 additions and 2 deletions
+2 -1
View File
@@ -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);
}