{"id":18270382,"url":"https://github.com/carsonmcdonald/iOSVideoCameraMultiStitchExample","last_synced_at":"2025-04-05T01:30:33.443Z","repository":{"id":7069913,"uuid":"8355883","full_name":"carsonmcdonald/iOSVideoCameraMultiStitchExample","owner":"carsonmcdonald","description":"Example of recording then stitching together multiple video segments taken from the camera of an iOS device.","archived":false,"fork":false,"pushed_at":"2013-10-12T14:52:32.000Z","size":148,"stargazers_count":188,"open_issues_count":3,"forks_count":40,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-27T15:22:10.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carsonmcdonald.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-22T11:07:30.000Z","updated_at":"2024-06-12T08:44:18.000Z","dependencies_parsed_at":"2022-07-30T10:08:09.206Z","dependency_job_id":null,"html_url":"https://github.com/carsonmcdonald/iOSVideoCameraMultiStitchExample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsonmcdonald%2FiOSVideoCameraMultiStitchExample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsonmcdonald%2FiOSVideoCameraMultiStitchExample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsonmcdonald%2FiOSVideoCameraMultiStitchExample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsonmcdonald%2FiOSVideoCameraMultiStitchExample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carsonmcdonald","download_url":"https://codeload.github.com/carsonmcdonald/iOSVideoCameraMultiStitchExample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276022,"owners_count":20912285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:38:33.634Z","updated_at":"2025-04-05T01:30:33.074Z","avatar_url":"https://github.com/carsonmcdonald.png","language":"Objective-C","readme":"MultiVidCam\n===========\n\n*work in progress*\n\nThis is an example of taking multiple videos using the video camera on an iOS\ndevice then stitching those video segments together into one output file.\n\nWhen you save a video it is saved to your camera roll.\n\nCode Structure\n==============\n\nThe two main classes that do the heavy lifting for the video capture and \nprocessing are:\n\n**VideoCameraInputManager** - Pulls together the input sources and manages the \nrecording session. Allows for pausing and resuming video recording. Keeps track \nof the total runtime of all the segements of video created by pausing and resuming.\n\n**AVAssetStitcher** - Stitches together multiple input videos and generate a single \nmpeg4 output. Along the way it applies a CGAffineTransform to each video segment.\n\nConfiguration Options\n=====================\n\nYou can adjust the min/max recording times by modifying the following lines in \nRecordingViewController.m:\n\n```\n#define MAX_RECORDING_LENGTH 6.0\n#define MIN_RECORDING_LENGTH 2.0\n```\n\nYou can change the recording preset by modifying the following line\ninRecordingViewController.m:\n\n```\n#define CAPTURE_SESSION_PRESET AVCaptureSessionPreset640x480\n```\n\nYou can adjsut the initial input capture device by modifying the following\nline in RecordingViewController.m:\n\n```\n#define INITIAL_CAPTURE_DEVICE_POSITION AVCaptureDevicePositionBack\n```\n\nYou can adjust the initial mode of the torch by modifying the following line\nin the RecordingViewController.m:\n\n```\n#define INITIAL_TORCH_MODE AVCaptureTorchModeOff\n```\n\nLicense\n=======\n\nMIT, see the LICENSE file.\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarsonmcdonald%2FiOSVideoCameraMultiStitchExample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarsonmcdonald%2FiOSVideoCameraMultiStitchExample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarsonmcdonald%2FiOSVideoCameraMultiStitchExample/lists"}