aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:19 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:19 +0000
commitd4e9a30ae19013327072ea1eeff1d25d136edec4 (patch)
treee5c68640c4d8a4d915bb3c6d08313c7ff6b38a95
parentbc43b87c90b7ed73c9a5637014b18b0fdbc0eb2e (diff)
downloadyoubroketheinternet-overlay-d4e9a30ae19013327072ea1eeff1d25d136edec4.tar.gz
youbroketheinternet-overlay-d4e9a30ae19013327072ea1eeff1d25d136edec4.zip
fine details about ffcat and dmc
-rwxr-xr-xmedia-video/ffcat/files/ffcat2
-rwxr-xr-xsys-fs/dmc/files/dmc2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffcat/files/ffcat b/media-video/ffcat/files/ffcat
index ab8bdaf..972058f 100755
--- a/media-video/ffcat/files/ffcat
+++ b/media-video/ffcat/files/ffcat
@@ -85,7 +85,7 @@ while ( <$F> ) {
85 print RED, $_, RESET; 85 print RED, $_, RESET;
86 print "$start% of $1 = ", $start * $1 / 100, "...\n" if $start < 100; 86 print "$start% of $1 = ", $start * $1 / 100, "...\n" if $start < 100;
87 exit; 87 exit;
88 } elsif ( /error/i ) { 88 } elsif ( /error|Unsafe|permitted/i ) {
89 die $_; 89 die $_;
90 ## ffmpeg 90 ## ffmpeg
91 } elsif ( /^video:(\d+)kB audio:(\d+)kB .* muxing overhead/ ) { 91 } elsif ( /^video:(\d+)kB audio:(\d+)kB .* muxing overhead/ ) {
diff --git a/sys-fs/dmc/files/dmc b/sys-fs/dmc/files/dmc
index 8bdb772..7b82f36 100755
--- a/sys-fs/dmc/files/dmc
+++ b/sys-fs/dmc/files/dmc
@@ -136,7 +136,7 @@ sub unmount {
136 chomp $pid; 136 chomp $pid;
137 print "\t{shutting down recollindex $pid}\n"; 137 print "\t{shutting down recollindex $pid}\n";
138 kill 'INT', $pid; 138 kill 'INT', $pid;
139 sleep 1; 139 sleep 2;
140 } 140 }
141 } 141 }
142 } 142 }