File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 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:
8686
8787 Example Usage:
8888
89- python shotchange.py gs://demomaker /gbikes_dinosaur.mp4
89+ python shotchange.py gs://cloud-samples-data/video /gbikes_dinosaur.mp4
9090
9191 positional arguments:
9292 path GCS path for shot change detection.
@@ -113,4 +113,4 @@ to `browse the source`_ and `report issues`_.
113113 https://github.com/GoogleCloudPlatform/google-cloud-python/issues
114114
115115
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 2222
2323Example Usage:
2424
25- python shotchange.py gs://demomaker /gbikes_dinosaur.mp4
25+ python shotchange.py gs://cloud-samples-data/video /gbikes_dinosaur.mp4
2626
2727"""
2828
Original file line number Diff line number Diff line change 2121
2222@pytest .mark .slow
2323def 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' )
2526 out , _ = capsys .readouterr ()
2627 assert 'Shot 1:' in out
You can’t perform that action at this time.
0 commit comments