-
-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preview generation fallback #725
Preview generation fallback #725
Conversation
2d2b62c
to
bf30697
Compare
1a40385
to
85cc9e7
Compare
Seems to work ok. EDIT. Added to milestone for v0.3 as whis would save as a lot of user help requests. |
When a preview generation fails (often for wmv/avi files), the new code tries with less stricted (no xerror) and more time consuming options (slow+fast seek). Fix a minor issue when stash downloads ffmpeg/ffprobe, but doesn't re-detect their paths.
85cc9e7
to
9caa2e4
Compare
* Added preview generation fallback feature. When a preview generation fails (often for wmv/avi files), the new code tries with less stricted (no xerror) and more time consuming options (slow+fast seek). Fix a minor issue when stash downloads ffmpeg/ffprobe, but doesn't re-detect their paths.
When a preview generation fails (often for wmv/avi files), the new code tries with less stricted (no xerror) and more time consuming options (slow+fast seek). Fixes #635
Fix a minor issue when stash downloads ffmpeg/ffprobe, but doesn't re-detect paths.
Added comment about restoring a backup with a move operation.
Added .DS_Store to ignore list (mac osx annoying file)
Added pkg/pkg to ignore list (can't seem to configure goland to use the vendor dir)