aboutsummaryrefslogtreecommitdiff
path: root/media-video/ffcat/files/ffcat
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/ffcat/files/ffcat')
-rwxr-xr-xmedia-video/ffcat/files/ffcat2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffcat/files/ffcat b/media-video/ffcat/files/ffcat
index 972058f..caf40cc 100755
--- a/media-video/ffcat/files/ffcat
+++ b/media-video/ffcat/files/ffcat
@@ -63,7 +63,7 @@ X
63 close L; 63 close L;
64 64
65 die "Cannot run ffmpeg: $!" unless $pid = open3($W,$F,$F, 65 die "Cannot run ffmpeg: $!" unless $pid = open3($W,$F,$F,
66 $has_ffmpeg, "-f", 'concat', "-i", $list, @copy, '-y', $output); 66 $has_ffmpeg, '-f', 'concat', '-safe', '0', '-i', $list, @copy, '-y', $output);
67} elsif ($has_mp4box) { 67} elsif ($has_mp4box) {
68 my @args = (); 68 my @args = ();
69 for ( @ARGV ) { 69 for ( @ARGV ) {