Skip to content

Commit

Permalink
crf 22
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikvedvik committed Oct 25, 2023
1 parent b8e13d3 commit 12aaa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/transcode/video.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func VideoH264(input common.VideoInput, cb ffmpeg.ProgressCallback) (*common.Vid
"-g", "48",
"-pix_fmt", "yuv420p",
"-x264opts", "no-scenecut",
"-crf", "21",
"-crf", "22",
"-write_tmcd", "0",
)
case "libx265":
Expand Down

0 comments on commit 12aaa4d

Please sign in to comment.