Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die Video Intelligence Streaming API unterstützt die Liveerkennung von Szenenwechseln durch Eingabe gestreamter Livemediendaten und eine gestreamte Echtzeitausgabe von Analyseergebnissen.
Das folgende JSON-Konfigurationsobjekt zeigt, wie AIStreamer zur Liveerkennung von Szenenwechseln genutzt werden kann, um Anmerkungen für ein gestreamtes Video zu erstellen.
AIStreamer gibt eine Antwort wie die folgende zurück.
Reading response.
Shot: 0.0s to 4.170837s
Shot: 4.204204s to 7.107107s
Shot: 7.140473s to 11.778445s
Shot: 11.811811s to 17.28395s
Shot: 17.317317s to 20.82082s
Shot: 20.854187s to 24.591257s
Shot: 24.624624s to 30.063396s
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[],[],null,["# Live shot change detection\n\n| **Beta**\n|\n|\n| This feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nThe Video Intelligence Streaming API supports live shot change detection with\nlive streaming input of media data, and real-time streaming output of\nanalysis results.\n\nThe following\n[configuration JSON object](https://github.com/google/aistreamer/tree/master/ingestion/client/cpp/config/shot.json)\nshows how to use\n[AIStreamer](https://github.com/google/aistreamer/tree/master/ingestion)\nlive shot change detection to annotate a streaming video. \n\n```javascript\n{\n \"video_config\": {\n \"feature\": \"STREAMING_SHOT_CHANGE_DETECTION\"\n }\n}\n```\n\nThe AIStreamer returns a response similar to the following example. \n\n```text\nReading response.\nShot: 0.0s to 4.170837s\nShot: 4.204204s to 7.107107s\nShot: 7.140473s to 11.778445s\nShot: 11.811811s to 17.28395s\nShot: 17.317317s to 20.82082s\nShot: 20.854187s to 24.591257s\nShot: 24.624624s to 30.063396s\n```"]]