All Projects → Chman → FrameCapture

Chman / FrameCapture

Licence: MIT license
A simple frame-by-frame capture tool for Unity to record perfectly smooth, supersampled replays or cinematics.

Programming Languages

C#
18002 projects
ShaderLab
938 projects

Projects that are alternatives of or similar to FrameCapture

Torchfunc
PyTorch functions and utilities to make your life easier
Stars: ✭ 177 (+195%)
Mutual labels:  recording
castty
A CLI tool to record audio-enabled screencasts of your terminal, for the web.
Stars: ✭ 109 (+81.67%)
Mutual labels:  recording
midi-recorder
🎹 The easiest way to record MIDI. No install. Automatically records.
Stars: ✭ 38 (-36.67%)
Mutual labels:  recording
Detoxrecorder
Detox Recorder is a utility for recordings steps for a Detox test as you use your app in Simulator. After recording the test, add expectations that check if interface elements are in the expected state.
Stars: ✭ 179 (+198.33%)
Mutual labels:  recording
OBS Settings Manager
Backup your OBS Studio profiles and manage them in an easy, user friendly way.
Stars: ✭ 20 (-66.67%)
Mutual labels:  recording
Oreka
Enterprise telephony recording and retrieval system with web based user interface.
Stars: ✭ 20 (-66.67%)
Mutual labels:  recording
Tlog
Terminal I/O logger
Stars: ✭ 170 (+183.33%)
Mutual labels:  recording
vcr.js
Mock server with Proxy and Record support inspired by ruby VCR.
Stars: ✭ 41 (-31.67%)
Mutual labels:  recording
drachtio-siprec-recording-server
SIPREC recording server based on drachtio and rtpengine
Stars: ✭ 58 (-3.33%)
Mutual labels:  recording
uos
United Open-libraries of Sound. United procedures for open-source audio libraries. For FPC/Lazarus/fpGUI/MSEgui.
Stars: ✭ 112 (+86.67%)
Mutual labels:  recording
Opencast
The free and open source solution for automated video capture and distribution at scale.
Stars: ✭ 194 (+223.33%)
Mutual labels:  recording
Recorder
html5 js 录音 mp3 wav ogg webm amr 格式,支持pc和Android、ios部分浏览器、和Hybrid App(提供Android IOS App源码),微信也是支持的,提供H5版语音通话聊天示例 和DTMF编解码
Stars: ✭ 2,891 (+4718.33%)
Mutual labels:  recording
SVisual
Monitoring and record(save) of data for Arduino and STM32
Stars: ✭ 21 (-65%)
Mutual labels:  recording
Scrcast
Drop-in Android Screen Recording Library
Stars: ✭ 178 (+196.67%)
Mutual labels:  recording
rdScreenRecordSDK-for-Windows
Windows录屏SDK
Stars: ✭ 19 (-68.33%)
Mutual labels:  recording
Avfoundationrecorder
Swift audio recorder using AVFoundation
Stars: ✭ 174 (+190%)
Mutual labels:  recording
react-native-recording
React Native audio recording module used for DSP with Android + iOS
Stars: ✭ 86 (+43.33%)
Mutual labels:  recording
Media-Recorder-API-Demo
An implementation of the MediaStream Recording API
Stars: ✭ 122 (+103.33%)
Mutual labels:  recording
txproto
Scriptable multimedia sandbox. Captures, streams and records from a variety of sources.
Stars: ✭ 68 (+13.33%)
Mutual labels:  recording
YoutubeLiveChannelRecorder
Records YouTube live streams and Semi-Working TWITCH live streams for given channels automatically.
Stars: ✭ 15 (-75%)
Mutual labels:  recording

FrameCapture

A simple frame-by-frame capture tool for Unity to record perfectly smooth, supersampled replays or cinematics. Best used in the editor.

Tested with Unity 5.6+.

Instructions

Copy the FrameCapture folder into your project and add the component to the camera you wish to capture. The component will start recording as soon as it's enabled and will stop once disabled. Frames will be saved in your project folder (next to Assets and ProjectSettings) and will be numbered properly (a new folder will be created for each capture session).

Settings:

  • Frame Rate: Sets a desired framerate for the capture (the game timestep will be fixed to 1.0 / frameRate for the duration of the recording, regardless of real time and the time required to render a frame).
  • Samples: The number of samples to use for a relatively-cheap, temporal-like anti-aliasing filter. Higher means better quality. Set to 1 to disable the filter.
  • Supersample: Renders each frame at twice the original resolution and downscale them back. Very expensive, but also very high quality.

Maximum quality can be achieved by pushing Samples to 16 and enabling Supersample.

License

MIT (see LICENSE.txt)

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].