You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per this mailing list thread in f265 users: f265 encoder is much more slower than x265 on Ubuntu: So, the performance of f265 is ~30 sec. per frame, better than HM (~80 sec. per frame) and much worse than x265 (3 sec. per frame).
Even though the response says: ''For the time being, you may want to use
“quality=10” or even “quality=0” to make the code run faster. You may also use
tile-based multi-threading using -p “mt-mode=1 tiles=x,y nb-workers=N,0”.'', I don't think this can make enough of a difference to be useful to us. Re-scheduling.
PS: the project also lacks shared libraries at the moment, it only produces a static libf265.a which we would need to statically link against.
Alternative to x265 (#445). The code can be found here:
http://f265.org/develop
Maybe this encoder can be made to run faster?
The text was updated successfully, but these errors were encountered: