Log in

View Full Version : AVFS not working - "PFM probably not installed"


ENunn
6th July 2024, 02:44
I'm wanting to mess with the MainConcept MPEG2 encoder in Vegas Pro. I'm planning on using it with one of my Avisynth scripts without encoding with ffmpeg first. I looked it up and apparently you can use AVFS to mount a script for use in Vegas, but I cannot get it working.

I downloaded Vapoursynth portable so I can get AVFS.dll and the PFM exe, but whenever I try to mount a script, I keep getting this error:
https://i.imgur.com/huNZ542.png

I have the PFM exe in C:\Windows, which is in my PATH, so I'm not sure why it's not working. Is there a fix for this? I'm running Windows 11.

Emulgator
6th July 2024, 06:59
PismoFileMount got to be installed from its installer, IIRC, meaning registered, so that OS knows about it.
Which version works under which OS/NLE combo, this may be only tried.
Just putting the .exe into path might not be sufficient.

ENunn
6th July 2024, 17:22
PismoFileMount got to be installed from its installer, IIRC, meaning registered, so that OS knows about it.
Which version works under which OS/NLE combo, this may be only tried.
Just putting the .exe into path might not be sufficient.

I forgot to mention this, but I installed PFM before I got the EXE's from the Vapoursynth folder, and it still didn't work. I dunno why it's not seeing it.
https://i.imgur.com/z2KXuwX.png

DTL
6th July 2024, 23:28
Unable to load may mean also other errors. May be try to open command prompt window with administator rights ?

ENunn
6th July 2024, 23:46
Same error unfortunately.
https://i.imgur.com/qvlChX6.png

Emulgator
7th July 2024, 12:13
The trick which helped sometimes was to install an older version of PFM. 1.7.3 ?
Once I had success under Win7, no success under Win10, I can not speak of Win11.

ENunn
7th July 2024, 17:48
The trick which helped sometimes was to install an older version of PFM. 1.7.3 ?
Once I had success under Win7, no success under Win10, I can not speak of Win11.

Thanks! I installed build 192 and it works! But I imported the fake AVI in Vegas and it doesn't look right. It might be something with my script.
https://i.imgur.com/wnqQT3f.png

poisondeathray
7th July 2024, 19:19
Probably wrong pixel format

Try


ConvertToRGB32(interlaced=true)