Log in

View Full Version : space in AVS file causes x264 to abort


Isochroma
10th July 2005, 17:21
A space in the filenames referenced in AviSource("") in the AVS used to feed x264, results in x264 terminating on initialization, with the message that the input colorspace is "unsupported (DIB )"

avs looks like this:

AviSource("filename 2004.avi")
ConvertToYV12()


howerver, if filename 2004.avi is renamed to filename.2004.avi, and the avs is changed to:

AviSource("filename.2004.avi")
ConvertToYV12()

then x264 works fine.

Wilbert
10th July 2005, 17:40
Never use empty spaces in file (or folder) names :)

Manao
10th July 2005, 20:00
IsoChroma : firstly, it has nothing to do with x264. Secondly, instead of just using the filename, use the full path ( drive letter + directory + filename ), and it'll work fine.