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

Commit

Permalink
feat(audio): add preprocess and mfcc encoder for audio, update protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmyshin committed Aug 7, 2019
1 parent 2ee199e commit 208e193
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gnes/preprocessor/helper.py
Expand Up @@ -47,7 +47,6 @@ def get_video_length(video_path):

def get_video_length_from_raw(buffer_data):
import re
import datetime
ffmpeg_cmd = ['ffmpeg', '-i', '-', '-']
with sp.Popen(ffmpeg_cmd, stdin=sp.PIPE, stdout=sp.PIPE, stderr=sp.PIPE,
bufsize=-1, shell=False) as pipe:
Expand Down

0 comments on commit 208e193

Please sign in to comment.