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
[GL] Modify the FFMPeg recorder to be able to use it in SofaGLFW (#5862)
* Add a quiet option for some filesystem methods that only perform tests while keeping old behavior s default for compatibility
* Modify the FFMPeg recorder to be able to use it in SofaGLFW
* Quietly check for file exists
---------
Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
msg_warning("VideoRecorderFFMPEG")<< "ffmpeg hasn't been found automatically. Falling back to simply calling ffmpeg"<< extension <<" and hope that the OS finds it on its own. " ;
101
102
// Fallback to a relative FFMPEG (may be in system or exposed in PATH)
if ((viewport[2] != m_viewportWidth) || (viewport[3] != m_viewportHeight))
143
144
{
144
145
std::cout << "WARNING viewport changed during video capture from " << m_viewportWidth << "x" << m_viewportHeight << " to " << viewport[2] << "x" << viewport[3] << std::endl;
0 commit comments