Last active
September 11, 2025 18:51
-
-
Save xpol/483ec9967d0a3d14791374947ecf0ec8 to your computer and use it in GitHub Desktop.
Enable audio video tag in Visual Studio Code on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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