View Single Post
Old 10th August 2010, 08:09   #16  |  Link
vineet
Registered User
 
Join Date: Jul 2010
Posts: 9
Quote:
Originally Posted by kemuri-_9 View Post
It looks like you're on a windows system so I've made a patch and applied it to a win32 build here

it should now try and convert your unknown input colorspace source to i444 which will allow the non mod2 dimensions you require.
this should get you past your current issue and allow you to crop your source to mod2 dimensions to become i420 compliant for encoding with libx264.

If it works, I'll get it added to Dark_Shikari's local commit tree
It worked dude, thanks a lot.

It would be even better if x264 could directly adjust the colorspace during encode, as it does when crop filter is applied and publish non mod2 resolution, if its compatible with colorspace or automatically crop one pixel if its not. Thanks again for this.

Last edited by vineet; 10th August 2010 at 09:42.
vineet is offline   Reply With Quote