Page 1 of 1

MediaInfo-GUI appimage, alternative

Posted: 15 Jun 2025, 03:22
by SEMERENDO.cr
I tried "slapt-mod," which downloaded about 80 MB and didn't generate the module, so I found the appimage. The website doesn't mention dependencies or describe how it works.

THE SOLUTION. Simpler than I thought, 15.3 MB.

> Install exiftool✅ and perl✅
> Examine from the terminal:

Code: Select all

exiftool video.mp4
https://mediaarea.net/en/MediaInfo/Download/AppImage
The problem is that my Lumia 830 phone, sometimes doesn't put the date and time on the videos and by nomenclature, I need YY_MM_DD-HH_MM.

Code: Select all

guest@porteus:/mnt/sda4$ exiftool WP_20250614_004.mp4
ExifTool Version Number         : 11.11
File Name                       : WP_20250614_004.mp4
Directory                       : .
File Size                       : 72 MB
File Modification Date/Time     : 2025:06:14 12:50:18-06:00
File Access Date/Time           : 2025:06:14 21:28:35-06:00
File Inode Change Date/Time     : 2025:06:14 21:28:40-06:00
File Permissions                : rw-r--r--
File Type                       : MP4
File Type Extension             : mp4
MIME Type                       : video/mp4
Major Brand                     : MP4 v2 [ISO 14496-14]
Minor Version                   : 0.0.0
Compatible Brands               : mp41, isom
Movie Data Size                 : 75794705
Movie Data Offset               : 102
Movie Header Version            : 0
Create Date                     : 2025:06:14 18:49:42
Modify Date                     : 2025:06:14 18:49:42
Time Scale                      : 48000
Duration                        : 0:00:33
Preferred Rate                  : 1
Preferred Volume                : 100.00%
Preview Time                    : 0 s
Preview Duration                : 0 s
Poster Time                     : 0 s
Selection Time                  : 0 s
Selection Duration              : 0 s
Current Time                    : 0 s
Next Track ID                   : 3
Track Header Version            : 0
Track Create Date               : 2025:06:14 18:49:42
Track Modify Date               : 2025:06:14 18:49:42
Track ID                        : 1
Track Duration                  : 0:00:33
Track Layer                     : 0
Track Volume                    : 0.00%
Image Width                     : 1920
Image Height                    : 1080
Graphics Mode                   : srcCopy
Op Color                        : 0 0 0
Compressor ID                   : avc1
Source Image Width              : 1920
Source Image Height             : 1080
X Resolution                    : 72
Y Resolution                    : 72
Compressor Name                 : AVC Coding
Bit Depth                       : 24
Video Frame Rate                : 30.003
Matrix Structure                : 1 0 0 0 1 0 0 0 1
Media Header Version            : 0
Media Create Date               : 2025:06:14 18:49:42
Media Modify Date               : 2025:06:14 18:49:42
Media Time Scale                : 48000
Media Duration                  : 0:00:33
Media Language Code             : und
Handler Description             : SoundHandler
Balance                         : 0
Audio Format                    : mp4a
Audio Channels                  : 1
Audio Bits Per Sample           : 16
Audio Sample Rate               : 48000
Handler Type                    : Metadata
Content Create Date             : 2025:06:14 18:50:17Z
Avg Bitrate                     : 17.9 Mbps
Image Size                      : 1920x1080
Megapixels                      : 2.1
Rotation                        : 0

MediaInfo-GUI appimage, alternative

Posted: 16 Jun 2025, 09:32
by M. Eerie
According the documentation, you can use internal parameters to get the desired output format.

Según la información de la herramienta, puedes usar los parámetros adecuados para formatear la salida con el propio comando:

https://exiftool.org/mistakes.html#M3

Code: Select all

exiftool -d %Y%m%d ...

MediaInfo-GUI appimage, alternative

Posted: 20 Jun 2025, 04:00
by SEMERENDO.cr
//Shotcut
Tiene en propiedades un pestaña de metadatos, pero, extrañamente, al igual que
//QMPlay2
muestran bien la fecha, pero la hora adelantada = (18-6)

//XnView
Incorpora ya exiftool, pero como no tengo los codecs, no puedo leer/reproducir el video, solo renombrarlos masivamente.
¿Cuáles serían los paquetes multimedia que necesito?


Image
Image
M. Eerie wrote:
16 Jun 2025, 09:32