Finally added the ability to transcode videos
This commit is contained in:
@ -2,10 +2,10 @@ use std::fs;
|
||||
use std::path::Path;
|
||||
|
||||
pub struct Repository {
|
||||
base_dir: String,
|
||||
ingest_dir: String,
|
||||
archive_dir: String,
|
||||
output_dir: String,
|
||||
pub base_dir: String,
|
||||
pub ingest_dir: String,
|
||||
pub archive_dir: String,
|
||||
pub output_dir: String,
|
||||
}
|
||||
|
||||
impl Repository {
|
||||
|
Reference in New Issue
Block a user