Skip to content
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

Improve cover exportation + apply cover quality in thumbnail #46

Merged
merged 4 commits into from Oct 30, 2021
Merged

Improve cover exportation + apply cover quality in thumbnail #46

merged 4 commits into from Oct 30, 2021

Conversation

LeGoffMael
Copy link
Owner

  1. The quality param was not applied in CoverSelection.
  2. By using ffmpeg to generate the cover image, the result image could be different to the one selected with VideoThumbnail library even when using the same time position. It is because ffmpeg uses keyframes to seek to the video position (source) so the position is not accurate (i noticed difference up to 4ms). By using VideoThumbnail library to generate the cover and then using ffmpeg to transform the image the issue is fixed.
  3. Add an explanation on how to fix android issue in release mode in the read.me. app is getting crash in release mode #41 (comment)

@seel-channel seel-channel merged commit 96aa73f into LeGoffMael:master Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants