Commit graph

26 commits

Author SHA1 Message Date
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Roy Nieterau
28b424bf2f
Publisher: Windows reduce command window pop-ups during Publishing (#4672)
* Avoid command pop-ups during publishing (tip by @iLLiCiTiT)

* No need to pass creationflags because it's already done in `run_subprocess`

* Hide command window for `shell=True` calls

* Update openpype/lib/execute.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-22 12:13:21 +01:00
Jakub Trllo
f96670d9df use right validation for ffmpeg executable 2023-03-16 11:20:00 +01:00
Jakub Trllo
453cada172 change how oiio tools executables are found 2022-11-24 17:09:16 +01:00
Jakub Trllo
3ca4c04a15 added ability to fill only extension when is missing 2022-11-24 17:08:45 +01:00
Jakub Trllo
31babaac5f change how extensions are checked when finding executable 2022-11-24 17:07:39 +01:00
Jakub Trllo
e35e3e0299 fix python 2 compatibility of ffmpeg and oiio tools discovery 2022-10-20 12:49:39 +02:00
Jakub Trllo
def2fc4bc8 removed '_CUSTOM' from env keys 2022-10-18 14:51:54 +02:00
Jakub Trllo
e3c2bb5a5e added one more last check for executable 2022-10-14 09:46:14 +02:00
Jakub Trllo
840792a82c added mechanism to define custom paths to ffmpeg and oiio tools and more detailed validation of them 2022-10-13 19:14:48 +02:00
Jakub Trllo
7afa319b25 add subdir 'bin' when oiio path is prepared 2022-06-03 12:54:27 +02:00
Jakub Trllo
50c0580fef use new functions in extract review slate and otio burnins 2022-03-11 17:59:52 +01:00
Jakub Trllo
9b0fba2490 moved ffprobe_streams into transcoding, seprated and renamed to get_ffprobe_streams 2022-03-11 17:55:00 +01:00
Petr Kalis
2793ac61a9
Merge pull request #2851 from pypeclub/bugfix/OP-2860_Nuke-loader---loading-mp4-from-web-publisher-incorrect-duration
WebPublisher: Fix wrong number of frames for video file
2022-03-08 16:43:17 +01:00
Petr Kalis
650260309e OP-2860 - extracted get_fps function to lib 2022-03-08 13:44:05 +01:00
Jakub Trllo
0568a80618 added 'is_file_executable' to check if file can be executed 2022-03-01 17:00:08 +01:00
Jakub Trllo
c999dd5a91 added few comments 2022-03-01 12:24:27 +01:00
Jakub Trllo
06783daf8e fix usage of variables 2022-03-01 12:22:07 +01:00
iLLiCiTiT
77232a07ef replace distutils find_executable with custom version 2022-02-28 20:52:21 +01:00
iLLiCiTiT
8eddbab503 implement function which looks for executable 2022-02-28 20:51:47 +01:00
Ondrej Samohel
304d855103
add extension on windows 2022-02-01 10:57:15 +01:00
iLLiCiTiT
57b7712167 convert extract jpeg as extract review and burnin 2021-11-25 18:18:32 +01:00
iLLiCiTiT
4815ce5417 added 'is_oiio_supported' function to vendor bin utils 2021-11-25 15:46:22 +01:00
iLLiCiTiT
8e07e0e32b use list of arguments for ffprobe instead of running string with shell=True 2021-11-19 18:25:58 +01:00
iLLiCiTiT
42fbc1f633 decode ffprobe output before logging 2021-06-29 11:33:44 +02:00
Milan Kolar
a8ac7cd538 merge develop into main 2021-05-04 17:07:32 +02:00
Renamed from openpype/lib/ffmpeg_utils.py (Browse further)