Commit graph

4646 commits

Author SHA1 Message Date
Roy Nieterau
fa1820ab97 Merge branch '989-ay-7315_extract-review-and-oiio-transcode-failing-to-transcode-media-blocking-publishes-2' of https://github.com/BigRoy/ayon-core into 989-ay-7315_extract-review-and-oiio-transcode-failing-to-transcode-media-blocking-publishes-2 2025-05-19 11:19:05 +02:00
Roy Nieterau
b8ea018b43 Clarify exception 2025-05-19 11:18:37 +02:00
Roy Nieterau
72895df6ae Match variable name more with captured exception 2025-05-19 11:16:52 +02:00
Roy Nieterau
9f3faa0e46
Merge branch 'develop' into 989-ay-7315_extract-review-and-oiio-transcode-failing-to-transcode-media-blocking-publishes-2 2025-05-17 15:48:03 +02:00
Roy Nieterau
7fa192229c Improve docstring 2025-05-17 15:47:50 +02:00
Roy Nieterau
44dc1ea99e Include message of the original raised error 2025-05-17 15:43:41 +02:00
Roy Nieterau
afbf2c8848 Refactor UnknownRGBAChannelsError -> MissingRGBAChannelsError 2025-05-17 15:40:54 +02:00
Roy Nieterau
a093e1e9c9 Merge branch '989-ay-7315_extract-review-and-oiio-transcode-failing-to-transcode-media-blocking-publishes-2' of https://github.com/BigRoy/ayon-core into 989-ay-7315_extract-review-and-oiio-transcode-failing-to-transcode-media-blocking-publishes-2 2025-05-17 15:39:23 +02:00
Roy Nieterau
90070bc8ef Merge remote-tracking branch 'origin/bugfix/transcode_ignore_conversion_on_unknown_channel' into 989-ay-7315_extract-review-and-oiio-transcode-failing-to-transcode-media-blocking-publishes-2
# Conflicts:
#	client/ayon_core/lib/transcoding.py
2025-05-17 15:39:00 +02:00
Jakub Ježek
4574ed4d3f
Merge branch 'develop' into bugfix/colorspace-fallback-type-error 2025-05-14 16:33:24 +02:00
Jakub Jezek
9b8229fa81
Fixes: Uses correct fallback data key
The code now uses the correct key ("fallback_type") to access the
fallback type from the configuration data, ensuring the correct config
path is retrieved when no product is found.
2025-05-14 16:29:49 +02:00
Jakub Jezek
f5f1452872
Fixes ffmpeg seek argument
Corrects the ffmpeg command-line argument for specifying the seek position. It changes from '--ss' to '-ss', which is the correct flag.
2025-05-14 10:20:21 +02:00
Jakub Jezek
d01afd073a
Simplifies debug log message
Removes unnecessary f-string formatting in a debug log message
within the thumbnail extraction process. This simplifies the
log output and improves readability.
2025-05-13 16:06:53 +02:00
Jakub Ježek
4fd344dc5a
Merge branch 'develop' into bugfix/AY-7730_thumbnail-creation-for-single-frame-video_1249 2025-05-13 16:03:42 +02:00
Roy Nieterau
82b6837dc2
Merge branch 'develop' into 989-ay-7315_extract-review-and-oiio-transcode-failing-to-transcode-media-blocking-publishes-2 2025-05-13 15:55:16 +02:00
Roy Nieterau
2d7bd487ba Allow review/transcoding of more channels, like "Y", "XYZ", "AR", "AG", "AB" 2025-05-13 15:40:40 +02:00
Petr Kalis
72360e55fe
Merge branch 'develop' into enhancement/fill_gaps_in_extract_review 2025-05-13 12:48:43 +02:00
Jakub Ježek
e4f14aba30
Merge branch 'develop' into AY-7447_plate-review-video-quality-encoding-is-too-poor_1232 2025-05-12 14:58:12 +02:00
Jakub Ježek
2ac35d6dd8
Apply suggestions from code review
Co-authored-by: Robin De Lillo <robin@ynput.io>
2025-05-12 14:57:42 +02:00
Jakub Jezek
9791fda4f6
Applied suggestions from @iLLiCiTiT
Ensures that any generated thumbnail files that are empty
are removed to prevent issues with subsequent processing
or storage.
2025-05-12 14:02:45 +02:00
Jakub Jezek
f0be8cd877
Applied suggestions from @iLLiCiTiT
Simplifies the ffmpeg command construction by moving the seek position argument to the beginning of the command list if a seek position is specified, leading to a clearer and more maintainable structure. This also ensures that the output path is always the last argument passed to ffmpeg.
2025-05-12 13:57:09 +02:00
Jakub Ježek
57b808e924
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-12 13:46:54 +02:00
Ondřej Samohel
7e73b7d1ad
Merge branch 'develop' into enhancement/fill_gaps_in_extract_review 2025-05-09 16:02:15 +02:00
Jakub Trllo
c7faefa994 reverse the replacements 2025-05-09 14:22:00 +02:00
Petr Kalis
9bf848f1a8 Create explicit_frames.txt as temp file 2025-05-09 11:30:24 +02:00
Jakub Jezek
824dc0cc81
Improves readability of resolution display
Updates the format of resolution items displayed in the publisher's attribute for better readability.

