Try a convert vs stream function instead for video conversion.

This commit is contained in:
Tom Alexander
2024-11-17 21:29:42 -05:00
parent c2f1a0db1c
commit 5c823f3353
10 changed files with 114 additions and 280 deletions

View File

@@ -6,6 +6,8 @@ dagger {
exec.prestart += "/usr/local/bin/jail_netgraph_bridge start cloak ${name} 192.168.1.0/24";
exec.poststop += "sleep 10; /usr/local/bin/jail_netgraph_bridge stop cloak ${name}";
devfs_ruleset = 15;
mount.devfs;
mount.fstab = "/etc/fstab.${name}";
exec.start += "/bin/sh /etc/rc";