More edge case testing
This commit is contained in:
@@ -211,10 +211,10 @@ def merge_video(target_path : str, temp_video_fps : Fps, output_video_resolution
|
||||
temp_file_path = get_temp_file_path(target_path)
|
||||
temp_frames_pattern = get_temp_frames_pattern(target_path, '%08d')
|
||||
|
||||
if output_file_format in [ 'm4v', 'mkv', 'mp4' ] and output_video_encoder == 'rawvideo':
|
||||
if output_file_format == 'm4v':
|
||||
output_video_encoder = 'libx264'
|
||||
|
||||
if output_file_format == 'm4v':
|
||||
if output_file_format in [ 'mkv', 'mp4' ] and output_video_encoder == 'rawvideo':
|
||||
output_video_encoder = 'libx264'
|
||||
|
||||
if output_file_format == 'mov' and output_video_encoder == 'libvpx-vp9':
|
||||
|
||||
Reference in New Issue
Block a user