ytakzk / Fusuma

Instagram-like photo browser and a camera feature with a few line of code in Swift.
MIT License
2.46k stars 340 forks source link

how can I limit the video length to 10 seconds? #85

Open nalogowiec opened 8 years ago

nalogowiec commented 8 years ago

Guys, awesome work with fusuma, I'm deeply impressed! Can you give me a hint of how could I limit the video recording to 10 seconds max? It would be also cool to show how many seconds are left to the user, but that's just an extra feature... Thanks in advance! Best, Michal

cresouls commented 8 years ago

In FSVideoCameraView.swift, search for let totalSeconds and change its value to 10.0 I am also looking for the extra feature you have mentioned.

davidseek commented 7 years ago

that "extra feature" is pretty important. a timer of the total recorded time is mandatory...

ytakzk commented 7 years ago

@nalogowiec Let me think about that. This would be nice feature 👨‍🍳