You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your library to great success in visualizing, but I need to save the rendered frames to a video. I saw the examples but I am unable to understand how to utilize them, I only want to take the frames I now render in a window and save them to a video file instead. From what I understand the current SimpleRecord example needs some input file, or is there something I'm missing about how to use streams?
I was unable to find any previous questions or issues which addressed my problem, unfortunately.
Cheers for all/any help!
The text was updated successfully, but these errors were encountered:
I have been working from one of the examples included in the project, SimpleDisplay with CreateWindowAndBind which seemed perfect when beginning, from my very limited understanding the SimpleVideo example needs an input video to actually render the frames, which I don't want or have for that matter.
I have been scouring the old releases and saw that RecordOnRender used to exists, which seems to have been perfect for my use case, was the functionality completely removed or substituted with something else? Should one use the OpenGl API to the ´videoOutput`?
Might be a tad important I am using the Python bindings.
Sorry for what might be an obvious question, completely new to anything OpenGL and much is very abstract for me to follow.
Yeah, sorry, I couldn't think of a way to keep that method whilst separating the display and video stuff into different components. This is about the biggest API break over the last version (or two). You can use the SaveWindowOnRender method to create images which you can then combine with a standard ffmpeg command line, or you can manually plumb the window saving logic in there to Pangolins Video API. Ideally there would be a convenience method to do that, but I've been wanting to simplify the video API a little and don't want to introduce a method that will then disappear again.
Hi!
I am using your library to great success in visualizing, but I need to save the rendered frames to a video. I saw the examples but I am unable to understand how to utilize them, I only want to take the frames I now render in a window and save them to a video file instead. From what I understand the current SimpleRecord example needs some input file, or is there something I'm missing about how to use streams?
I was unable to find any previous questions or issues which addressed my problem, unfortunately.
Cheers for all/any help!
The text was updated successfully, but these errors were encountered: