File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
src/superannotate/lib/core Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 66
77All 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+
9194.4.37 - July 18, 2025
1020______________________
1121
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments