hi
want to create nfo file by drag drop specific video files and not do whole folder like this post here
https://forum.videohelp.com/threads/383550-Mediainfo-CLI-to-creat-NFO
thanks for any help
+ Reply to Thread
Results 1 to 7 of 7
-
-
Code:
For %%F IN (%*) do ( ("C:\Program Files\MediaInfo CLI\MediaInfo.exe" "%%~fF" > "%%~dpnF.txt") shift)
Last edited by Secoast; 24th Jun 2024 at 15:19.
-
-
You need the Mediainfo client, not the mediainfo GUI.
https://mediaarea.net/en/MediaInfo/Download/Windows
Then you can use this batch:
Code:@echo off "E:\MediaInfo_CLI\MediaInfo.exe" "%~1" >"%~1.nfo" exit
-
-
Similar Threads
-
How to Create a Batch File For Subtitle Downloading
By ridibunda in forum Video Streaming DownloadingReplies: 4Last Post: 6th Apr 2022, 13:33 -
MediaInfo CLI
By UserName351 in forum ProgrammingReplies: 4Last Post: 21st Dec 2021, 18:25 -
MediaInfo CLI command
By UserName351 in forum Newbie / General discussionsReplies: 11Last Post: 22nd Nov 2021, 15:28 -
Mediainfo batch script create help
By iKron in forum Newbie / General discussionsReplies: 3Last Post: 5th Jul 2021, 03:53 -
Create batch file for ffmpeg to increment the file output
By Bassquake in forum Video ConversionReplies: 2Last Post: 25th Nov 2019, 05:03