File tree 3 files changed +5
-4
lines changed 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ To run this sample:
86
86
87
87
Example Usage:
88
88
89
- python shotchange.py gs://demomaker /gbikes_dinosaur.mp4
89
+ python shotchange.py gs://cloud-samples-data/video /gbikes_dinosaur.mp4
90
90
91
91
positional arguments:
92
92
path GCS path for shot change detection.
@@ -113,4 +113,4 @@ to `browse the source`_ and `report issues`_.
113
113
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
114
114
115
115
116
- .. _Google Cloud SDK : https://cloud.google.com/sdk/
116
+ .. _Google Cloud SDK : https://cloud.google.com/sdk/
Original file line number Diff line number Diff line change 22
22
23
23
Example Usage:
24
24
25
- python shotchange.py gs://demomaker /gbikes_dinosaur.mp4
25
+ python shotchange.py gs://cloud-samples-data/video /gbikes_dinosaur.mp4
26
26
27
27
"""
28
28
Original file line number Diff line number Diff line change 21
21
22
22
@pytest .mark .slow
23
23
def test_shots_dino (capsys ):
24
- shotchange .analyze_shots ('gs://demomaker/gbikes_dinosaur.mp4' )
24
+ shotchange .analyze_shots (
25
+ 'gs://cloud-samples-data/video/gbikes_dinosaur.mp4' )
25
26
out , _ = capsys .readouterr ()
26
27
assert 'Shot 1:' in out
You can’t perform that action at this time.
0 commit comments