X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=mkv_extract_chapter;h=273484b82c7ed0cb299e39d8f3ff5303e5fe36bd;hb=HEAD;hp=ca3321561205cff894acfc4917ff594b2c066164;hpb=cb660ed1efe9806045d753d02e5c0b656919d639;p=videoscripts%2F.git diff --git a/mkv_extract_chapter b/mkv_extract_chapter index ca33215..273484b 100755 --- a/mkv_extract_chapter +++ b/mkv_extract_chapter @@ -39,7 +39,7 @@ use Getopt::Std; #################################################################################################### # Configuration parameters - CHANGE THESE TO SUITE YOUR NEEDS my $ffmpeg=`which ffmpeg`; chomp($ffmpeg); -my $tmpfile = `tempfile`; chomp($tmpfile); +my $tmpfile = `mktemp`; chomp($tmpfile); #################################################################################################### ####################################################################################################