Code_Man Posted April 9 Posted April 9 I noticed there used to be a feature to record videos ogg in t3d, i have no idea if it works or not, i never got around messing with it. Just the other day i installed openshot and discovered the magic of video editing, i would like to combine that success with my achivements in t3d. What is the status of video capture subsystem in t3d and has as anyone used it before to make videos? Right now id be pretty happy if you could just take videos, but i think there is lots of potential for video making and im curious how far i can take it. Share any suggestions or ideas on the matter, t3d makes for great visual technology, if anyone ever used it as such tell me about it. Quote
Azaezel Posted April 10 Posted April 10 Well,I can certainly say guiTheoraCtrl still works. tested that about a week or so back. *capture* wise though given the check of function vidCap(%startstop) { if (%startstop) startVideoCapture(Canvas,"data/recordings/rec.ogg"); else stopVideoCapture(); } started yelling about https://github.com/TorqueGameEngines/Torque3D/blob/cdaa6533b2aeba4a5bdcbbe0add902b4c8fae5a9/Engine/source/gfx/video/videoCapture.cpp#L99 seems like there'll need to be some dx/gl specific re-implementation. maybe based on the still working screenshot code? Quote
Code_Man Posted April 13 Author Posted April 13 Found https://reference.torque3d.org/coding/class/classvideocapture/#classvideocapture_1a6a80b08bcec34f70cb88c5d0a2673203 but i dont know the tscript api and controls and binds used. I have almost no leftovers from before 4.0.3 except all the content i ported, including binds it think, but i will check again. Hope it gets worked on, it sure could go a long way if it could be used to make movies. Quote
Azaezel Posted April 13 Posted April 13 right. For clarity, it looks like someone would need to writeup up a directx and opengl specific derivative of a https://github.com/search?q=repo%3ATorqueGameEngines%2FTorque3D VideoFrameGrabber&type=code similar to how https://github.com/search?q=repo%3ATorqueGameEngines%2FTorque3D ScreenShot&type=code operates Quote
fLUnKnhaXYU Posted April 15 Posted April 15 EXCELLENT QUESTION Code_Man ! am I correct to discern that the video capture isn't actually working at the present ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.