Skip to content

Commit 9214755

Browse files
committed
fix: use vid instead of hls for video dir name
1 parent ceaa1d8 commit 9214755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fn main() -> io::Result<()> {
7979

8080
let gen_hls = matches.is_present(Flags::Hls.as_str());
8181
if gen_hls {
82-
create_hls_encoding(&out.file_name, "hls", &path)?;
82+
create_hls_encoding(&out.file_name, "vid", &path)?;
8383
}
8484

8585
let gen_gif = matches.is_present(Flags::Gif.as_str());

0 commit comments

Comments
 (0)