Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Audio/Video ProbeNew to Visual Studio Code? Get it now.
Audio/Video Probe

Audio/Video Probe

xueshiqiao

|
184 installs
| (0) | Free
Probe and show information of audio/video files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AVProbe (VSCode Extension)

Display the information of Audio/Video files using the built-in ffmpeg/ffprobe.

Features

  • [x] Support mp4/mkv/mov/webm and others
  • [x] Display basic information such as streams, formats, etc
  • [x] Presents packets information in a table format
  • [x] Enhanced User Interface (implemented using Vue3 + AntDesign for Vue)
  • [x] Responsive Webview
  • [x] Automatically switch between Light/Dark theme based on system settings
  • [x] Support show decoder/encoder information supported by FFmpeg local/remote
    • [x] Show decoders/encoders list
    • [x] Support filtering by conditions like codec type and name
  • [ ] Preview specified frame

Screenshots

Stream info

note: (demo with light theme, support both light and dark)

Packets info

Decoders/Encoders info (demo with dark theme, support both light and dark)

How to use?

0. Prerequisite

Install the ffprobe / ffmpeg command-line tool. AVProbe inspects media information through ffprobe, so you need to install ffprobe first.

1. Config ffprobe path

Alt text

2. Open media files with 'AVProbe'

Simply right-click on the media file, then select ‘Audio/Video Probe’ to open it Alt text

3. Show decodes/encoders supported by FFmpeg on local/remote machine

Open Command Palette, input "AVProbe" or "encoders"/"decoders" to access the command as follows Alt text

Changelogs

v0.1.2

  1. Presets basic info automatically without clicking any button
  2. Fix problem with media path contains empty characters

v0.1.0

  1. Upgrade to new UI (based on vue 3 and Ant Design vue)
  2. Add screenshots
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2023 Microsoft