View Single Post
Old 12th January 2010, 12:45   #6587  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
@tormento
Ask Neuron2 why avs2avi crashes with this simple script.

command line
avs2avi.exe "getinfo.avs" -c null -o n


getinfo.avs
Code:
Import("C:\Users\Dawid\Desktop\script.avs").ConvertToYV12()
WriteFile("E:\temp\RipBot264temp\job1\info.txt","Framecount")
WriteFile("E:\temp\RipBot264temp\job1\info.txt","Framerate")
WriteFile("E:\temp\RipBot264temp\job1\info.txt","AudioRate")
WriteFile("E:\temp\RipBot264temp\job1\info.txt","AudioChannels")
WriteFile("E:\temp\RipBot264temp\job1\info.txt","AudioLength")
WriteFile("E:\temp\RipBot264temp\job1\info.txt","Width")
WriteFile("E:\temp\RipBot264temp\job1\info.txt","Height ")
Trim(0,-1)
Atak_Snajpera is offline   Reply With Quote