This is the script I used, which I managed to figure out and get working from other parts from a similar script I've seen on here. It worked perfectly for my needs, but seemingly since I upgraded my Windows 10 to 11, it now stopped working. I don't know if it perhaps stopped working before that, as I haven't checked it for a few months.
I'm using XY version 27.10.0600
Code: Select all
$nsecs = "";
if ($nsecs == "") {
$mediaInfo = "C:\Users\Max_T\Documents\MediaInfo\MediaInfo.exe";
$codec = regexreplace(runret("$mediaInfo --Inform=Video;%Encoded_Library% ""<cc_item>"""), "\n");
return $codec;
}
XYplorer Beta Club

