webvfx
webvfx copied to clipboard
Video effects engine based on web technologies.
Good day! I am an occasional kdenlive user. And I was always missing the ability to do some quick test animations and pseudo-3d transformations I had the experience doing in...
compilation error: content_context.cpp:85:89: error: ‘class QString’ has no member named ‘toAscii’
pt -isystem /usr/include/qt5/QtCore -I../build/release/.moc/webvfx -I/usr/lib64/qt5/mkspecs/linux-g++ -o ../build/release/.obj/webvfx/content_context.o content_context.cpp content_context.cpp: In member function ‘QUrl WebVfx::ContentContext::getImageUrl(const QString&)’: content_context.cpp:85:89: error: ‘class QString’ has no member named ‘toAscii’ return QUrl::fromEncoded(QString("image://webvfx/%1/%2").arg(name).arg(renderCount).toAscii(), ^ Makefile.Release:344: recipe for...