Update qbittorrent_worker.py

pull/109/head
midoks 6 years ago
parent cde61f1d2c
commit 4a6a01df13
  1. 2
      plugins/qbittorrent/workers/qbittorrent_worker.py

@ -130,7 +130,7 @@ class downloadBT(Thread):
def fg_transfer_mp4_cmd(self, sfile, dfile): def fg_transfer_mp4_cmd(self, sfile, dfile):
cmd = 'ffmpeg -y -i "' + sfile + \ cmd = 'ffmpeg -y -i "' + sfile + \
'" -threads 1 -crf 32 -c:v libx264 -strict -2 ' + dfile '" -threads 1 -preset veryslow -crf 28 -c:v libx264 -strict -2 ' + dfile
return cmd return cmd
def fg_transfer_ts_cmd(self, file, to_file): def fg_transfer_ts_cmd(self, file, to_file):

Loading…
Cancel
Save