Commit graph

737 commits

Author SHA1 Message Date
Jakub Trllo
61982a518d
Merge branch 'develop' into enhancement/staging_dir_persistence_log_to_debug 2025-05-30 09:08:55 +02:00
Jakub Ježek
c3c8096149
Merge branch 'develop' into bugfix/oiio-trancode-padding-issue 2025-05-23 09:59:08 +02:00
Roy Nieterau
7413f05adb Change staging dir persistence state to debug log instead of info to avoid clutter for the artist (artist doesn't care) 2025-05-22 22:15:24 +02:00
Mustafa Jafar
8d9c8f4e91
Merge branch 'develop' into unify-and-speed-up-copying 2025-05-19 11:43:46 +03:00
Jakub Jezek
7a5e7a96f1
Fixes frame string formatting for transcoding
Ensures the frame string used for transcoding includes the correct padding,
based on the collection's padding attribute. This resolves issues where
the output file sequence name was not correctly formatted, leading to
transcoding failures.
2025-05-16 17:50:26 +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
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
ee7d045413
♻️ refactor function name and remove speedcopy fallback 2025-05-09 17:15:38 +02:00
Ondřej Samohel
0d7ced6fc6
Update client/ayon_core/plugins/publish/integrate_hero_version.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-09 16:44:55 +02:00
Ondřej Samohel
35ffa87e01
Merge branch 'develop' into unify-and-speed-up-copying 2025-05-09 16:44:19 +02:00
Ondřej Samohel
7e73b7d1ad
Merge branch 'develop' into enhancement/fill_gaps_in_extract_review 2025-05-09 16:02:15 +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
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
Kayla Man
c0db02f7b5 improve the check on the valid representations for thumbnail creation 2025-04-29 17:14:14 +08:00
Kayla Man
625e782d7e improve the docstring 2025-04-29 16:32:17 +08:00
Kayla Man
637b157fd3 rename self._is_valid_media_repre to self._is_valid_image_repre 2025-04-29 16:24:28 +08:00
Kayla Man
59e986dde2 add debug message into self._is_valid_media_repre 2025-04-29 16:23:27 +08:00
Kayla Man
f47c0b4027 If there is no valid review representation for thumbnail creation, make sure the representation is with the image content so that it can create thumbnail 2025-04-29 16:21:40 +08:00
Petr Kalis
d21c77cd8a Merge remote-tracking branch 'origin/enhancement/fill_gaps_in_extract_review' into enhancement/fill_gaps_in_extract_review 2025-04-28 11:52:56 +02:00
Petr Kalis
4dff902f57 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/fill_gaps_in_extract_review 2025-04-25 17:16:28 +02:00
Petr Kalis
026ec64196
Fix typo
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-04-24 14:19:53 +02:00
Petr Kalis
e5d673c020 Reverted unwanted commenting out 2025-04-24 13:23:40 +02:00
Petr Kalis
4a38e1175f Fix rendering explicit frames
This seems only safe way
2025-04-24 13:20:33 +02:00
Petr Kalis
5410d69ad2 Simplified fill_root logic
I must be wrong in my previous tests, it works even this simple way.
2025-04-24 12:09:54 +02:00
Jakub Jezek
468ab32b9a
Remove unused import and add trailing commas 2025-04-24 11:44:43 +02:00
Petr Kalis
bc509fcf00 Simplified querying for old repre 2025-04-24 11:37:26 +02:00
Roy Nieterau
80e0fa6b17 Correctly check whether sequence has any frames in the returned holes collection.
As per [`clique.Collection.holes` documentation](https://clique.readthedocs.io/en/stable/api_reference/collection.html#clique.collection.Collection.holes):
> Return Collection of missing indexes.
2025-04-23 20:05:59 +02:00
Petr Kalis
fe78983491 Fix condition 2025-04-23 14:53:56 +02:00
Petr Kalis
f73c6eccef Simplified argument 2025-04-23 14:29:17 +02:00
Petr Kalis
23bd9706d6 Replaced Union with Optional 2025-04-23 14:20:45 +02:00
Petr Kalis
3e042f4bcd Fixed return type 2025-04-23 14:17:19 +02:00
Petr Kalis
1836daad62 Refactor condition 2025-04-23 14:14:04 +02:00
Petr Kalis
ed2d0baaf2 Renamed key 2025-04-23 14:12:43 +02:00
Petr Kalis
24ec921ff6
Formatting change
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-23 14:08:18 +02:00
Petr Kalis
cc1ba078ed
Changed variable name
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-23 14:07:33 +02:00