-
Hi,
could u please update Mediainfo to Version 21.09?
-
```
Before everything was working. I have noticed this problem on windows 32bit
where some folders do not apper on the samsung tv and I thought it was related
to the 32-bit architecture and size of …
-
**Project description**
Automatically renames and organizes TV and Movie files.
**Metadata**
* homepage URL: https://www.tinymediamanager.org
* source URL: N/A
* license: commercial, but free…
-
main.cpp
```
MediaInfo MI;
MI.Open("/Users/wangxueyan/video/46.mp4");
while (true)
{
std::string str = MI.Get(stream_t::Stream_Audio, 0, i++, Info_Name);
if (str …
zn123 updated
4 years ago
-
```
Before everything was working. I have noticed this problem on windows 32bit
where some folders do not apper on the samsung tv and I thought it was related
to the 32-bit architecture and size of …
-
I have tried to add this option to ffmpeg_options.txt
But the configure fails because no lilv-0 found.
--enable-lv2 is required for lv2 plugins to work.
(like broadband noise reduction https://…
-
```
Before everything was working. I have noticed this problem on windows 32bit
where some folders do not apper on the samsung tv and I thought it was related
to the 32-bit architecture and size of …
-
When running my code on 64-bit Windows against a folder of videos, the fields are appropriately parsed and returned using the mi.Get(StreamKind.Video, 0, "Width") type calls. When running on 64-bit Li…
-
I created a Dockerfile for generating a static linked binary:
```
FROM centos
RUN yum install -y git automake autoconf libtool pkgconfig make gcc gcc-c++ zlib-devel
RUN git clone https://git…
-
I tried myself and contacted the owner, but my experience in this is not enough unfortunately, maybe one of you guys is better at that (and has the time):
`https://github.com/MediaArea/MediaInfo/is…