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

Media metadata extraction & Thumbnailer rework #2285

Merged
merged 62 commits into from May 9, 2024

Conversation

HeavenVolkoff
Copy link
Member

@HeavenVolkoff HeavenVolkoff commented Apr 5, 2024

  • Extract media (video/audio) metadata with FFmpeg then save it on db and present on front-end
  • Model FFmpeg metadata to database
  • Rename media_data to exif_metadata
  • Integrate FFmpeg metadata extraction into job system and watcher
  • Fix thumbnails generation being broken for portrait videos
  • Greatly improve thumbnailer logic
  • Integrate ffmpeg and media_metadata crate
  • Remove some unused and commented out code
  • Rework, improve logic and rename byte_size to humanize_size

Copy link

linear bot commented Apr 5, 2024

Copy link

vercel bot commented Apr 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
spacedrive-landing ⬜️ Ignored (Inspect) Visit Preview May 9, 2024 1:39am
spacedrive-web ⬜️ Ignored (Inspect) Visit Preview May 9, 2024 1:39am

 - Remove some unecessary recursion_limit directive
 - Remove unused app_image releated functions
 - Fix metadata query enabled flag
@HeavenVolkoff HeavenVolkoff marked this pull request as ready for review May 8, 2024 07:52
@HeavenVolkoff HeavenVolkoff requested review from a team as code owners May 8, 2024 07:52
CONTRIBUTING.md Outdated Show resolved Hide resolved
core/Cargo.toml Outdated Show resolved Hide resolved
core/crates/prisma-helpers/src/lib.rs Show resolved Hide resolved
core/crates/heavy-lifting/src/job_system/job.rs Outdated Show resolved Hide resolved
core/prisma/schema.prisma Show resolved Hide resolved
core/src/lib.rs Show resolved Hide resolved
crates/ffmpeg/Cargo.toml Outdated Show resolved Hide resolved
crates/prisma/src/lib.rs Show resolved Hide resolved
fogodev
fogodev previously approved these changes May 8, 2024
 - Update locale keys for all languages
 - Add pnpm command to update all language keys
Copy link
Contributor

@fogodev fogodev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@HeavenVolkoff HeavenVolkoff added this pull request to the merge queue May 9, 2024
Merged via the queue into main with commit e797b02 May 9, 2024
12 checks passed
@HeavenVolkoff HeavenVolkoff deleted the eng-949-collect-video-duration branch May 9, 2024 02:27
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.

Video thumbnails have streaks or rapid zoom jitter
2 participants