Wednesday, March 30, 2022

changes needed for migrating show creation from Windows to Linux

As noted in an earlier post, 
avisynth works on Linux under Wine, with certain changes.
  • need to run Virtualdub with
    cd ~/windows/VirtualDub
    wine VirtualDub
  • need to add the line 
    Loadplugin("/home/myusername/.wine/drive_c/Program Files/AviSynth 2.5/plugins/ffms2.dll")
  • need to use FFvideosource("in.mp4") instead of DirectShowSource()

No comments:

Post a Comment