Skip to content

Commit

Permalink
Update makederiv
Browse files Browse the repository at this point in the history
changed -qmin and -qmax values
  • Loading branch information
CSchloss385 authored Sep 10, 2024
1 parent 3681e07 commit 01d358e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makederiv
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ while [[ "${@}" != "" ]] ; do
MIDDLEOPTIONS+=(-c:v mpeg2video)
MIDDLEOPTIONS+=(-intra_vlc 1)
MIDDLEOPTIONS+=(-non_linear_quant 1)
MIDDLEOPTIONS+=(-qmin 1)
MIDDLEOPTIONS+=(-qmin 5)
MIDDLEOPTIONS+=(-dc 10)
MIDDLEOPTIONS+=(-lmin QP2LAMBDA)
MIDDLEOPTIONS+=(-ps 1)
Expand All @@ -410,7 +410,7 @@ while [[ "${@}" != "" ]] ; do
MIDDLEOPTIONSXDCAM+=(-vtag xd5b)
MIDDLEOPTIONSXDCAM+=(-aspect 16:9)
MIDDLEOPTIONSXDCAM+=(-q:v 1)
MIDDLEOPTIONSXDCAM+=(-qmax 8)
MIDDLEOPTIONSXDCAM+=(-qmax 23)
MIDDLEOPTIONSXDCAM+=(-g 15)
MIDDLEOPTIONSXDCAM+=(-bf 2)
MIDDLEOPTIONSXDCAM+=(-b:v 50M)
Expand Down

0 comments on commit 01d358e

Please sign in to comment.