EDIT: OK found out it was cos i was using a 64-bit x264 without 64-bit avisynth. D'oh!!

Hey guys! 2 Part Question:

1) I have avs script that loads fine in old revisions of x264 (tested 747, 819, 900) but not latest (1145) "error: could not open input file".

2) Even in old versions where it loads up ok it point blank refuses to actually show progress at all, despite using --progress. I checked it was actually working by Ctrl-C after a coupla minutes.

How do i fix one or both of these problems?

Thanks!

AVS :

Code:
DirectShowSource("C:\Source.264", fps = 23.976)
Crop(0, 140, 0, -140)
ConvertToYV12()