Skip to content

Commit 51dd4b2

Browse files
committed
PV 编码默认设为 VP9
1 parent 210b7ec commit 51dd4b2

File tree

1 file changed

+1
-1
lines changed
  • MaiChartManager/Front/src/components/ImportCreateChartButton/ImportChartButton

1 file changed

+1
-1
lines changed

MaiChartManager/Front/src/components/ImportCreateChartButton/ImportChartButton/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const defaultSavedOptions = {
5656
version: 22001,
5757
disableBga: false,
5858
noScale: false,
59-
movieCodec: MOVIE_CODEC.PreferH264,
59+
movieCodec: MOVIE_CODEC.ForceVP9,
6060
}
6161

6262
export type TempOptions = typeof defaultTempOptions;

0 commit comments

Comments
 (0)