View Single Post
Old 13th January 2018, 16:17   #5  |  Link
Ma
Registered User
 
Join Date: Feb 2015
Posts: 326
Quote:
Originally Posted by n808 View Post
[...] A colleague found this patch from almost a year ago that apparently has not made it into the x265 code base. It completely resolves the problem, both for raw YUV and Y4M piped inputs to x265.
It's my fault that it is so long, sorry for that.

New patch that applies cleanly to current tip and should resolve the problem -- 19379.

There is one difference from previous patch -- in y4m input there was 3 reads per frame (fread 'FRAME', fgetc '\n', fread 'raw data'), now there are only 2 (fread 'FRAME\n', fread 'raw data').

Could you check if it works on your system and report back?
Ma is offline   Reply With Quote