mirror of
https://github.com/facefusion/facefusion.git
synced 2026-06-07 13:13:53 +02:00
remove output_video_fps argument from merge_video()
This commit is contained in:
@@ -105,11 +105,12 @@ def test_merge_video() -> None:
|
||||
|
||||
for target_path in target_paths:
|
||||
for output_video_encoder in output_video_encoders:
|
||||
state_manager.init_item('output_video_fps', 25.0)
|
||||
state_manager.init_item('output_video_encoder', output_video_encoder)
|
||||
create_temp_directory(target_path)
|
||||
extract_frames(target_path, (452, 240), 25.0, 0, 1)
|
||||
|
||||
assert merge_video(target_path, target_path, 25.0, (452, 240), 25.0, 0, 1) is True
|
||||
assert merge_video(target_path, target_path, 25.0, (452, 240), 0, 1) is True
|
||||
|
||||
clear_temp_directory(target_path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user