<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="Windows Mail 17.5.9600.20911">
<style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoNormal, li.MsoNormal, div.MsoNormal {
margin:0in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, 
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, 
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style>
</head>
<body dir="ltr">
<div data-externalstyle="false" dir="ltr" style="font-family: 'Calibri', 'Segoe UI', 'Meiryo', 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'sans-serif';font-size:12pt;">
<div style="font-size: 11pt;">Hello Guys,</div>
<div style="font-size: 11pt;">I’m using ffmpeg with libx265.</div>
<div style="font-size: 11pt;">I’d like to make an mp4 from a mkv and resize it.</div>
<div style="font-size: 11pt;"><br>
</div>
<div style="font-size: 11pt;">It worked with 1280 width:</div>
<div style="font-size: 11pt;">ffmpeg -i input.mkv -c:v libx265 -preset fast -x265-params crf=20 -vf scale=1280:-1 -c:a copy -y output.mp4</div>
<div style="font-size: 11pt;"><br>
</div>
<div style="font-size: 11pt;">It fails with 1920:</div>
<div style="font-size: 11pt;">ffmpeg -i input.mkv -c:v libx265 -preset fast -x265-params crf=20 -vf scale=1920:-1 -c:a copy -y output.mp4</div>
<div style="font-size: 11pt;"><br>
</div>
<div style="font-size: 11pt;">x265 error: picture height must be an integer multiple of the specified chroma subsampling.</div>
<div style="font-size: 11pt;"><br>
</div>
<div style="font-size: 11pt;">Can you help me with this error?</div>
<div style="font-size: 11pt;"><br>
</div>
<div style="font-size: 11pt;">Thanks, </div>
<div style="font-size: 11pt;"><br>
</div>
<div style="font-size: 11pt;">Zsolt</div>
<div style="font-size: 11pt;"><br>
</div>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1">FIGYELMEZTETÉS:<br>
"Ez az e-mail bizalmas információkat tartalmaz kizárólag a címzett(ek) számára. Amennyiben Ön nem címzettje ennek az e-mail-nek, felhívjuk figyelmét arra, hogy az e-mail tartalmának közzététele, másolása, illetéktelenek számára való továbbítása, megőrzése vagy
 bármilyen hasonló tevékenység tilos és törvénybe ütköző."<br>
</font>
</body>
</html>