minorityminor update
minor update
This commit is contained in:
parent
a3f88b6fd4
commit
6af02ed9f2
@ -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());
|
||||||
}
|
}
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user