The swiss army knife of lossless video/audio editing
-
Updated
May 20, 2022 - JavaScript
{{ message }}
The swiss army knife of lossless video/audio editing
cross-platform (Qt), open-source (GPLv3) video editor
Free open-source non-linear video editor
Slick, declarative command line video editing & API
Android上基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,变速,添加LOGO,添加滤镜,添加背景音乐,加速减速视频,倒放音视频。 The video processing framework based on FFmpeg developed on Android is simple, easy to use, and small in size, helping users quickly realize video processing functions. Contains the following functions: editing, cropping, rotating, mirroring, merging, separating, variable speed, adding LOGO, adding filters, adding background music, accelerating and decelerating video, rewinding audio and video.
一个基于node.js的高速视频制作库 A fast video processing library based on node.js
A modern yet simple multi-platform video cutter and joiner.
一款Android视频编辑项目,功能有视频拍摄,视频裁剪,视频滤镜,视频压缩
Android-Video-Trimmer项目实现了对长短视频进行片段的裁剪选择。使用MediaMetadataRetriever获取视频帧,采用ffmpeg进行视频裁剪,和视频压缩。
This library generate an Mp4 movie using Android MediaCodec API and apply filter, scale, trim, transcode, crop, timeScale, mute and rotate Mp4.
Android Video Editing SDK; Android Video Edit SDK: Video Cut, Video Join, Video Watermark, Video Subtitle, Video Rotate...
Native Video editor : Video trim, Audio, Video merge, Slow and fast motion, Text and image, etc...
UI and Automation to cut, filter and join high quality webms, mp4s or gifs.
金山云短视频编辑SDK Android版本,合成速度快,支持抖动、冲击波、灵魂出窍等特效滤镜 Short video editor SDK powered by KSYUN, which makes it easy to capture, create, view, edit and share your clips and playback anywhere
ios video editor sdk .include functions: cut, crop picture in picture; Animation, Filter, Effect, Transition, audioLayer , videoLayer, stick, add logo, delogo, overlay, video composition, gif layer scale, move, rotate, opacity, like tiktok video editor. key-frame-animation
API based Online Video Editing using FFMPEG & NodeJs for Backend Editing
iOS Video Edit SDK; iOS Video Edit SDK: Video Cut, Video Join, Video Watermark, Video Subtitle, Video Rotate...
HTML video editor with FFmpeg
FLUTTER API: Video Editor allows trim, crop, rotate and scale video with a super flexible UI Design
クロスプラットフォームで動作する動画編集ソフトウェアです。
YiVideoEditor is a library for rotating, cropping, adding layers (watermark) and as well as adding audio (music) to the videos.
Browser-based video editing software.
Trim mode for mpv — Turn mpv into Lossless Audio / Video Editor
android video editor advance sdk .include functions: cut, crop picture in picture; Animation, Filter, Effect, Transition, audioLayer , videoLayer, stick, add logo, delogo, overlay, video composition, gif layer scale, move, rotate, opacity, like tiktok video editor.
A system of 3 programs that collects clips automatically from Twitch, lets you edit videos and combine clips, and puts them together into a compilation video ready to be uploaded straight to any social media platform. Full VPS support is provided, along with an accounts system so multiple users can use the bot at once.
Rebaslight - an easy to use special effects editor
iOS 采集,录制,实时滤镜,存储相册,视频编辑,音视频合成
Add a description, image, and links to the video-editor topic page so that developers can more easily learn about it.
To associate your repository with the video-editor topic, visit your repo's landing page and select "manage topics."
In line 4 of image.ts, the type
ImageOptionsis set to be the same asVisualOptions, when it really should be the same asVisualSourceOptions.VisualSourceOptionsincludes necessary fields for visual layers with an HTML element as its source. We just need to use this type instead ofVisualOptions.