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

Fix low quality #73

Merged
merged 2 commits into from
Mar 14, 2020
Merged

Fix low quality #73

merged 2 commits into from
Mar 14, 2020

Conversation

rgaudin
Copy link
Member

@rgaudin rgaudin commented Mar 14, 2020

#71 introduces a regression on --low-quality as our processing (recompression) was launched using the youtube_dl progress hook.

This PR solves it by splitting the hook into dedicated functions and launching it after youtube_dl has completed the video download.

This should also help in transitioning to #72

… hook

- dedicated function for recompression
- simple post_processing function for thumbnail and recompression
- hook now just calls post_processing
- stop using youtube_dl progress hook
- call post_prossing after youtube_dl is done with the video
@rgaudin rgaudin merged commit b19b23f into master Mar 14, 2020
@rgaudin rgaudin deleted the fix_low_quality branch March 14, 2020 13:48
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.

1 participant