\r
// Setup the encode task as a preview encode\r
encodeTask.IsPreviewEncode = true;\r
- encodeTask.PreviewEncodeStartAt = this.SelectedPreviewImage; // TODO 0 and 1 mean the same. Need to fix this as it knocks the video out of sync with the still preview.\r
+ encodeTask.PreviewEncodeStartAt = this.SelectedPreviewImage +1; \r
encodeTask.PreviewEncodeDuration = this.Duration;\r
QueueTask task = new QueueTask(encodeTask, HBConfigurationFactory.Create(), this.ScannedSource.ScanPath);\r
ThreadPool.QueueUserWorkItem(this.CreatePreview, task);\r