FFmpegRecord(std::filesystem::path file, glm::ivec2 resolution, uint8_t fps, std::string preset="slow", std::string profile="high", uint8_t crf=0, uint8_t cq=0, uint8_t qp=0, std::string codecName="libx264", uint32_t max_b_frames=0, uint32_t gop_size=1, uint32_t bitrate=2000000)
Construct a new FFmpeg based Record from a file path, resolution and fps.
Definition ffmpegRecord.h:45
glm::vec< L, float, glm::qualifier::highp > vec
Definition commandLine.h:214