servo: lemmy: pict-rs: port the media-enable-full-video -> media-video-allow-audio CLI flag
This commit is contained in:
@@ -80,6 +80,6 @@ in {
|
|||||||
"${lib.getBin pict-rs}/bin/pict-rs run"
|
"${lib.getBin pict-rs}/bin/pict-rs run"
|
||||||
"--media-video-max-frame-count" (builtins.toString (30*60*60))
|
"--media-video-max-frame-count" (builtins.toString (30*60*60))
|
||||||
"--media-process-timeout 120"
|
"--media-process-timeout 120"
|
||||||
"--media-enable-full-video true" # allow audio
|
"--media-video-allow-audio" # allow audio
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user