Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
bin | 2013-12-06 | ||
src | 2013-12-06 | ||
readme.txt | 2013-12-06 | 737 Bytes | |
Totals: 3 Items | 737 Bytes | 0 |
@rem Run avilist.bat from any folder providing .bat knows where's the main .exe located. @rem . @rem compiled with Free Pascal @rem avi hexes snipped with virtualdub hex editor @rem . @rem bat file included: @rem . @echo off echo generating avi list... dir /b /s *.avi>avislisterxtempo.txt rem /s - subdirs inclusive echo gathering avi specs... avislisterx.exe avislisterxtempo.txt>avislist.txt echo writing file avislist.txt complete del avislisterxtempo.txt notepad.exe avislist.txt rem example output: rem c:\make\StarS04E11.avi rem 1280 x 544 @ 1000000000 / 41708323 = 23.97602991613928 fps, H264(x264), 24 BPP rem total can't open file errors count: 0 rem total non-avi suspicious files detected: 0