Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Secara default, Video Intelligence API memeriksa video, atau segmen video, berdasarkan frame.
Artinya, setiap gambar lengkap dalam rangkaian yang membentuk video akan diperiksa.
Anda juga dapat meminta Video Intelligence menganotasi video, atau segmen video,
sesuai dengan setiap rekaman yang terdeteksi dalam video input.
Deteksi perubahan shot menganotasi video dengan segmen video yang dihasilkan
saat mendeteksi perubahan shot mendadak dalam video. Dalam anotasi output, frame awal setiap segmen video menunjukkan perubahan adegan yang tiba-tiba (yaitu,
frame sebelum dan setelah frame tersebut secara visual berbeda).
Untuk mendeteksi perubahan shot dalam video, panggil metode
annotate
dan tentukan
SHOT_CHANGE_DETECTION
di kolom features.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-17 UTC."],[],[],null,["# Shot change detection\n\nBy default, the Video Intelligence API examines a video, or video segments, by frame.\nThat is, each complete picture in the series that forms the video is examined.\nYou can also have Video Intelligence annotate a video, or video segment,\naccording to each shot that it detects in the input video.\n\n*Shot change detection* annotates a video with video segments that are generated\nwhen detecting abrupt shot changes in the video. In the output annotation, the\nbeginning frame of each video segment indicates an abrupt shot change (i.e.,\nthe frames before and after that frame are visually different).\n\nTo detect shot changes in a video, call the\n[`annotate`](/video-intelligence/docs/reference/rest/v1/videos/annotate)\nmethod and specify\n[`SHOT_CHANGE_DETECTION`](/video-intelligence/docs/reference/rest/v1/videos#Feature)\nin the `features` field.\n\nCheck out the [Video Intelligence API visualizer](https://zackakil.github.io/video-intelligence-api-visualiser/#Shot%20Detection) to see this feature in action.\n\nFor examples, see\n[Analyzing Videos for Shot Changes](/video-intelligence/docs/analyze-shots) and\nthe [Shot Change Detection Tutorial](/video-intelligence/docs/shot_detection)."]]