Trying to have mediainfo create an nfo for each individual mkv in a folder, outputting them into individual nfo files, retaining the original filename ideally.
I've figured out how to make it output all the mkv info in a folder into one file, is there any way to have it split the nfo automatically between however many files it reads?
+ Reply to Thread
Results 1 to 4 of 4
-
-
What are you using to create the nfo file. What is the code for writing tbe file?
-
Put this in a batch file in the folder of MKV files, name it MInfo.bat or whatever:
Code:For %%F IN (*.mkv) do ("C:\Program Files\MediaInfoCLI\MediaInfo.exe" "%%F" >"%%~dpnF.NFO")
Last edited by jagabo; 12th May 2017 at 09:48.
-
Similar Threads
-
x264 CLI so slow
By TeNSoR in forum Newbie / General discussionsReplies: 24Last Post: 18th Feb 2016, 13:11 -
ffmpeg vs x264 cli
By SameSelf in forum Video ConversionReplies: 11Last Post: 6th Jun 2015, 22:02 -
xVid4Psp in Ubuntu cli Is it possible
By baoky in forum Video ConversionReplies: 3Last Post: 16th Sep 2014, 12:34 -
MediaInfo CLI - C#
By Keller501 in forum ProgrammingReplies: 12Last Post: 30th Jan 2014, 21:57 -
FFmpeg CLI: Encoding break
By encodingmonkey in forum Video ConversionReplies: 3Last Post: 3rd Oct 2012, 17:36