View Single Post
Old 24th April 2019, 20:53   #6811  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
For some reason the source is opened as RGB32 while an Y4M pipe (from AviSynth via ffmpeg to x264) can not handle RGB. The MediaInfo doesn't show if the source is RGB to begin with or you have your DirectShow decoder set up to decode to RGB32.

Try:
Open source via ffms2/ffvideosource() instead of DirectShowSource()

If that does not work add as last line:
ConvertToYV12()
sneaker_ger is offline   Reply With Quote