[Attachment 87765 - Click to enlarge]
I've tried everything I could to find the name of the software in the screenshot. I asked the person that originally posted it and they can't remember except they said it's something like "MP4 Atom Explorer" or "MP4 Box Viewer" but looking for these names AND doing reverse image searches have yielded no result so far.
I know it's some kind of commercial software but no one seems to know the name of this software. Can you help?![]()
+ Reply to Thread
Results 1 to 7 of 7
-
-
Last edited by videoAI; 10th Jul 2025 at 09:40.
As always .. there is nothing wrong with my environment -
-
That's the exact same screenshot I posted
That thread did not provide any answers otherwise I wouldn't be here asking.
The MP4 Inspector software I also came across in my searches, it doesn't match the layout/icons/or software logo in the screenshot at all.
All the other suggestions I've come across and none of them are it. appreciate it anyway.Last edited by AudioGear944; 10th Jul 2025 at 10:19.
-
Atom metadata is typically associated with video files, particularly those in the MP4 format, and it includes information such as title, artist, album, and other descriptive tags. If you need to edit or manipulate Atom metadata, you might need to use a different tool or script that specializes in metadata handling.
For example, you can use tools like ffmpeg or exiftool to edit metadata in video files. Here are some examples of how you might use these tools:
Using ffmpeg to Edit Metadata
ffmpeg is a powerful multimedia framework that can be used to manipulate video and audio files, including editing metadata.
Code:ffmpeg -i input.mp4 -metadata title="New Title" -metadata artist="New Artist" output.mp4
exiftool is a command-line tool for reading, writing, and editing metadata in files.
Code:exiftool -title="New Title" -artist="New Artist" input.mp4
As always .. there is nothing wrong with my environment -
Similar Threads
-
WARNING: atom serialized to fewer bytes than declared size
By peekaboo in forum Video Streaming DownloadingReplies: 0Last Post: 26th Apr 2025, 11:55 -
help understanding Mp4 moov atom
By joshua4 in forum Video Streaming DownloadingReplies: 2Last Post: 11th Feb 2025, 16:05 -
Mysterious video won't play without lag
By Boxcart in forum Video ConversionReplies: 9Last Post: 9th Sep 2023, 14:24 -
How To Get DVD recorder to REcognize Cable Box Video Out as L1 Input
By Novice20 in forum DVD & Blu-ray RecordersReplies: 3Last Post: 21st Jun 2023, 16:36 -
Repair moov atom not found
By ncmags555 in forum Video Streaming DownloadingReplies: 1Last Post: 27th Mar 2021, 20:52