neuralset.events.transforms.audio.ExtractAudioFromVideo

pydantic model neuralset.events.transforms.audio.ExtractAudioFromVideo[source][source]

Extract audio tracks from Video events and add them as separate Audio events.

This transform iterates over events of type “Video”, extracts the audio track, saves it as a .wav file (if it does not already exist), and adds a corresponding event of type “Audio” to the DataFrame.

Fields:
field overwrite: bool = False[source]
requirements: tp.ClassVar[tuple[str, ...]] = ()[source]