vkohaupt / vokoscreenNG

vokoscreenNG is a powerful screencast creator in many languages to record the screen, an area or a window (Linux only). Recording of audio from multiple sources is supported. With the built-in camera support, you can make your video more personal. Other tools such as systray, magnifying glass, countdown, timer, Showclick and Halo support will help
https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html
GNU General Public License v2.0
1.05k stars 91 forks source link

sorry, for building fail, I have another question about FFMPEG. #283

Open xkungxfu opened 10 months ago

xkungxfu commented 10 months ago

I am surely very very newbie. Now, I can't build this repo on windows with qt. I installed gstreamer and I modified my PRO file:

GStreamerDir=$$(GSTREAMER_1_0_ROOT_MINGW_X86_64)

GStreamerDir="I:\CXXTools\gstreamer\1.0\mingw_x86_64"

message("[vokoscreenNG] ------------------------------") message($${GStreamerDir}) message("[vokoscreenNG] ++++++++++++++++++++++++++++++")

INCLUDEPATH += $${GStreamerDir}\include\gstreamer-1.0

INCLUDEPATH += $${GStreamerDir}\include\glib-2.0 INCLUDEPATH += $${GStreamerDir}\lib\glib-2.0\include INCLUDEPATH += $${GStreamerDir}\include

LIBS += -L$${GStreamerDir}\bin LIBS += -L$${GStreamerDir}\lib\gstreamer-1.0 LIBS += -L$${GStreamerDir}\lib LIBS += -llibgstreamer-1.0 LIBS += -llibgstvideo-1.0 LIBS += -llibgstpbutils-1.0

LIBS += -llibglib-2.0 LIBS += -llibgobject-2.0 LIBS += -llibbz2 attention: I changed llibgstreamer-1.0-0 to llibgstreamer-1.0 and llibglib-2.0-0 to llibglib-2.0

eventhough I can't build it successfully.. a lot of errors reported .

so, can I use FFMPEG in command line to get same quality screen video like this repo?

vkohaupt commented 10 months ago

I do not understand what you want. On the one hand you want to build vokoscreenNG and on the other hand you ask if you can get the same results with ffmpeg.

If there are errors in building, please attach the error messages. For questions about ffmpeg please contact the ffmpeg team.