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.
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.