All Projects → dbof10 → Bitmp4

dbof10 / Bitmp4

Licence: apache-2.0
Convert bitmaps to video

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bitmp4

trex
TRex, a fast multi-animal tracking system with markerless identification, and 2D estimation of posture and visual fields.
Stars: ✭ 46 (+15%)
Mutual labels:  video-recording
Libva
Libva is an implementation for VA-API (Video Acceleration API)
Stars: ✭ 305 (+662.5%)
Mutual labels:  video-recording
Server
CasparCG Server is a Windows and Linux software used to play out professional graphics, audio and video to multiple outputs. It has been in 24/7 broadcast production since 2006. Ready-to-use downloads are available under the Releases tab https://casparcg.com.
Stars: ✭ 572 (+1330%)
Mutual labels:  video-recording
RecordVideo
视频录制 以前在github上找的项目 稍微改了下 可以直接使用 demo是以module的形式引入比较方便
Stars: ✭ 43 (+7.5%)
Mutual labels:  video-recording
Puppetcam
Export puppeteer tab as webm video
Stars: ✭ 279 (+597.5%)
Mutual labels:  video-recording
Gpuvideo Android
This library apply video filter on generate an Mp4 and on ExoPlayer video and Video Recording with Camera2.
Stars: ✭ 403 (+907.5%)
Mutual labels:  video-recording
SCNRecorder
The best way to record your AR experience!
Stars: ✭ 136 (+240%)
Mutual labels:  video-recording
Ios tips
iOS的一些示例,持续更新中:1、AVFoundation 高仿微信相机拍摄和编辑 2、AVFoundation 人脸检测、实时滤镜、音视频编解码、GPUImage框架的使用等音视频相关内容 3、OpenGLES 4、LeetCode算法练习 5、iOS Crash防护和APM监控 6、WKWebView相关的内容 等........
Stars: ✭ 896 (+2140%)
Mutual labels:  video-recording
Server
The Kaltura Platform Backend. To install Kaltura, visit the install packages repository.
Stars: ✭ 293 (+632.5%)
Mutual labels:  video-recording
Sysdvr
Stream switch games to your PC via USB or network
Stars: ✭ 523 (+1207.5%)
Mutual labels:  video-recording
SJRecordVideo
record video and export. 短视频录制. 自由定制录制时间. 支持横竖屏录制&暂停&对焦&本地选取.
Stars: ✭ 32 (-20%)
Mutual labels:  video-recording
Android Kotlin Conference Videos
🎥 Recorded session from Android and Kotlin oriented conferences
Stars: ✭ 279 (+597.5%)
Mutual labels:  video-recording
Pluradl.py
Automated download of Pluralsight courses
Stars: ✭ 406 (+915%)
Mutual labels:  video-recording
laav
Asynchronous Audio / Video Library for H264 / MJPEG / OPUS / AAC / MP2 encoding, transcoding, recording and streaming from live sources
Stars: ✭ 50 (+25%)
Mutual labels:  video-recording
Obs Studio
OBS Studio - Free and open source software for live streaming and screen recording
Stars: ✭ 34,115 (+85187.5%)
Mutual labels:  video-recording
webcam-glass
Cross-platform tool for making video tutorials and video conferencing, blending the webcam over the screen.
Stars: ✭ 16 (-60%)
Mutual labels:  video-recording
Rdvideoeditsdk For Android
Android Video Editing SDK; Android Video Edit SDK: Video Cut, Video Join, Video Watermark, Video Subtitle, Video Rotate...
Stars: ✭ 343 (+757.5%)
Mutual labels:  video-recording
Aws Scalable Big Blue Button Example
Demonstration of how to deploy a scalable video conference solution based on Big Blue Button
Stars: ✭ 29 (-27.5%)
Mutual labels:  video-recording
Ltvideorecorder
A demo project demonstrating how to add filter, drawing, and text to a video
Stars: ✭ 16 (-60%)
Mutual labels:  video-recording
Platform Install Packages
Official deployment packages to install the Kaltura platform on a server or cluster environments using native OS package managers
Stars: ✭ 436 (+990%)
Mutual labels:  video-recording

Bitmp4

Release

Usage

In this example, we record a gif content and export to a video file. For more information, please check out the sample app.

Basic setup:

 val encoder = MP4Encoder()
     encoder.setFrameDelay(50)
     encoder.setOutputFilePath(exportedFile.path)
     encoder.setOutputSize(ivRecord.width, ivRecord.width)

API:

 startExport()
 
 stopExport()
 
 addFrame(bitmap) //called intervally

Download

While we are working on Bintray support, Bitmp4 is available via Jitpack.

Gradle:
repositories {
    // ...
    maven { url "https://jitpack.io" }
}

implementation 'com.github.dbof10:Bitmp4:0.1.1'

Apps using Bitmp4

Live Message

License

Copyright 2021 Ctech Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].