View Single Post
Old 10th August 2010, 18:54   #16  |  Link
rik1138
Registered User
 
Join Date: Mar 2008
Location: LA
Posts: 620
Not sure what I'm doing wrong here... I have these files in the directory:
H264StereoSource.cfg
H264StereoSource.dll
l.h264
r.h264
sample.avs
x264.exe

Config file:
Code:
InputFile              = "l.h264"
InputFile2             = "r.h264"
FileFormat             = 0
POCScale               = 1
# decoder control parameters
DisplayDecParams       = 1
ConcealMode            = 0
RefPOCGap              = 2
POCGap                 = 2
IntraProfileDeblocking = 1
DecFrmNum              = 0
sample.avs:
Code:
LoadPlugin("H264StereoSource.dll")
H264StereoSource("H264StereoSource.cfg",3788)
I use your x264 command line posted above exactly, and get this:
avc [error]: LoadPlugin: unable to load "H264StereoSource.dll"
(sample.avs, line 1)
x264 [error]: could not open input file 'sample.avs'

Any thoughts? Does anything look wrong? I can play the l.h264 file in Media Player just fine... But could it be related to other installed AVC codecs?
rik1138 is offline   Reply With Quote