mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Readme: added data for test results on linux unit testing
This commit is contained in:
parent
f5c40697d4
commit
65ab084dee
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@ I can only guarantee an expected behaviour built binaries included, other 3rd pa
|
||||||
MacOSX
|
MacOSX
|
||||||
The Unit test have run on MacOSX - 10.14.4 using ffmpeg version 4.1.3. (It was installed using "brew install ffmpeg" and "brew install mono-libgdiplus"). The RootDirectory was set to "/usr/local/bin" for running unit test.
|
The Unit test have run on MacOSX - 10.14.4 using ffmpeg version 4.1.3. (It was installed using "brew install ffmpeg" and "brew install mono-libgdiplus"). The RootDirectory was set to "/usr/local/bin" for running unit test.
|
||||||
|
|
||||||
|
Ubuntu 16.04
|
||||||
|
The unit test failed on 2 test when running against default ffmpeg package of (ffmpeg version 2.8.15-0ubuntu0.16.04.1)
|
||||||
|
The two test that failed were Video_ToMP4_Args and Video_ToMP4_Resize_Args
|
||||||
|
The Unit test passed when running against ffmpeg version 4.1.3
|
||||||
|
|
||||||
### FFProbe
|
### FFProbe
|
||||||
|
|
||||||
FFProbe is used to gather video information
|
FFProbe is used to gather video information
|
||||||
|
|
Loading…
Reference in a new issue