Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Revert "Improve transcode audio quality"
Browse files Browse the repository at this point in the history
This reverts commit b32e00a.
  • Loading branch information
NextFire committed Feb 1, 2024
1 parent b5eabb4 commit 1976709
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/plugin/plg_video_transcoder/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ func hls_transcode(cachePath string, cacheName string) {
"-vf", fmt.Sprintf("scale=-2:%d", 720),
"-vcodec", "libx264",
"-preset", "veryfast",
"-acodec", "libfdk_aac",
"-vbr", "5",
"-acodec", "aac",
"-ab", "128k",
"-ac", "2",
"-pix_fmt", "yuv420p",
"-x264opts:0", "subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none",
"-f", "hls",
Expand Down

0 comments on commit 1976709

Please sign in to comment.