grr
Former-commit-id: f1571c945d20cea5a543502d9a78b834e8169f97
This commit is contained in:
@@ -142,5 +142,5 @@ fn main() {
|
||||
#[get("/test_job/<jobset>")]
|
||||
fn test_job(jobset: String, shared: State<SharedState>) {
|
||||
let id = uuid::Uuid::new_v4();
|
||||
shared.jobs.lock().unwrap().insert(id, WUnit::new(id, jobset, workunit::WDesc::new("https://pomf.dodsorf.as/f/vz9dtl.mkv", "014", None, 90, (540, 960), None)));
|
||||
shared.jobs.lock().unwrap().insert(id, WUnit::new(id, jobset, workunit::WDesc::new("https://pomf.dodsorf.as/f/g91y5j.mkv", "014", None, 90, (540, 960), None)));
|
||||
}
|
||||
@@ -87,6 +87,7 @@ pub struct FffmpegO {
|
||||
pub crf: u8,
|
||||
pub b_v: String,
|
||||
pub lag_in_frames: u8,
|
||||
pub gop: Option<u16>,
|
||||
pub pix_fmt: String,
|
||||
pub tiles: String,
|
||||
pub speed: u8
|
||||
@@ -98,7 +99,8 @@ impl Default for FffmpegO {
|
||||
crf: 30,
|
||||
b_v: "0".to_string(),
|
||||
lag_in_frames: 35,
|
||||
pix_fmt: "yuv420p10le"
|
||||
gop: Option::None,
|
||||
pix_fmt: "yuv420p10le".to_string(),
|
||||
tiles: "1x1".to_string(),
|
||||
speed: 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user