View Single Post
Old 6th July 2017, 14:09   #1710  |  Link
Shb
Registered User
 
Join Date: Jun 2017
Posts: 2
Quote:
Originally Posted by r0lZ View Post
Personally, I check my script in AvsPmod before encoding it with Simple X264 Launcher. With AvsPmod, I have a visual feedback, and if something goes wrong, I can see the avisynth error message. And the indexing of the source is already finished when I decide to encode. With that method, I have no startup problem any more.
That's what I have been doing, and I didn't have any issues with any source up until the one I posted about. Even after moving on to different sources I am back to normal again, I'm just not sure why it struggled. There was nothing unusual about the script, just resizing and a slight bit of cropping. Along the lines of:

Code:
FFVideoSource("..\source.mkv")
Crop(0, 20, 0, -20)
Spline36ResizeMod(1024, 552)
No deinterlacing or anything intensive at all. It seemed as though the file was being reindexed every single time no matter if the index file already existed.
Shb is offline   Reply With Quote