minorityminor update

minor update
This commit is contained in:
Vladimir Golubev 2023-03-31 18:52:37 +03:00
parent a3f88b6fd4
commit 6af02ed9f2
3 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
void screenRecoder(std::string file_video) void screenRecoder(std::string file_video)
{ {
std::string command = "ffmpeg -f gdigrab -framerate 30 -i desktop -c:v libx264 -preset ultrafast -tune zerolatency -crf 25 -pix_fmt yuv420p " + ("C:\\Users\\" + (std::string)std::getenv("USERNAME") + "\\Documents\\vos.team\\" + file_video); std::string command = "ffmpeg -f gdigrab -framerate 60 -i desktop -c:v libx264 -preset ultrafast -tune zerolatency -crf 25 -pix_fmt yuv420p " + ("C:\\Users\\" + (std::string)std::getenv("USERNAME") + "\\Documents\\vos.team\\" + file_video);
system(command.c_str()); system(command.c_str());
} }

View File

@ -1,4 +1,4 @@
#include "Include/Overlay.h" #include "Include/stdafx.h"
LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{ {