are there plans to implement synchronized video preview in some new upgrade/version of MuLab? It would make the software a very nice scoring tool as well
Or maybe you can recommend some video plugin that nicely cooperates with MuLab?
Hello!Jorroman wrote:Hi,
are there plans to implement synchronized video preview in some new upgrade/version of MuLab? It would make the software a very nice scoring tool as well![]()
Or maybe you can recommend some video plugin that nicely cooperates with MuLab?
So it seems to confirm that the last issue met by our new friend Jorroman is indeed simply a codec which is missing.AndreasD wrote:Works fine here! Audio and video. And I checked a few formats incl .avi.
I have no idea whaty version I use. My VST DLL was saved in Feb 2016 with a size of 181k. I once used a previous version from 2010 with which I had problems (81k size).
edit: I never edited/set any settings.


Code: Select all
@echo off
set ffmpeg="D:\Program Files\ffmpeg\bin\ffmpeg.exe"
for %%f in (%*) do %ffmpeg% -hide_banner -threads auto -i "%%~sf" -q:a 0 -q:v 0 "%%~dpnf.avi"
pause
Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026