After googling and trying different things, I decided to post here (since I've gotten FANTASTIC help here in the past - I love this place!).
I recently upgraded to a new computer, which has caused some trouble in the last part of my workflow (the encoding). Here is some quick info before I describe the problem:
* Switched from Windows 7 to Windows 10
* I capture VHS/video game footage in lossless Lagarith and use AVIsynth and Neatvideo to clean it up (through
Virtualdub)
* Final encode is done with x264 vfw
Everything still works, except in the instances where I want to do an UPSCALE of 4:3 footage. This worked without any problems at all on my old Windows 7 computer with the following code:
Code:
nnedi3_rpow2(rfactor=2,cshift="Spline36Resize",fwidth=1350,fheight=1080)
But now, if I include this last part of my script, the encoding crashes after about 10 frames (taking this part away makes everything work 100%):
I expermineted with using
Virtualdub's own Resize filter, and it's the same problem. I have deducted that it has to do with the aspect ratio, and tried changing the width to 1348 (to be dividable by 4) but no effect. Here are the settings I'm using for x264 (again, these worked on Windows 7):
I am wondering if it has anything to do with the "library" files? Do I need to update or change libav or ffmpeg in some way???
Very grateful for any help I can get!