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
F5086506: D14480.id47491.diff
Sat, Mar 29, 7:58 PM
F5084860: D14480.id47556.diff
Sat, Mar 29, 3:06 PM
Unknown Object (File)
Fri, Mar 28, 9:14 PM
Unknown Object (File)
Thu, Mar 27, 11:20 PM
Unknown Object (File)
Thu, Mar 27, 10:39 PM
Unknown Object (File)
Thu, Mar 27, 7:56 PM
Unknown Object (File)
Thu, Mar 27, 2:37 PM
Unknown Object (File)
Thu, Mar 27, 11:10 AM
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 ↗(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