return <cc_item>;C:\Test_Video.mp4 is shown for that test video file in the cc?return <cc_item>;C:\Test_Video.mp4 is shown for that test video file in the cc?text ... script already showed) and it would make info retrieval 10.000% faster...Code: Select all
$mediainfo = "C:\Users\DVoid\Documents\MediaInfo\MediaInfo.exe";
$videoFiles = quicksearch("/n /types={:Video}", 3:="s");
end (!$videoFiles), "No video file(s) found, aborted!";
$log = "";
foreach($file, $videoFiles, <crlf>, "e") {
status "Processing: " . gpc($file, "file"), , "progress";
$log .= regexreplace(runret("""$mediainfo"" --Inform=Video;%Encoded_Library% ""$file"""), "\r?\n") . <crlf>;
wait 1;
}
text formatlist($log, "sed", <crlf>);
Code: Select all
Lavc58.17.100 libx264
x264 - core 133 r2339 585324f
x264 - core 155 r2901 7d0ff22
Code: Select all
libx264
x264

Code: Select all
text regexreplace(runret("""C:\Users\DVoid\Documents\MediaInfo\MediaInfo.exe"" --Inform=Video;%Encoded_Library% ""<cc_item>"""), "\r?\n");
Yeah, getting the same error.highend wrote: ↑12 Sep 2025 19:48 Let me guess, executing this:will lead to the same error?Code: Select all
text regexreplace(runret("""C:\Users\DVoid\Documents\MediaInfo\MediaInfo.exe"" --Inform=Video;%Encoded_Library% ""<cc_item>"""), "\r?\n");
Code: Select all
regsvr32 "C:\Windows\SysWOW64\vbscript.dll"blablabla succeeded.Weird thing; that file is missing. I got an error trying to reregister it and it appears the file is gone.highend wrote: ↑12 Sep 2025 19:53 There's the reason your cc column doesn't work anymore...
Open a command prompt with admin privileges, execute this line:Do you get aCode: Select all
regsvr32 "C:\Windows\SysWOW64\vbscript.dll"blablabla succeeded.
message window?
If yes, try the script line from the last post again.
Still the same error?
Code: Select all
AVC Coding
'avc1'
bvc0ot v2.2.1.2-20240711
dailymotion/hls.js
Elemental H.264
encoded by TMPGEnc (ver. 2.524.63.181)
H.264
h264
HEVC
Lavc56.60.100
Vimeo Encoder
Vision-264-core V1.1.0.0-2-g8240368
VPC Coding
x264 - core 115
XviD0050Code: Select all
$data = regexreplace(runret("""C:\Users\DVoid\Documents\MediaInfo\MediaInfo.exe"" --Inform=Video;%Encoded_Library% ""<cc_item>"""), "\r?\n");
return regexreplace($data, "[ ]+.*");