Update qbittorrent_worker.py

pull/5/head
midoks 6 years ago
parent 7096a65591
commit 4b72cd448d
  1. 2
      plugins/qbittorrent/workers/qbittorrent_worker.py

@ -122,7 +122,7 @@ class downloadBT(Thread):
def fg_m3u8_cmd(self, ts_file, m3u8_file, to_file):
cmd = 'ffmpeg -i ' + ts_file + ' -c copy -map 0 -f segment -segment_list -bsf:v h264_mp4toannexb ' + \
ts_file + ' -segment_time 5 ' + to_file
m3u8_file + ' -segment_time 5 ' + to_file
return cmd
def ffmpeg(self, file=''):

Loading…
Cancel
Save