mirror of
https://github.com/hzwer/ECCV2022-RIFE.git
synced 2025-12-14 15:37:46 +01:00
Fix video writing thread
This commit is contained in:
@@ -278,7 +278,7 @@ if args.montage:
|
||||
else:
|
||||
write_buffer.put(lastframe)
|
||||
|
||||
write_buffer.put(frame)
|
||||
write_buffer.put(None)
|
||||
|
||||
import time
|
||||
while(not write_buffer.empty()):
|
||||
|
||||
Reference in New Issue
Block a user