x264 10 bit error !!

I built with libx264 & enabled 10bit with make config command but didn't worked out. Though, issue is fixed now. Solution :

- deinstall libx264 & ffmpeg from ports
- install libx264 using "pkg install libx264"
- install ffmpeg from ports

Thanks !!
 
- deinstall libx264 & ffmpeg from ports
- install libx264 using "pkg install libx264"
- install ffmpeg from ports
That's odd. The option is turned off by default so the package doesn't have it enabled.
Code:
HI10P=off: Enable High 10 Profile 10-bit encoding
 
Back
Top