Themonospot-Gui-Qt
hman
Source i (link to git-repo or to original if based on someone elses unmodified work):
Other Video Apps:
© 2025 store.kde.org - The official KDE Store
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
4 Comments
Hello I have a problem compiling qgifer [ 45%] Building CXX object CMakeFiles/qgifer.dir/src/main.cpp.o In file included from /home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/build/ui_mainwindow.h:38:0, from /home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/mainwindow.h:32, from /home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/main.cpp:23: /home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/palettewidget.h: In member function ‘ColorMapObject* PaletteWidget::mapCopy()’: /home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/palettewidget.h:33:90: error: ‘MakeMapObject’ was not declared in this scope ColorMapObject* mapCopy() {return MakeMapObject(palette->ColorCount, palette->Colors);} ^ /home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/palettewidget.h: In member function ‘void PaletteWidget::clear()’: /home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/palettewidget.h:41:53: error: ‘FreeMapObject’ was not declared in this scope void clear() {if(palette) FreeMapObject(palette); palette = NULL; update();} ^ make[2]: *** [CMakeFiles/qgifer.dir/src/main.cpp.o] Error 1 make[1]: *** [CMakeFiles/qgifer.dir/all] Error 2 make: *** [all] Error 2 I'm using giflib 5.0.5 Thanks in advance for any help.
I cannot open any video file (avi, mp4, mkv) - codecs not supported... Only JPEG or YUV4 codecs. RIP!
Yep, this happens on Linux and that message also says that it supports only short videos encoded with other codecs than YUV or MJPEG. This restriction will be lifted when OpenCV will provide accurate search for MPEG4 on Linux. The solution is recoding your video or cutting the existing one using ffmpeg or something else.
Try libav for this. http://libav.org