Skip to content

Commit

Permalink
default x264 preset
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Jan 15, 2024
1 parent 3fce6c1 commit 9b0309b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/qmltest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ shift

echo Testing ${QML}
export QT_LOGGING_RULES="qt.qml.binding.removal.info=true"
"${MEDIAFX}" --exitOnWarning --fps ${FRAMERATE} --size ${SIZE} --output "${OUTPUT}" --command "ffmpeg:-f mp4 -codec:v libx264 -x264opts cpu-independent -preset slower -tune ssim -threads 1" "${QML}" || exit 1
"${MEDIAFX}" --exitOnWarning --fps ${FRAMERATE} --size ${SIZE} --output "${OUTPUT}" --command "ffmpeg:-f mp4 -flags bitexact -codec:v libx264 -fflags bitexact -x264opts cpu-independent -threads 1" "${QML}" || exit 1
"${BASE}/../tools/framehash.sh" "${OUTPUT}" > "${OUTPUT}.framehash" || exit 1

# If framehash is different, then pixel difference each frame.
Expand Down

0 comments on commit 9b0309b

Please sign in to comment.