Skip to content

Commit

Permalink
change lowest audio bitrate
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Sep 27, 2024
1 parent 056e565 commit 5982f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public class TRIFAGlobals

final static int HIGHER_GLOBAL_AUDIO_BITRATE = 64;
final static int NORMAL_GLOBAL_AUDIO_BITRATE = 20;
final static int LOWER_GLOBAL_AUDIO_BITRATE = 6;
final static int LOWER_GLOBAL_AUDIO_BITRATE = 8;

static int GLOBAL_VIDEO_BITRATE = NORMAL_GLOBAL_VIDEO_BITRATE; // this works nice: 2500;
static int GLOBAL_AUDIO_BITRATE = LOWER_GLOBAL_AUDIO_BITRATE; // allowed values: (xx>=6) && (xx<=510)
Expand Down

0 comments on commit 5982f42

Please sign in to comment.