Skip to content

Log audio and video files#

You can generally log audio or video files with the upload() method and watch or listen to them in the Neptune app.

Logging audio files#

Neptune supports the following formats for audio:

  • MP3
  • M4A
  • OGA
  • WAVE
Log audio file from disk
run["audio"].upload("/path/to/audio-file.mp3")

See and listen in Neptune 

Logging video files#

Neptune supports the following formats for video:

  • MP4
  • OGG
  • OGV
  • MOV
  • M4V
  • MKV
  • WEBM

You can log video files with the upload() method and watch them in Neptune.

Log video file from disk
run["video"].upload("/path/to/video-file.mp4")

See and listen in Neptune 

Tip

To preview an audio or video file in a dashboard, create a File preview widget.

Learn more: Create a dashboard