bvibber / OGVKit

Ogg and WebM media playback for iOS
MIT License
216 stars 67 forks source link

Encoder: support transcoding to MP4, include in example #213

Closed bvibber closed 4 years ago

bvibber commented 6 years ago

Support for encoding MP4, either through an OGVMuxer/OGV*Encoder set or just hooking it up to AVAssetWriter, would be very useful. Eg saving a video to your local camera roll.

Include suitable hooks and add another tab to the example app exercising them.