i need to make an ffmpeg cmd file to remove info from an mkv file. this is what i have so far:-
i drag an mkv file on top of the cmd file and it creates a modified mkv file in a folder called newCode:if not exist New\ md New ffmpeg.exe -i "%~1" -map_metadata -1 -map_chapters -1 -metadata title="" -metadata comment="" -map 0 -c:v copy -c:a copy -c:s copy -y "New\%~nx1"
the cmd file only removes metadata, chapters, title and comments. i also need to remove global tag, tags, audio track title, audio track language, video track title and video track language. is it possible to modify the cmd file to remove the extra things?
+ Reply to Thread
Results 1 to 4 of 4
-
-
this is what the original mkv file has:-
[Attachment 65043 - Click to enlarge]
as you see there are tags, global tag, chapters, audio language and also there is audio track name and video track name if i click on the audio track and the video track. i need to remove those things
i tried the parameters which are in the link. it didn't help -
You might need
Code:-map_metadata:s -1
Similar Threads
-
clever FFmpeg-GUI, small FFmpeg UI, fully portable, no installation.
By ProWo in forum Video ConversionReplies: 1903Last Post: 12th May 2025, 04:53 -
how do i add libx264 and hevc to ffmpeg when i compile ffmpeg for ubuntu 21
By oduodui in forum Newbie / General discussionsReplies: 2Last Post: 17th Jul 2021, 04:12 -
Get the complete FFmpeg command line when using FFmpeg Batch Converter
By pascor in forum Newbie / General discussionsReplies: 8Last Post: 13th May 2021, 23:14 -
[FFMPEG] Is there a way to remove this part that FFMPEG puts in the meta?
By GEOLINK in forum Newbie / General discussionsReplies: 2Last Post: 1st Feb 2021, 17:51 -
need help ''ffmpeg''
By hideme in forum Video Streaming DownloadingReplies: 29Last Post: 21st Jun 2018, 12:06