X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=make_mkv;h=042e38eaca0eed66ede829b9c8f4a05f8ddaf0eb;hb=c67ee10afd440a0f4eae901512b614e7d8c7deea;hp=45ffb755a4533443c9a3166488fb262ef02731a3;hpb=ffe1f69dcb8d98356599086af7e60dbffcf9e018;p=videoscripts%2F.git diff --git a/make_mkv b/make_mkv index 45ffb75..042e38e 100755 --- a/make_mkv +++ b/make_mkv @@ -23,7 +23,7 @@ my $ffmpeg=`which ffmpeg`; chomp($ffmpeg); my $tmpfile = `tempfile`; chomp($tmpfile); my $chapter_file = $tmpfile; my $input_file_options = "-S"; -my $output_file_options = "--chapters $chapter_file"; +my $output_file_options = "--chapters $chapter_file --compression -1:none"; my $timezone = `cat /etc/timezone`; chomp($timezone); ####################################################################################################