Hello
New to the forum
I am currently using filebot to rename all my movies etc. This runs a powershell script. Works very well. One thing I have noticed is that filebot dose not update or even remove / clear the metadata i.e title.
I would like a command line based tool to remove the metadata. FFmpeg was suggested but the command I used appears to need an in file and a outfile.
MP3tag works instantly but requires me to fire up the software,
Any help would be great
Nick
+ Reply to Thread
Results 1 to 2 of 2
-
-
So you've already worked out how to do it with one file and just want to know how to batch the process? To process all mp4 files in a folder:
Code:for %%F in (*.mp4) do ffmpeg -i "%%F" [other args] "%%~dpnF.cleaned.mp4"
Similar Threads
-
ffmpg MTS to MP4 - no metadata :(
By fabrizio.medici in forum Video ConversionReplies: 5Last Post: 19th Aug 2024, 13:23 -
(HELP PLEASE) FFmpeg - Batch Remove metadata
By uppon2 in forum Newbie / General discussionsReplies: 14Last Post: 3rd Jun 2016, 06:47 -
Looking for a decent MP4 metadata tagger
By unsungno1 in forum Newbie / General discussionsReplies: 5Last Post: 23rd Feb 2015, 03:09 -
Metadata title per track in MP4 container
By Cintax in forum Video ConversionReplies: 7Last Post: 10th Nov 2014, 14:28 -
How to change encoder metadata in mp4
By psycholyzern in forum LinuxReplies: 4Last Post: 11th Jun 2013, 09:46