#web-page #video #html #website #discord #twitter #basic

app video_web_page_generator

使用 Rust 编写的简单工具,可以从其他网站创建嵌入视频的 HTML 页面,用于 Discord 和 Twitter。

5 个版本

0.2.1 2022 年 5 月 22 日
0.2.0 2022 年 5 月 22 日
0.1.2 2022 年 5 月 22 日
0.1.1 2022 年 5 月 22 日
0.1.0 2022 年 5 月 22 日

#52#web-page

GPL-2.0 许可协议

13KB
131

Video Web Page Generator

使用 Rust 编写的简单工具,可以从其他网站创建嵌入视频的 HTML 页面,用于 Discord 和 Twitter。

徽章

Crates.io Crates.io GitHub Workflow Status

用法

video_web_page_generator
Create a quick and easy Twitter and Discord compliant page to embed videos in those platforms. Make
sure the video file and the resulting .html file are both in the url location you specifiy

USAGE:
    video_web_page_generator.exe [OPTIONS] --height <HEIGHT> --width <WIDTH> <PATH>

ARGS:
    <PATH>    The path to video file

OPTIONS:
    -h, --height <HEIGHT>
            The height of the video in pixels

        --help
            Print help information

    -o, --out <OUT>
            The html file to output [default: ./index.html]

    -p, --poster <POSTER>
            The path to a jpeg or png file you want to use as the video's thumbnail (Required for
            AV1 videos to work in Discord) [default: ]

    -t, --title <TITLE>
            The title for the page [default: ]

    -u, --url <URL>
            The url where the video will be stored (with trailing /) [default:
            https://buymymojo.net/Video/]

    -v, --video-description <VIDEO_DESCRIPTION>
            The description for the video [default: ]

    -w, --width <WIDTH>
            The width of the video in pixels

安装

使用 cargo 进行安装

  cargo install video_web_page_generator

使用 cargo 从 GitHub 安装

  git clone https://github.com/BuyMyMojo/video-web-page-generator.git
  cd video-web-page-generator
  cargo install --path ./

依赖项

~3MB
~60K SLoC