View Single Post
Old 1st February 2019, 21:47   #11  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
Originally Posted by ChaosKing View Post
From the Readme there:
Quote:
FileSize plugin for Avisynth

Since Avisynth can't get filesize using built-in function, then built FileSize plugin for get file's size by myself.

Usage:

filelegnth = FileSize("C:/Users/pakkapon/Downloads/Video/MyVideo.mp4")

Return:

file size in byte or -1 if file isn't exist.

Please note that return type is Float to avoid integer overflow. but if you want return type in integer you can use Int() to convert Float back to Int
https://github.com/pureexe/FileSize_...ster/README.md
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote