I have an iPhone app that streams video to our Wowza server.
I'd like to implement a new feature that collects my video frames and on completion, saves that recording to a local folder, which will be specially titled and stored in the device's photo album. I have explored AVAssetWriter and UISaveVideoAtPathToSavedPhotosAlbum, but I am not sure how to create a new folder (if there isn't one already) and save the videos there.
A high level answer or code example will work.