Update qbittorrent_worker.py

pull/5/head
Mr Chen 6 years ago
parent 8ac906f11e
commit dddf0edb26
  1. 2
      plugins/qbittorrent/workers/qbittorrent_worker.py

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

Loading…
Cancel
Save