View Single Post
Old 25th April 2019, 05:55   #6815  |  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()
I'm re-seted megui & Tried ConvertToYV12()

Now Video Encoding but Encoding Speed Is Very Slow.
imsrk48 is offline   Reply With Quote