mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Merge pull request #208 from n9Mtq4/fix/fpr_1chunk
Zero pad first pass file with 1 chunk
This commit is contained in:
commit
4ba9807131
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ def segment_first_pass(temp, framenums):
|
|||
# special case for only 1 scene
|
||||
# we don't need to do anything with the log
|
||||
if len(framenums) == 0:
|
||||
write_first_pass_log(os.path.join(temp, "split", "0_fpf.log"), stats)
|
||||
write_first_pass_log(os.path.join(temp, "split", "00000_fpf.log"), stats)
|
||||
return
|
||||
|
||||
eos_stats = stats[-1] # EOS stats is the last one
|
||||
|
|
Loading…
Reference in a new issue