Page MenuHomePhabricator

[native] Use transcodeVideo() from MediaModule instead of ffmpeg
ClosedPublic

Authored by angelika on Mar 20 2025, 4:47 AM.
Tags
None
Referenced Files
F6243140: D14480.id47502.diff
Fri, Apr 25, 1:20 AM
F6238430: D14480.diff
Thu, Apr 24, 6:14 PM
F6234619: D14480.diff
Thu, Apr 24, 1:27 PM
F6234561: D14480.diff
Thu, Apr 24, 1:24 PM
Unknown Object (File)
Wed, Apr 23, 11:56 PM
Unknown Object (File)
Wed, Apr 23, 2:49 PM
Unknown Object (File)
Thu, Apr 17, 1:15 PM
Unknown Object (File)
Mon, Apr 14, 8:26 PM
Subscribers

Details

Summary
Test Plan

Send some videos on some devices and verify they're transcoded correctly

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

angelika held this revision as a draft.
lib/types/media-types.js
107

I'm returning some basic stats (speed, size and duration) but some are missing compared to ffmpeg implementation because I don't see much sense in collecting them. However I can add them if necessary (should be easy on Android, more complicated on iOS)

118

We don't have return code anymore but we throw exceptions

Looks much cleaner now

This revision is now accepted and ready to land.Mar 23 2025, 11:44 PM