File tree 2 files changed +10
-13
lines changed
2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -59,3 +59,12 @@ Detect Shots
59
59
java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
60
60
com.example.video.Detect shots gs://cloudmleap/video/next/gbikes_dinosaur.mp4
61
61
```
62
+
63
+ From Windows, you may need to supply your classpath diferently, for example:
64
+ ```
65
+ java -cp target\\video-google-cloud-samples-1.0.0-jar-with-dependencies.jar com.example.video.Detect labels gs://demomaker/cat.mp4
66
+ ```
67
+ or
68
+ ```
69
+ java -cp target\\video-google-cloud-samples-1.0.0-jar-with-dependencies.jar com.example.video.Detect labels-file resources/cat.mp4
70
+ ```
Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >com.google.cloud</groupId >
45
45
<artifactId >google-cloud</artifactId >
46
- <version >0.18.0-alpha</version >
47
- <exclusions >
48
- <exclusion > <!-- exclude an old version of Guava -->
49
- <groupId >com.google.guava</groupId >
50
- <artifactId >guava-jdk5</artifactId >
51
- </exclusion >
52
- </exclusions >
46
+ <version >0.20.0-alpha</version >
53
47
</dependency >
54
48
<dependency >
55
49
<groupId >com.google.cloud</groupId >
56
50
<artifactId >google-cloud-video-intelligence</artifactId >
57
51
<version >0.20.0-alpha</version >
58
- <exclusions >
59
- <exclusion > <!-- exclude an old version of Guava -->
60
- <groupId >com.google.guava</groupId >
61
- <artifactId >guava-jdk5</artifactId >
62
- </exclusion >
63
- </exclusions >
64
52
</dependency >
65
53
<dependency >
66
54
<groupId >com.google.auth</groupId >
You can’t perform that action at this time.
0 commit comments