Skip to content

smarttransit-ai/html_to_video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import html_to_video.html_to_video as htov

with open('./override-fade.js', 'r') as f:
    script = f.read()

htov.create_video_from_htmls(
    plot_files, 
    './results/videos/video.avi', 
    script_to_append=script,
    append_inplace=True,
    fps=5,
    post_render_wait=0.3
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published