python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Powershell script to get the metadata field "writing application"
I am using a modified version of the GetMetaData script originally written by Ed Wilson at Microsoft (https://devblogs.microsoft.com/scripting/hey-scripting-guy-how-can-i-find-files-metadata/) and the...
ADY
Votes: 0
Answers: 1
How do i bulk remove subtitles using mkvmerge from a certain folder?
I'm quite new to MKVtoolnix, but i have a question.
I currently have a .bat file with the following commandline inside:
set mkvmerge="C:\Program Files\MKVToolNix\mkvmerge.exe"
set output_f...
heTT
Votes: 0
Answers: 1
edit meta comment tag of an mkv file
I use mkvpropedit to edit the meta tag title of some mkv files which works great.
find . -type f -name '*.mkv' -exec sh -c 'mkvpropedit --set "title=$(basename "$1")" "$1"...
Hisfantor
Votes: 0
Answers: 1