Skip to content

Commit ac1a26f

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
updated changelog.rst
1 parent 2716306 commit ac1a26f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ History
66

77
All release highlights of this project will be documented in this file.
88

9+
4.4.38 - August 20, 2025
10+
________________________
11+
12+
**Updated**
13+
14+
- ``SAClient.create_project`` now supports template uploads for Multimodal projects with the addition of a new ``form`` parameter.
15+
- ``SAClient.upload_video_to_project`` should install ``ffmpeg-python`` manually for the function.
16+
- ``SAClient.upload_videos_from_folder_to_project`` should install ``ffmpeg-python`` manually for the function.
17+
18+
919
4.4.37 - July 18, 2025
1020
______________________
1121

src/superannotate/lib/core/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def get_video_rotate_code(video_path, log):
197197
}
198198
try:
199199
import ffmpeg
200+
200201
meta_dict = ffmpeg.probe(str(video_path))
201202
rot = int(meta_dict["streams"][0]["tags"]["rotate"])
202203
if rot:

0 commit comments

Comments
 (0)