From a448da465337ddf22fd46980d0791caa3a4c44fe Mon Sep 17 00:00:00 2001 From: vorozhkog Date: Wed, 4 Jun 2025 17:05:08 +0100 Subject: [PATCH 1/6] Add codecs info to video gui --- import_to_project/video/01_quick.md | 21 ++++++++++++--------- import_to_project/video/08_agent_files.md | 3 +++ import_to_project/video/09_team_files.md | 3 +++ 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/import_to_project/video/01_quick.md b/import_to_project/video/01_quick.md index db7cce2..c45ddea 100644 --- a/import_to_project/video/01_quick.md +++ b/import_to_project/video/01_quick.md @@ -13,13 +13,16 @@ When uploading to an existing project, Supervisely will automatically validate a Video formats: .avi, .mp4, .3gp, .flv, .webm, .wmv, .mov, .mkv -Annotation formats: - -Videos | -Supervisely | -DAVIS (coming soon) | -MOT (coming soon) - - -
+ Codecs: + Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio). + + Annotation formats: + + Videos | + Supervisely | + DAVIS (coming soon) | + MOT (coming soon) + + +
diff --git a/import_to_project/video/08_agent_files.md b/import_to_project/video/08_agent_files.md index 9299174..189ff0e 100644 --- a/import_to_project/video/08_agent_files.md +++ b/import_to_project/video/08_agent_files.md @@ -18,6 +18,9 @@ When uploading to an existing project, Supervisely will automatically validate a Video formats: .avi, .mp4, .3gp, .flv, .webm, .wmv, .mov, .mkv +Codecs: +Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio). + Annotation formats: Videos | diff --git a/import_to_project/video/09_team_files.md b/import_to_project/video/09_team_files.md index 40f783d..7936dec 100644 --- a/import_to_project/video/09_team_files.md +++ b/import_to_project/video/09_team_files.md @@ -15,6 +15,9 @@ When uploading to an existing project, Supervisely will automatically validate a Video formats: .avi, .mp4, .3gp, .flv, .webm, .wmv, .mov, .mkv +Codecs: +Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio). + Annotation formats: Videos | From afb6387ed0dc4b343c91312385ec80d82c3d1cc4 Mon Sep 17 00:00:00 2001 From: vorozhkog Date: Wed, 4 Jun 2025 17:13:35 +0100 Subject: [PATCH 2/6] fix indentation --- import_to_project/video/01_quick.md | 4 +++- import_to_project/video/08_agent_files.md | 4 +++- import_to_project/video/09_team_files.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/import_to_project/video/01_quick.md b/import_to_project/video/01_quick.md index c45ddea..95d4618 100644 --- a/import_to_project/video/01_quick.md +++ b/import_to_project/video/01_quick.md @@ -14,7 +14,9 @@ When uploading to an existing project, Supervisely will automatically validate a .avi, .mp4, .3gp, .flv, .webm, .wmv, .mov, .mkv Codecs: - Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio). + + Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio) + Annotation formats: diff --git a/import_to_project/video/08_agent_files.md b/import_to_project/video/08_agent_files.md index 189ff0e..a4e8b64 100644 --- a/import_to_project/video/08_agent_files.md +++ b/import_to_project/video/08_agent_files.md @@ -19,7 +19,9 @@ When uploading to an existing project, Supervisely will automatically validate a .avi, .mp4, .3gp, .flv, .webm, .wmv, .mov, .mkv Codecs: -Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio). + + Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio) + Annotation formats: diff --git a/import_to_project/video/09_team_files.md b/import_to_project/video/09_team_files.md index 7936dec..52f3c58 100644 --- a/import_to_project/video/09_team_files.md +++ b/import_to_project/video/09_team_files.md @@ -16,7 +16,9 @@ When uploading to an existing project, Supervisely will automatically validate a .avi, .mp4, .3gp, .flv, .webm, .wmv, .mov, .mkv Codecs: -Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio). + + Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio) + Annotation formats: From 8d93c75dcbefc6d1390a4f59fe2674688d796f85 Mon Sep 17 00:00:00 2001 From: vorozhkog Date: Wed, 4 Jun 2025 17:16:36 +0100 Subject: [PATCH 3/6] add break --- import_to_project/video/01_quick.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/import_to_project/video/01_quick.md b/import_to_project/video/01_quick.md index 95d4618..9b9ebba 100644 --- a/import_to_project/video/01_quick.md +++ b/import_to_project/video/01_quick.md @@ -13,6 +13,8 @@ When uploading to an existing project, Supervisely will automatically validate a Video formats: .avi, .mp4, .3gp, .flv, .webm, .wmv, .mov, .mkv +

+ Codecs: Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio) From 773704031a8db79c22af78c67619bef801af2770 Mon Sep 17 00:00:00 2001 From: vorozhkog Date: Wed, 4 Jun 2025 17:17:48 +0100 Subject: [PATCH 4/6] remove break --- import_to_project/video/01_quick.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/import_to_project/video/01_quick.md b/import_to_project/video/01_quick.md index 9b9ebba..95d4618 100644 --- a/import_to_project/video/01_quick.md +++ b/import_to_project/video/01_quick.md @@ -13,8 +13,6 @@ When uploading to an existing project, Supervisely will automatically validate a Video formats: .avi, .mp4, .3gp, .flv, .webm, .wmv, .mov, .mkv -

- Codecs: Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio) From e9e490ff23e47cea7feef36743e8390829b26a4b Mon Sep 17 00:00:00 2001 From: vorozhkog Date: Wed, 4 Jun 2025 17:20:30 +0100 Subject: [PATCH 5/6] add div --- import_to_project/video/01_quick.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/import_to_project/video/01_quick.md b/import_to_project/video/01_quick.md index 95d4618..dd59610 100644 --- a/import_to_project/video/01_quick.md +++ b/import_to_project/video/01_quick.md @@ -10,6 +10,7 @@ Drag and drop files, folders or an archive. Supervisely will automatically detec When uploading to an existing project, Supervisely will automatically validate and merge classes, tags, and annotations.
+
Video formats: .avi, .mp4, .3gp, .flv, .webm, .wmv, .mov, .mkv @@ -17,6 +18,7 @@ When uploading to an existing project, Supervisely will automatically validate a Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio) +
Annotation formats: From b08629bb9620dfcde50282e830c3f3f4815dfeeb Mon Sep 17 00:00:00 2001 From: vorozhkog Date: Wed, 4 Jun 2025 17:20:50 +0100 Subject: [PATCH 6/6] remove div --- import_to_project/video/01_quick.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/import_to_project/video/01_quick.md b/import_to_project/video/01_quick.md index dd59610..95d4618 100644 --- a/import_to_project/video/01_quick.md +++ b/import_to_project/video/01_quick.md @@ -10,7 +10,6 @@ Drag and drop files, folders or an archive. Supervisely will automatically detec When uploading to an existing project, Supervisely will automatically validate and merge classes, tags, and annotations.
-
Video formats: .avi, .mp4, .3gp, .flv, .webm, .wmv, .mov, .mkv @@ -18,7 +17,6 @@ When uploading to an existing project, Supervisely will automatically validate a Any codec is supported; videos are automatically converted to H.264 (video) and AAC (audio) -
Annotation formats: