VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Similar to how mkvpropedit can edit mkv metadata without having to remux the file. There has got to be some publicly available tool out there, windows for example can edit mp4 metadata by right clicking on the file and editing them via the Details panel, so i'm sure it's possible

    Any ideas? Thanks
    Quote Quote  
  2. TagScanner?
    MP3Tag?
    You can even add image cover to your tags so it would show up as a video icon.
    Quote Quote  
  3. thank you but neither of those programs offer command line functions
    Quote Quote  
  4. Code:
    @ECHO OFF
    SET tool="Avisynth, Virtualdub & x264"
    SET album="Test"
    SET year="1994"
    SET genre="Game"
    SET studio="Test"
    SET rating="NR"
    SET copyright="test"
    SET comment=""
    SET picture="test.jpg"
    
    mp4v2\mp4tags.exe -tool %tool% -album %album%  -year %year% -genre %genre% -studio %studio% -rating %rating% -copyright %copyright% -comment %comment% -picture %picture% %album%.mp4
    mp4tags: https://code.google.com/archive/p/mp4v2/downloads

    There is also MP4Box, but booth of this command line tools doesn't work right, not all tags are added.
    Quote Quote  
  5. thank you ill check it out
    Quote Quote  
  6. Try recover_mp4 here at Videohelp or its updated version at restore.media.
    The first one is used for fixing metadata, so it should work fine. The second does the same thing and is better at it, but far as I know it cannot be downloaded from the website.
    Quote Quote  
  7. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    Quote Quote  
  8. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    Any Hexeditor can do it, but then you'd have to know the data streams' (containers, video codecs, & audio codecs) structures & formatting THOROUGHLY to be able to do proper manual replacement. (Without accidentally screwing something else up).

    Scott
    Quote Quote  



Similar Threads

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