Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Sunama/VEVideoEditor

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VEVideoEditor

Video Editor for iOS based from AV Foundation Framework.

Features

  • Add image layer to video
  • Merge multiple video
  • Change audio to video

Installation.

  1. Add All of Files in "VideoEditor/model" to your project.
  2. Add Above framework to your project.
  • AVFoundation.framework
  • CoreMedia.framework
  • CoreVideo.framework
  • MobileCoreServices.framework
  • MediaPlayer.framework

How to use

#include "VE.h"

//init VEVideoEditor with video file
VEVideoEditor *videoEditor = [[VEVideoEditor alloc] initWithURL:url];

//set preview view
[self.view addSubview:videoEditor.previewViewController.view];

//Add image to video
UIImageView *imageView = [[UIImageView alloc] initWithImage:image];
VEVideoComponent *component = [[VEVideoComponent alloc] initWithView:imageView];

component.presentTime = 0.f;
component.duration = videoEditor.duration;

[videoEditor.videoComposition addComponent:component];

//Export video
[videoEditor exportToURL:url];

if you still have any question, feel free to contact me: sunama.sukrit@gmail.com

About

Video Editor for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.