Skip to content

Instantly share code, notes, and snippets.

@xpol
Last active August 10, 2022 16:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xpol/483ec9967d0a3d14791374947ecf0ec8 to your computer and use it in GitHub Desktop.
Save xpol/483ec9967d0a3d14791374947ecf0ec8 to your computer and use it in GitHub Desktop.
Enable audio video tag in Visual Studio Code on macOS
#!/usr/bin/env bash
curl -sL -o libffmpeg.zip https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.38.1/0.38.1-osx-x64.zip
unzip libffmpeg.zip
mv ./libffmpeg.dylib "/Applications/Visual Studio Code.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment