Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit 8e6dc4c

Browse files
committed
fix(encoder): add func for preprocessor
1 parent 1c875da commit 8e6dc4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gnes/preprocessor/helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def get_video_length(video_path):
4444

4545
def split_mp4_random(video_path, avg_length, max_clip_second=10):
4646
import random
47-
4847
l = get_video_length(video_path)
4948
s = []
5049
num_part = max(int(l / avg_length), 2)

0 commit comments

Comments
 (0)