Skip to content

Commit

Permalink
Disabled quicksync as it doesn't work with ASS
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Jul 14, 2024
1 parent 8ae9ff1 commit 99ce129
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lyrics_transcriber/transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,9 +762,6 @@ def create_video(self):
if "h264_videotoolbox" in ffmpeg_codes:
video_codec = "h264_videotoolbox"
self.logger.info(f"video codec set to hardware accelerated h264_videotoolbox")
elif "h264_qsv" in ffmpeg_codes:
video_codec = "h264_qsv"
self.logger.info(f"video codec set to hardware accelerated h264_qsv")

ffmpeg_cmd += [
# Use accompaniment track as audio
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lyrics-transcriber"
version = "0.16.2"
version = "0.16.3"
description = "Automatically create synchronised lyrics files in ASS and MidiCo LRC formats with word-level timestamps, using Whisper and lyrics from Genius and Spotify"
authors = ["Andrew Beveridge <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 99ce129

Please sign in to comment.