Page MenuHomePhabricator

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

Authored by angelika on Thu, Mar 20, 4:47 AM.
Tags
None
Referenced Files
F5770647: D14480.id47491.diff
Mon, Apr 14, 8:26 PM
Unknown Object (File)
Sun, Apr 13, 5:18 AM
Unknown Object (File)
Sun, Apr 13, 12:12 AM
Unknown Object (File)
Fri, Apr 11, 8:41 AM
Unknown Object (File)
Thu, Apr 10, 8:33 PM
Unknown Object (File)
Thu, Apr 10, 1:58 PM
Unknown Object (File)
Thu, Apr 10, 11:07 AM
Unknown Object (File)
Thu, Apr 10, 7:29 AM
Subscribers

Details

Summary
Test Plan

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

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

angelika held this revision as a draft.
lib/types/media-types.js
107 ↗(On Diff #47491)

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 ↗(On Diff #47491)

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

Looks much cleaner now

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