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: 
 
 The will process each file and produce a new file: original.mp4 --> original.cleaned.mp4. You'll have to supply the arguments.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, 14:23
- 
  (HELP PLEASE) FFmpeg - Batch Remove metadataBy uppon2 in forum Newbie / General discussionsReplies: 14Last Post: 3rd Jun 2016, 07:47
- 
  Looking for a decent MP4 metadata taggerBy unsungno1 in forum Newbie / General discussionsReplies: 5Last Post: 23rd Feb 2015, 04:09
- 
  Metadata title per track in MP4 containerBy Cintax in forum Video ConversionReplies: 7Last Post: 10th Nov 2014, 15:28
- 
  How to change encoder metadata in mp4By psycholyzern in forum LinuxReplies: 4Last Post: 11th Jun 2013, 10:46


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote