diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 6940f2f95..ab958f3b0 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/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=''):