Fixes: Issue where video where rotated when using the To Mp4 scale 25% and 75% presets.
This commit is contained in:
parent
d6afefe01a
commit
231413dfd4
@ -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="" />
|
||||
|
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user