Removed bad header fixup script.
[videoscripts/.git] / make_mkv
index 45ffb755a4533443c9a3166488fb262ef02731a3..042e38eaca0eed66ede829b9c8f4a05f8ddaf0eb 100755 (executable)
--- 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);
 ####################################################################################################