Skip to content

Commit

Permalink
Remove untested hardware acceleration methods
Browse files Browse the repository at this point in the history
  • Loading branch information
JVT038 committed Sep 8, 2024
1 parent 675c8e5 commit 192a4b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# For virtual environment
Lib*
lib
lib64
Scripts*
pyvenv.cfg

Expand Down
3 changes: 0 additions & 3 deletions metatube/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,9 @@ <h4 class="text-center">Download settings</h4>
<label for="#hardware_acceleration">Whether to use hardware acceleration with FFmpeg; if yes, select the desired method.</label>
<select class="custom-select" id="hardware_acceleration">
<option value="None">None</option>
<option value="amd">AMD AMF</option>
<option value="qsv">Intel Quick Sync</option>
<option value="omx">OpenMAX OMX</option>
<option value="nvenc">NVIDIA NVENC</option>
<option value="vaapi">Video Acceleration API (VAAPI)</option>
<option value="videotoolbox">Video Toolbox</option>
</select>
</div>
<div class="col d-none">
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mutagen==1.47.0
requests==2.31.0
yt-dlp==2024.7.1
requests==2.32.3
yt-dlp==2024.8.6
gevent==23.9.1
gevent-websocket==0.10.1
Flask==3.0.1
Expand All @@ -16,6 +16,6 @@ pytest==8.0.0
ffmpeg-python==0.2.0
youtube-search-python==1.6.6
spotipy==2.23.0
urllib3==2.1.0
urllib3==2.2.2
deezer-python==6.1.1
lyricsgenius==3.0.1

0 comments on commit 192a4b0

Please sign in to comment.