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

Add webm to importing extensions #328

Merged
merged 1 commit into from
Feb 23, 2022
Merged

Conversation

lucaswerkmeister
Copy link
Contributor

Fixes #327.


Untested, as you can probably guess from the patch-1 branch name 😅 but it sure looks like this is the relevant code.

@lucaswerkmeister
Copy link
Contributor Author

(Line was previously touched in #208.)

@pajowu pajowu self-requested a review February 22, 2022 23:04
@pajowu pajowu requested a review from anuejn February 22, 2022 23:05
@pajowu
Copy link
Member

pajowu commented Feb 22, 2022

LGTM, @anuejn feel free to merge if it looks good to you as well

@pajowu
Copy link
Member

pajowu commented Feb 22, 2022

Thank you a lot for the Pull Request, we really appreciate it. This should be the right line.

One issue we now have: While most formats supported in webm (vp9, opus, vorbis) are supported by mp4, webm also supports vp8, which mp4 doesn't. This breaks our automatic conversion from all file formats to mp4. We should check whether webm can be considered a "safe" file format as well. I added a new issue #329 for this

@pajowu pajowu merged commit bc4e197 into bugbakery:main Feb 23, 2022
@lucaswerkmeister lucaswerkmeister deleted the patch-1 branch February 23, 2022 00:33
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.

Add *.webm to “Audio & Video Files” import filter
3 participants