|
|
@@ -27,7 +27,7 @@ public class VideoProcessTest {
|
|
|
public void testVideoNew() {
|
|
|
try {
|
|
|
long ts = System.currentTimeMillis();
|
|
|
- Map<String, String> result = videoProcessToolNew.processVideo("/Users/drew/Downloads/2019-06-10-06-05-35-8hkctotg.mp4", 0);
|
|
|
+ Map<String, String> result = videoProcessToolNew.processVideo("/Users/drew/Downloads/2019-06-10-06-13-45-tv8d8zxr.mp4", 0);
|
|
|
System.out.println(result);
|
|
|
System.out.println((System.currentTimeMillis() - ts) / 1000f / 60);
|
|
|
} catch (FrameGrabber.Exception e) {
|