Fix audio range in restore audio
This commit is contained in:
@@ -160,7 +160,7 @@ def restore_audio(target_path : str, output_path : str, trim_frame_start : int,
|
||||
output_audio_encoder = state_manager.get_item('output_audio_encoder')
|
||||
output_audio_quality = state_manager.get_item('output_audio_quality')
|
||||
output_audio_volume = state_manager.get_item('output_audio_volume')
|
||||
target_video_fps = detect_video_fps(state_manager.get_item('target_path'))
|
||||
target_video_fps = detect_video_fps(target_path)
|
||||
temp_file_path = get_temp_file_path(target_path)
|
||||
temp_video_duration = detect_video_duration(temp_file_path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user