disable chop, not really working yet

This commit is contained in:
j 2018-08-13 21:26:24 +02:00
parent 708f3d8927
commit 40f5de20d2
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ def chop(video, start, end, subtitles=None):
fd.write(subtitles)
else:
subtitles_f = None
if ext == '.mp4' and settings.CHOP_SUPPORT:
if False and ext == '.mp4' and settings.CHOP_SUPPORT:
Chop(video, choped_video, start, end, subtitles_f)
if subtitles_f:
os.unlink(subtitles_f)