internal void Start() { _encoder = new GifEncoder(_repeat, 20); _encoder.SetFrameRate(_playbackFrameRate); _thread.Start(); }