View Single Post
Old 25th October 2016, 13:00   #25097  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,997
Script error?

@jdobbs
When I select "Use Deinterlacer on interlaced sources" (for an imported source), and set in the .ini
DEINTERLACER_TYPE=1
DB-RB aborts.

I assume it's due a script syntax error:
Code:
#Created by BD Rebuilder - v0.50.18
LoadPlugin("C:\Program Files Video\DGdecNV\DGDecodeNV.dll")
DGSource("C:\TEMP\BD REBUILDER\WORKFILES\VID_00000.DGI", fieldop=0)
ConvertToYV12()
LoadPlugin("C:\Program Files Video\BD_Rebuilder\tools\decomb521.dll")
FieldDeinterlace(blend=false,+blend=false)
ConvertToYV12().AssumeFPS(30000,1001)
The script is ok for the other DEINTERLACER_TYPE=n

Last edited by Sharc; 25th October 2016 at 13:07. Reason: Typo
Sharc is offline   Reply With Quote