Fixes: Issue where video where rotated when using the To Mp4 scale 25% and 75% presets.

This commit is contained in:
Adrien Allard 2025-02-17 11:56:13 +01:00
parent d6afefe01a
commit 231413dfd4
2 changed files with 3 additions and 2 deletions

View File

@ -718,7 +718,7 @@
<Settings Key="VideoQuality" Value="30" />
<Settings Key="VideoEncodingSpeed" Value="Medium" />
<Settings Key="VideoScale" Value="0.75" />
<Settings Key="VideoRotation" Value="90" />
<Settings Key="VideoRotation" Value="0" />
<Settings Key="AudioBitrate" Value="155" />
<Settings Key="EnableFFMPEGCustomCommand" Value="False" />
<Settings Key="FFMPEGCustomCommand" Value="" />
@ -949,7 +949,7 @@
<Settings Key="VideoQuality" Value="30" />
<Settings Key="VideoEncodingSpeed" Value="Medium" />
<Settings Key="VideoScale" Value="0.25" />
<Settings Key="VideoRotation" Value="90" />
<Settings Key="VideoRotation" Value="0" />
<Settings Key="AudioBitrate" Value="155" />
<Settings Key="EnableFFMPEGCustomCommand" Value="False" />
<Settings Key="FFMPEGCustomCommand" Value="" />

View File

@ -11,6 +11,7 @@
- New: Korean translation (thanks to Alanimdeo).
- New: Vietnamese translation (thanks to vrykolakas166).
- New: Russian translation (thanks to iliamak).
- Fixes: Issue where video where rotated when using the To Mp4 scale 25% and 75% presets.
- Fixes: Hebrew translation issues (thanks to AshiVered).
- Fixes: Traditional Chinese translation issues (thanks to NeKoOuO and PeterDaveHello).
- Tech: Update ffmpeg to v7.1 and ImageMagick to v14.4 (issue #527).