mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
removed spaces
This commit is contained in:
parent
ce3a860fa7
commit
2cb3307176
1 changed files with 0 additions and 2 deletions
2
av1an.py
2
av1an.py
|
@ -120,7 +120,6 @@ class Av1an:
|
||||||
if self.args.video_filter != self.video_filter:
|
if self.args.video_filter != self.video_filter:
|
||||||
self.video_filter = f' -vf {self.args.video_filter} '
|
self.video_filter = f' -vf {self.args.video_filter} '
|
||||||
|
|
||||||
|
|
||||||
# Forcing FPS option
|
# Forcing FPS option
|
||||||
if self.args.force_fps == 0:
|
if self.args.force_fps == 0:
|
||||||
self.force_fps = ''
|
self.force_fps = ''
|
||||||
|
@ -147,7 +146,6 @@ class Av1an:
|
||||||
|
|
||||||
# Returns number of workers that machine can handle with selected encoder
|
# Returns number of workers that machine can handle with selected encoder
|
||||||
|
|
||||||
|
|
||||||
cpu = os.cpu_count()
|
cpu = os.cpu_count()
|
||||||
ram = round(virtual_memory().total / 2 ** 30)
|
ram = round(virtual_memory().total / 2 ** 30)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue