diff --git a/assign5/assign5.md b/assign5/assign5.md index 39a43442c661fb7a077465bd670a2a6458aa1234..7bc70e21f81992c39b7307ede410c7743f20f6c9 100644 --- a/assign5/assign5.md +++ b/assign5/assign5.md @@ -277,5 +277,6 @@ You may do at most one of these two bonus tasks. Each 15 pts, redeemable on fina though I suggest using Firebase Storage. Note that the Spark plan has a 1GB monthly limit of both storage and data transfer, so I suggest you keep your videos under 5MB. The [AVCaptureSessionPresetLow](https://developer.apple.com/documentation/avfoundation/avcapturesessionpreset640x480) preset might be appropriate. -- Resize or otherwise modify existing video in your app. +- Upload video into your app, resize or otherwise modify it, and write + it back out. I suggest using Firebase Storage as your destination.