View Single Post
Old 14th July 2017, 03:18   #1204  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
In __ENCODE_3D_MOVIE.avs:
Quote:
...
LoadPlugin("D:\Programa\Video\BD3D2MK3D\toolset\LoadHelper.dll")
#LoadPlugin("DGMVCDecode.dll")
LoadPlugin("FRIMSource.dll")

##LoadPlugin("VSFilter.dll")
#LoadPlugin("SupTitle.dll")
# Load the two video streams (158712 frames per stream)
#interleaved = DGMVCSource("00009.track_4113.264", "00009.track_4114.mvc", view = 0, frames = 158712, mode = "sw") # Old syntax for mode: hw = 1
interleaved = FRIMSource("mvc", "00009.track_4113.264", "00009.track_4114.mvc", num_frames = 158712, cache = 2, platform = "sw")
...
Of course can't load ("FRIMSource.dll")

modified to:
Quote:
LoadPlugin("D:\Programa\Video\BD3D2MK3D\toolset\FRIMSource.dll")
and is working now without crash.

W7 64 bits, Avs+ r2508, MT (both 32 and 64 bits)
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline