How to Install and Uninstall python3-mediainfodll Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python3-mediainfodll" package

In this section, we are going to explain the necessary steps to install python3-mediainfodll on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-mediainfodll

2. Uninstall "python3-mediainfodll" package

Please follow the guidelines below to uninstall python3-mediainfodll on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-mediainfodll $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-mediainfodll package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-mediainfodll
Priority: optional
Section: universe/python
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Chow Loong Jin
Architecture: all
Source: libmediainfo
Version: 0.7.82-1
Depends: python3:any (>= 3.3.2-2~), libmediainfo0v5 (>= 0.7.82-1)
Filename: pool/universe/libm/libmediainfo/python3-mediainfodll_0.7.82-1_all.deb
Size: 6246
MD5sum: 8653c6189dc535a0524f6665ff35adce
SHA1: a29023203542b7ba5863bb0e67159e502351bc3f
SHA256: d322b952813b4e52ef071dc0e4a1a1f6985763de7b222eca305b18cc07f51764
Description-en: library for reading metadata from media files -- shared library
MediaInfo is a library used for retrieving technical information and other
metadata about audio or video files.
.
A non-exhaustive list of the information MediaInfo can retrieve from media
files include:
- General: title, author, director, album, track number, date, duration...
- Video: codec, aspect, fps, bitrate...
- Audio: codec, sample rate, channels, language, bitrate...
- Text: language of subtitle
- Chapters: number of chapters, list of chapters
.
MediaInfo supports the following formats:
- Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2,
MPEG-4, DVD (VOB)...
- Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
- Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
- Subtitles: SRT, SSA, ASS, SAMI...
.
This package contains the Python 3.x module required for using this library
from Python 3.x applications.
Description-md5: dabb794f5777d21eaa1da8e6cd9c0159
Homepage: http://MediaArea.net/MediaInfo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu