Update qbittorrent_worker.py

pull/109/head
Mr Chen 6 years ago
parent b947b561ca
commit fbfcd7cadb
  1. 3
      plugins/qbittorrent/workers/qbittorrent_worker.py

@ -129,7 +129,8 @@ class downloadBT(Thread):
return FILE_TO + '/m3u8/' + dirname
def fg_transfer_mp4_cmd(self, sfile, dfile):
cmd = 'ffmpeg -y -i "' + sfile + '" -threads 1 -c:v libx264 -strict -2 ' + dfile
cmd = 'ffmpeg -y -i "' + sfile + \
'" -threads 1 -crf 32 -c:v libx264 -strict -2 ' + dfile
return cmd
def fg_transfer_ts_cmd(self, file, to_file):

Loading…
Cancel
Save