All Projects → cdpenggod → Cdpvideoeditor

cdpenggod / Cdpvideoeditor

An video editor,can trim a video or compose two video, and export video to the library.Details see demo.

Projects that are alternatives of or similar to Cdpvideoeditor

Goguru
GoGuru is a Golang plugin for SublimeText 3 that integrates the Go guru tool.
Stars: ✭ 78 (-14.29%)
Mutual labels:  editor
Linker
workflow editor library
Stars: ✭ 85 (-6.59%)
Mutual labels:  editor
Spritemate
spritemate is a browser based sprite editor for the Commodore 64
Stars: ✭ 89 (-2.2%)
Mutual labels:  editor
Xpiks
Cross-Platform Image Keywording Software for microstock photographers and illustrators
Stars: ✭ 81 (-10.99%)
Mutual labels:  editor
Fmacs
Emacs clone in Forth.
Stars: ✭ 84 (-7.69%)
Mutual labels:  editor
Multihack Web
Realtime collaboration for programmers. (Web Version)
Stars: ✭ 85 (-6.59%)
Mutual labels:  editor
Insert
A (potentially) great code editor for iOS, targeting the iPad. Likely written in Swift.
Stars: ✭ 74 (-18.68%)
Mutual labels:  editor
Tiptap
The headless editor framework for web artisans.
Stars: ✭ 13,629 (+14876.92%)
Mutual labels:  editor
Hypermd
A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
Stars: ✭ 1,258 (+1282.42%)
Mutual labels:  editor
Omniawrite
A text editor engineered for creative writing.
Stars: ✭ 88 (-3.3%)
Mutual labels:  editor
Weditor
🍋支持多人协作的 富文本 编辑器
Stars: ✭ 82 (-9.89%)
Mutual labels:  editor
Vscode Ppa
Visual Studio Code PPA
Stars: ✭ 83 (-8.79%)
Mutual labels:  editor
Xamlviewer
XAML Viewer is a lightweight XAML editor.
Stars: ✭ 87 (-4.4%)
Mutual labels:  editor
Omnia
Stars: ✭ 81 (-10.99%)
Mutual labels:  editor
Develnext
JavaFX and IDE for JPHP (only russian localization, english - in progress)
Stars: ✭ 89 (-2.2%)
Mutual labels:  editor
Gistlyn
Run Roslyn Gists
Stars: ✭ 75 (-17.58%)
Mutual labels:  editor
Sketchpad
Sketchpad is fully customisable collaborative whiteboard plugin written in pure JavaScript.
Stars: ✭ 85 (-6.59%)
Mutual labels:  editor
Yavide
Modern C/C++ integrated development environment
Stars: ✭ 1,306 (+1335.16%)
Mutual labels:  editor
Texstudio
TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
Stars: ✭ 1,300 (+1328.57%)
Mutual labels:  editor
Kodeweave
HTML/CSS/JS and Markdown Playground For Web Designers and Developers
Stars: ✭ 87 (-4.4%)
Mutual labels:  editor

CDPVideoEditor视频编辑

An video editor,can trim a video or compose two video, and export video to the library.Details see demo.

Simple instructions

Trim an video视频剪切

+(void)trimWithVideoUrl:(NSURL *)videoUrl start:(CGFloat)startTime end:(CGFloat)endTime completion:(void(^)(BOOL success,NSString *error,AVAsset *asset))block;

Compose two video视频合并

+(void)composeWithOriginalVideoUrl:(NSURL *)originalVideoUrl otherVideoUrl:(NSURL *)otherVideoUrl completion:(void(^)(BOOL success,NSString *error,AVAsset *asset,AVMutableAudioMix *audioMix,AVMutableVideoComposition *videoComposition))block;

Add watermark to video视频添加水印

+(void)addWatermarkWithVideoUrl:(NSURL *)videoUrl image:(UIImage *)image frame:(CGRect)frame completion:(void(^)(BOOL success,NSString *error,AVAsset *asset,AVMutableVideoComposition *videoComposition))block;

Add music to video视频添加改变背景乐

+(void)addAudioWithVideoUrl:(NSURL *)videoUrl audioUrl:(NSURL *)audioUrl keepOriginAudio:(BOOL)keepOriginAudio completion:(void(^)(BOOL success,NSString *error,AVAsset *asset,AVMutableAudioMix *audioMix,AVMutableVideoComposition *videoComposition))block;

Compressed and Export video视频压缩导出

+(void)exportWithVideoUrl:(nonnull NSURL *)videoUrl saveToLibrary:(BOOL)isSave exportQuality:(CDPVideoEditorExportQuality)exportQuality;

Write an video to photo library视频导出到本地照片库

+(void)writeVideoToPhotoLibrary:(nonnull NSURL *)url;

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].