lacyrhoades / SceneKit2Video

Demo project: High-def video output from SCNKit
MIT License
70 stars 15 forks source link

[Proposal] Add output url option. #3

Open noppefoxwolf opened 7 years ago

noppefoxwolf commented 7 years ago

The user can specify any output URL.

Like this.

var options = VideoRendererOptions()
options.sceneDuration = scene.duration
options.videoSize = CGSize(width: 1280, height: 720)
options.fps = 60
options.outputUrl = outputUrl