Skip to content
Snippets Groups Projects
Commit 44e5fff1 authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

WorkflowRenderer: Remember Video Settings


Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent 648ed77d
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,11 @@ WorkflowRenderer::startRenderToFile( const QString& outputFileName, quint32 widt
double fps, const QString& ar,
quint32 vbitrate, quint32 abitrate )
{
m_width = width;
m_height = height;
m_outputFps = fps;
m_aspectRatio = ar;
initFilters();
setupRenderer( width, height, fps, ar );
m_sourceRenderer->setOutputFile( qPrintable( outputFileName ) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment