diff --git a/av1an.py b/av1an.py index 4b8dde4..6a77a51 100755 --- a/av1an.py +++ b/av1an.py @@ -120,7 +120,6 @@ class Av1an: if self.args.video_filter != self.video_filter: self.video_filter = f' -vf {self.args.video_filter} ' - # Forcing FPS option if self.args.force_fps == 0: self.force_fps = '' @@ -147,7 +146,6 @@ class Av1an: # Returns number of workers that machine can handle with selected encoder - cpu = os.cpu_count() ram = round(virtual_memory().total / 2 ** 30)