VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Image
    [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?
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Possibly AtomicParsley and/or one of the GUI's
    Quote Quote  
  3. Check these Links:

    https://sourceforge.net/projects/mp4-inspector/
    https://github.com/essential61/mp4analyser
    https://atomicparsley.sourceforge.net/
    https://www.alamtechstuffs.com/excellent-online-mp4-file-parser/

    Originally Posted by AudioGear944 View Post
    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?
    Last edited by videoAI; 10th Jul 2025 at 09:40.
    As always .. there is nothing wrong with my environment
    Quote Quote  
  4. Originally Posted by davexnet View Post
    Possibly AtomicParsley and/or one of the GUI's
    I wish it was just that, I've looked at dozens and dozens of MP4 Atom Tools, many GUIs, reverse image searches. Nothing at all so far. The poster of that screenshot mentioned it was commercial software too. Thanks for the reply either way.
    Quote Quote  
  5. 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.
    Quote Quote  
  6. 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
    Using exiftool to Edit Metadata
    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
    Quote Quote  
  7. Originally Posted by videoAI View Post
    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
    Using exiftool to Edit Metadata
    exiftool is a command-line tool for reading, writing, and editing metadata in files.

    Code:
    exiftool -title="New Title" -artist="New Artist" input.mp4
    Are you a person or forum AI that tries to "help" users, I'm curious?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!