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
+ Reply to Thread
Results 1 to 8 of 8
-
-
TagScanner?
MP3Tag?
You can even add image cover to your tags so it would show up as a video icon. -
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
There is also MP4Box, but booth of this command line tools doesn't work right, not all tags are added. -
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. -
FFmpeg supports many metadata fields.
https://wiki.multimedia.cx/index.php/FFmpeg_Metadata -
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
Similar Threads
-
Can't get Avidemux command line options to work on Windows 7
By countytime in forum Newbie / General discussionsReplies: 13Last Post: 8th Apr 2018, 14:53 -
How to multiplex avi files on linux/mac/windows? (command line)
By Selur in forum Newbie / General discussionsReplies: 4Last Post: 27th Jan 2018, 08:30 -
Recommended command line cross-platform download tool, not youtube-dl?
By colorstar in forum Newbie / General discussionsReplies: 0Last Post: 12th Dec 2017, 07:38 -
Lots of mp4 videos with wrong language metadata, bulk tool to fix?
By wkearney99 in forum Newbie / General discussionsReplies: 13Last Post: 22nd May 2017, 07:37 -
how to edit mp4/mkv metadata in windows?
By mrjayviper in forum Video ConversionReplies: 6Last Post: 30th Jun 2015, 20:13