Removes an unused import from server settings.
2025-05-09 10:50:20 +02:00
Jakub Jezek
4c5cc4923c
Merge branch 'develop' into enhancement/AY-7197_override-resolution-on-editorial-publish_1243 2025-05-08 17:36:57 +02:00
Jakub Jezek
753960ca9a
Refactors explicit resolution collection
Changes the collector order to ensure correct execution.

Renames the "Override Resolution" label to "Force product resolution" for clarity.

Removes default resolution values from server settings. The explicit resolution is intended to be defined on the instance level, not as a global default.
2025-05-08 17:33:08 +02:00
Jakub Ježek
93b59710b2
Apply suggestions from code review
Co-authored-by: Robin De Lillo <robin@ynput.io>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-08 17:27:52 +02:00
Petr Kalis
d934430d9e Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/fill_gaps_in_extract_review 2025-05-05 16:08:06 +02:00
Petr Kalis
8ef5c45eba Generate blank frame only if necessary 2025-05-05 16:05:26 +02:00
Ynbot
7511007861 [Automated] Update version in package.py for develop 2025-05-02 12:52:33 +00:00
Ynbot
0063465626 [Automated] Add generated package files from main 2025-05-02 12:51:59 +00:00
Ondrej Samohel
917e32cb13
♻️ remove unnecessary type hinting 2025-05-02 14:47:46 +02:00
Ondrej Samohel
624dfcccad
♻️ some refactoring 2025-05-02 14:46:23 +02:00
Ondřej Samohel
edabad6c13
Update client/ayon_core/hooks/pre_remove_launcher_paths.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-30 19:07:30 +02:00
Ondřej Samohel
1f48b1568d
Update client/ayon_core/hooks/pre_remove_launcher_paths.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-30 19:02:55 +02:00
Ondrej Samohel
cd7c4a3778
♻️ make checks safer 2025-04-30 17:20:44 +02:00
Ondrej Samohel
52d0cc8748
add hook to filter paths 2025-04-30 17:00:09 +02:00
Jakub Trllo
0914cc3900
Merge branch 'develop' into enhancement/remove_deprecated_convert_for_ffmpeg 2025-04-29 16:45:17 +02:00
Jakub Trllo
119b271cb7
Merge branch 'develop' into enhancement/loaderplugin_drop_self_fname 2025-04-29 16:43:02 +02:00
Jakub Trllo
abe038ee16 bump version to 1.1.9+dev 2025-04-29 16:13:02 +02:00
Ynbot
20435c18bc [Automated] Add generated package files from main 2025-04-29 13:56:28 +00:00
Roy Nieterau
d9920fb891
Merge branch 'develop' into enhancement/loaderplugin_drop_self_fname 2025-04-29 15:53:34 +02:00
Kayla Man
6d517d5e87
Update client/ayon_core/plugins/publish/extract_thumbnail.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-29 20:41:01 +08:00
Kayla Man
c32cdba660
Update client/ayon_core/plugins/publish/extract_thumbnail.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-29 20:40:50 +08:00
Kayla Man
4bb0e14106
Update client/ayon_core/plugins/publish/extract_thumbnail.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-04-29 19:10:01 +08:00
Roy Nieterau
011b786c78
Merge branch 'develop' into enhancement/loaderplugin_drop_self_fname 2025-04-29 13:06:24 +02:00
Roy Nieterau
3622587038
Merge branch 'develop' into enhancement/remove_deprecated_convert_for_ffmpeg 2025-04-29 13:06:08 +02:00
Kayla Man
c0db02f7b5 improve the check on the valid representations for thumbnail creation 2025-04-29 17:14:14 +08:00