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

merge dev to master #35

Merged
merged 4 commits into from
Dec 28, 2024
Merged

merge dev to master #35

merged 4 commits into from
Dec 28, 2024

Conversation

mostafaznv
Copy link
Owner

This pull request introduces support for additional audio and video formats in the Larupload package. The key changes include the addition of new format classes, updates to handle these formats in various methods, and new tests to ensure proper functionality.

Support for new audio and video formats:

Codebase improvements:

Testing enhancements:

#28

…rmats #28

Extended `VideoStyle` to handle audio formats (e.g., MP3, AAC, WAV) and added functions to detect, validate, and assign extensions. Updated FFMpeg processing logic to differentiate between audio and video formats and introduced new tests for all supported formats.
The Utils function now trims leading dots from paths when constructing file names with a new extension. A corresponding unit test has been added to ensure proper behavior in cases where the directory name is null.
Updated the README to include the new feature allowing video files to be converted into custom video or audio formats. This highlights enhanced functionality for handling multimedia files.
Copy link

codecov bot commented Dec 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b27b04c) to head (5f6aeff).
Report is 7 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master       #35   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       500       519   +19     
===========================================
  Files             54        54           
  Lines           1798      1834   +36     
===========================================
+ Hits            1798      1834   +36     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mostafaznv mostafaznv merged commit df9921c into master Dec 28, 2024
11 of 19 checks passed
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