View Single Post
Old 25th April 2019, 04:36   #6813  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by sneaker_ger View Post
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()
How can i use your first method please explain Sir.

I really need to fix this. My Work Stopped because of this Issue.
imsrk48 is offline   Reply With Quote