Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Ai128474
/
Hajime
like
1
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
main
Hajime
/
video_render.h
Ai128474
Create video_render.h
0a4b735
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
152 Bytes
#
pragma
once
#
include
<vector>
#
include
<string>
void
save_video
(
const
std
::
vector
<
std
::
string
>& frame_paths,
const
std
::
string
& output_file,
int
fps)
;