FIX 对其音视频长度
This commit is contained in:
parent
d982c68332
commit
d12f6599f1
|
|
@ -336,6 +336,10 @@ class VideoChangeFPS:
|
|||
loguru.logger.warning(f"音视频长度未对齐!视频长度: {final_video_dur:.3f}s, 音频长度: {final_audio_dur:.3f}s")
|
||||
else:
|
||||
loguru.logger.success(f"处理成功!视频长度: {final_video_dur:.3f}s, 音频长度: {final_audio_dur:.3f}s")
|
||||
try:
|
||||
os.remove(output_temp)
|
||||
except:
|
||||
pass
|
||||
return (output,)
|
||||
except:
|
||||
traceback.print_exc()
|
||||
|
|
|
|||
Loading…
Reference in New Issue