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
I noticed some pattern, therefore looks suspicious.
Encoding constant input (repeated still frame)
single-threaded encoder output:
A,B,C,C,C,...
multi-threaded (2 threads):
A,A,B,B,C,C,C,...
multi-threaded (4 threads):
A,A,A,A,B,B,B,B,C,C,C,...
So is the output affected by some internal state in CSampleEncoder? Should this happen? Should this state be shared in encoders pool?
Decoded differences are somewhere 1-bit high.
The text was updated successfully, but these errors were encountered:
Only the metadata should be slightly different per frame (timecode and frame number -- both used for Active Metadata.) Nothing else should be changing. Could be a bug.
I noticed some pattern, therefore looks suspicious.
Encoding constant input (repeated still frame)
single-threaded encoder output:
A,B,C,C,C,...
multi-threaded (2 threads):
A,A,B,B,C,C,C,...
multi-threaded (4 threads):
A,A,A,A,B,B,B,B,C,C,C,...
So is the output affected by some internal state in CSampleEncoder? Should this happen? Should this state be shared in encoders pool?
Decoded differences are somewhere 1-bit high.
The text was updated successfully, but these errors were encountered: