azunre commited on
Commit
c25888c
·
verified ·
1 Parent(s): 6d7c6cb

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +2 -2
pipeline.py CHANGED
@@ -335,5 +335,5 @@ def calculate_speed_factor(video_duration, audio_duration):
335
  """
336
  Calculate the speed factor to align audio with video.
337
  """
338
- #return audio_duration / video_duration
339
- return 1
 
335
  """
336
  Calculate the speed factor to align audio with video.
337
  """
338
+ return audio_duration / video_duration
339
+ #return 1