File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python3
2+ # -*- coding: utf-8 -*-
3+
4+ """
5+ plugins.nvenc.py
6+
7+ Written by: Josh.5 <jsunnex@gmail.com>
8+ Date: 16 Dec 2025, (09:36 AM)
9+
10+ Copyright:
11+ Copyright (C) 2021 Josh Sunnex
12+
13+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General
14+ Public License as published by the Free Software Foundation, version 3.
15+
16+ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
17+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18+ for more details.
19+
20+ You should have received a copy of the GNU General Public License along with this program.
21+ If not, see <https://www.gnu.org/licenses/>.
22+
23+ """
24+
125import logging
226import re
327import subprocess
You can’t perform that action at this time.
0 commit comments