Delete
+ Reply to Thread
Results 1 to 15 of 15
-
Make a folder named newfiles in same folder as your mov files.
Make a metadata.bat file with notepad in same folder as the mov files with this code:
Code:for %%a in ("*.mov") do ffmpeg -i "%%a" -map_metadata -1 -c:v copy -c:a copy "newfiles\%%~na.mov" pause
Doubleclick on the metadata.bat file to run it. Check if you get any errors.
See also https://forum.videohelp.com/threads/356314-How-to-batch-convert-multiplex-any-files-with-ffmpegLast edited by Baldrick; 2nd Jun 2016 at 10:27.
-
Something like this works for me:
Code:-map_metadata:g -1:g -map_metadata:s:v -1:g -map_metadata:s:a -1:g
-
Okey then set the ffmpeg to that folder.
"K:\folder\folder\folder\ffmpeg.exe"
Replace folder with your folders...
Example:
Code:for %%a in ("*.mov") do "K:\folder\folder\folder\ffmpeg.exe" -i "%%a" -map_metadata -1 -c:v copy -c:a copy "newfiles\%%~na.mov" pause
Still same error?Last edited by Baldrick; 3rd Jun 2016 at 04:00.
Similar Threads
-
MKV Batch Metadata Removal Tool - JMkvPropedit??
By BJ12 in forum Newbie / General discussionsReplies: 18Last Post: 13th Apr 2021, 19:18 -
Can somebody explain the FFMPEG usage of -metadata ?
By Videogamer555 in forum EditingReplies: 7Last Post: 15th May 2015, 15:06 -
ffmpeg/ffmbc metadata
By marcorocchini in forum Newbie / General discussionsReplies: 21Last Post: 16th May 2014, 18:54 -
FFMPEG writing metadata from another source
By marcorocchini in forum Newbie / General discussionsReplies: 24Last Post: 20th Apr 2014, 12:41 -
ffmpeg - Override/Set ISFT Metadata?
By Ruler2112 in forum Video ConversionReplies: 11Last Post: 27th Oct 2013, 03:01