Skip to content

Instantly share code, notes, and snippets.

@meisa233
Created January 10, 2023 08:09
Show Gist options
  • Save meisa233/b927ccb2e1e1b9dd27715feeae51c6e8 to your computer and use it in GitHub Desktop.
Save meisa233/b927ccb2e1e1b9dd27715feeae51c6e8 to your computer and use it in GitHub Desktop.
sudo apt install git automake autoconf libtool pkg-config make g++ zlib1g-dev libtool libzen0v5 libzen-dev libzen-doc libmediainfo-dev libmediainfo-doc libmediainfo0v5
git clone https://github.com/MediaArea/MediaInfo.git
cd MediaInfo/Project/GNU/CLI
./autogen.sh
./configure --enable-shared
make
sudo ln -s ./mediainfo /usr/bin/mediainfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment