Skip to content

Commit e81b5af

Browse files
Fix portrait video sizing
1 parent 7bc02ff commit e81b5af

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

config/profile1/handbrake.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"PictureLeftCrop": 0,
3737
"PictureRightCrop": 0,
3838
"PictureTopCrop": 0,
39-
"PictureDARWidth": 608,
39+
"PictureDARWidth": 0,
4040
"PictureDeblockPreset": "off",
4141
"PictureDeblockTune": "medium",
4242
"PictureDeblockCustom": "",
@@ -61,10 +61,8 @@
6161
"PictureItuPAR": false,
6262
"PictureKeepRatio": true,
6363
"PicturePAR": "auto",
64-
"PicturePARWidth": 9,
65-
"PicturePARHeight": 16,
66-
"PictureWidth": 1920,
67-
"PictureHeight": 1080,
64+
"PicturePARWidth": 0,
65+
"PicturePARHeight": 0,
6866
"PictureUseMaximumSize": true,
6967
"PictureAllowUpscaling": false,
7068
"PictureForceHeight": 0,

0 commit comments

Comments
 (0)