mirror of
https://github.com/facefusion/facefusion.git
synced 2026-09-27 17:51:45 +02:00
Fix merge edge cases
This commit is contained in:
@@ -81,7 +81,7 @@ def test_merge_video() -> None:
|
||||
merge_set =\
|
||||
[
|
||||
(get_test_example_file('target-240p.mp4'), 'libx264'),
|
||||
(get_test_example_file('target-240p.mp4'), 'libx265'),
|
||||
(get_test_example_file('target-240p.mp4'), 'rawvideo'),
|
||||
(get_test_example_file('target-240p.webm'), 'libx264')
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user