Skip to content

Commit

Permalink
Fixed CRF
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigal committed Dec 29, 2023
1 parent 9a5555c commit 1214a70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ffmpeg.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func buildUpscalingParams(anime Anime, resolution Resolution, shader Shader, out
"-c:a", "copy", // Copy all audio streams without re-encoding
"-c:s", "mov_text", // Force re-encoding subtitles with mov_text codec for compatibility reasons
"-map", "0", // Map all streams
"-crf", "0", // Set Constant Rate Factor (CRF) to 0 for better video quality
)

if !settings.CompatibilityMode {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
g "github.com/AllenDang/giu"
)

const version = "1.0.8"
const version = "1.0.8-hotfix1"

var (

Expand Down

0 comments on commit 1214a70

Please sign in to comment.