mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-16 11:05:44 +00:00
Compare commits
2 commits
a232f043ad
...
533695859b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
533695859b | ||
|
|
6b39f11687 |
1 changed files with 0 additions and 9 deletions
|
|
@ -285,13 +285,4 @@ public class FFProbeTests
|
||||||
var info = FFProbe.Analyse(TestResources.Mp4Video, customArguments: "-headers \"Hello: World\"");
|
var info = FFProbe.Analyse(TestResources.Mp4Video, customArguments: "-headers \"Hello: World\"");
|
||||||
Assert.AreEqual(3, info.Duration.Seconds);
|
Assert.AreEqual(3, info.Duration.Seconds);
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestMethod]
|
|
||||||
public void Probe_Success_Output_Data()
|
|
||||||
{
|
|
||||||
var info = FFProbe.Analyse(TestResources.Mp4Video);
|
|
||||||
|
|
||||||
Assert.AreNotEqual(0, info.OutputData.Count);
|
|
||||||
CollectionAssert.Contains(info.OutputData.ToList(), " \"codec_long_name\": \"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10\",");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue