We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.log
1 parent d77fe00 commit a0cbccdCopy full SHA for a0cbccd
bin/query-handbrake-log
@@ -137,7 +137,7 @@ HERE
137
File.foreach(log) do |line|
138
found = true if not found and line =~ /^HandBrake/
139
count += 1
140
- fail "not a HandBrake-generated `.log` file: #{log}" if count > 5 and not found
+ fail "not a HandBrake-generated `.log` file: #{log}" if count > 10 and not found
141
duration_line = line if duration_line.nil? and line =~ /\+ duration: /
142
rate_line = line if line =~ /\+ frame rate: /
143
0 commit comments