branchsbox/video-recordercancel
14 Commits over 0 Days - ∞cph!
Make AssetVideo a bit more modular, future proof
Add Camera.RenderToVideo
Allow in Video.AddFrame datalength to be more
Add AssetType.HasVideoThumbnails
Add Create Video button on model publisher
Add Camera,RenderToVideoAsync
Remove Dump Video Thumbnail stuff
AssetVideo timings, async
Added VideoWriter.FinishAsync
Add codec and container options to config
Add target frame rate to VideoWriter.Config
Fix timestamp default to -1
Lets use timespan here instead
Don't need InteropHandle
VideoRecorder is named VideoWriter, is public, Editor.Utility.CreateVideoWriter
Add temp context menu option to dump video thumb to show usage
Use VP9 with YUVA420P to encode with alpha
Add video thumb rendering to asset preview to test https://files.facepunch.com/layla/1b1411b1/test.mp4
Passing an invalid timestamp will use incremental frame count as the pts
Expose video recorder to managed
Basic ffmpeg video encoder