I'm working on a video in Premiere Pro 2.0, and all's well with it until I add a particular .avs file and the shit hits the fan.
"Error compiling movie. Unknown error."
However, the solution isn't as simple as one might think. Both my hard drives are NTFS, and I have 70gb free so I'm presuming it's not an issue with space or that my drives are FAT32.
So, I'll fill you in on the details in the hopes that someone will know what is going on...
I used the screen capture program "Webinaria" to record a short sequence of the music waves in WMP. The capture was at 15fps and produced an uncompressed .avi file.
I then used an avisynth script to crop the video into the amount of information I needed:
Which produced the video I was looking for. However, the video had multiple vertical lines running throughout it, suggesting something was wrong (pic related).AVISource("E:\maps_video\Recording.avi")
Crop(0,65,-20,-135)
ConvertToYV12()

Since the original .avi file didn't have these lines, I decided to re-encode the .avi under a new codec. I rendered it with a lossless lagarith codec, then I converted it once again into a h264 .mp4. After that, I once again turned it into a .avs file using ffmpegsource.
Now, I've taken this into Premiere once again and tried to preview render it, but it still gives me the "Error compiling movie. Unknown error."
I've tried different preview compressors (picvid and midivid) but to no avail.
I know this problem isn't occurring because of anything else on my timeline (.png files and .avi) because they render fine without the aforementioned video.
I've asked around to an extent, and nobody so far has been able to fix it. I come to you as a last resort, but if all else fails I'll probably not use the waveform at all, which is something I'd rather avoid.