Toke Jepsen
b7f6589886
Merge branch 'develop' into feature/OP-3278_camera-focal-length
2023-03-29 11:12:09 +02:00
Toke Stuart Jepsen
eaca4f5551
Change method name
2023-03-27 10:10:31 +01:00
Toke Stuart Jepsen
28a4f09625
Finish method description
2023-03-27 10:10:21 +01:00
Toke Jepsen
52511c1e3f
Update openpype/scripts/otio_burnin.py
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-03-27 10:07:54 +01:00
Toke Stuart Jepsen
7ff781f3bd
Clean up temporary files and support float truncating
2023-03-22 16:32:41 +00:00
Toke Stuart Jepsen
a364a82b7d
Hound
2023-03-22 15:10:02 +00:00
Toke Stuart Jepsen
4f0aafe560
Get FPS properly
2023-03-22 15:08:32 +00:00
Toke Stuart Jepsen
4f334a1f80
Update type error message
2023-03-22 15:02:31 +00:00
Toke Stuart Jepsen
20a0028e80
Merge branch 'feature/OP-3278_camera-focal-length' of https://github.com/tokejepsen/pype into feature/OP-3278_camera-focal-length
2023-03-22 15:00:15 +00:00
Toke Jepsen
266992f93b
Update openpype/scripts/otio_burnin.py
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-03-22 15:00:05 +00:00
Toke Stuart Jepsen
f0bdc76183
Clean up prints
2023-03-22 14:59:40 +00:00
Toke Jepsen
9eadc11941
Update openpype/scripts/otio_burnin.py
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-03-22 14:58:14 +00:00
Toke Stuart Jepsen
e9eb09e100
Initial working version
2023-03-22 12:58:33 +00: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
79eb375c06
hide console in extract burnin
2023-02-22 14:07:38 +01:00
Jakub Trllo
01293aaa2d
fix burnins script again
2023-02-10 12:00:30 +01:00
Jakub Trllo
438922ccb0
ffprobe run as list of args instead of string
2022-10-25 10:31:53 +02:00
Jakub Trllo
72287eb3d3
validate source streams before otio burnins super is called
2022-10-25 10:23:15 +02:00
jrsndlr
49725781f4
Fix concatenating metadata
...
Slate concatenation didn't pass metadata to output
2022-04-29 17:43:02 +02:00
Jakub Trllo
50c0580fef
use new functions in extract review slate and otio burnins
2022-03-11 17:59:52 +01:00
Petr Kalis
650260309e
OP-2860 - extracted get_fps function to lib
2022-03-08 13:44:05 +01:00
Roy Nieterau
f9209be519
Refactor overriden -> overridden + hightlight -> highlight
2022-01-30 23:05:17 +01:00
Jakub Jezek
438d6df439
burnins fix bit rate for dnxhd mxf
...
passing metadata to burnins
2022-01-14 15:56:36 +01:00
Jakub Ježek
86fc268584
Merge pull request #2423 from Ellipsanime/add_burnins_current_frame_padding
...
Add zero padding to otio burnins for "current_frame"
2021-12-20 11:43:13 +01:00
Jérôme LORRAIN
165b5b0b0b
Add zero padding to otio burnins
2021-12-13 11:59:43 +01:00
iLLiCiTiT
f80a41bd89
add support of mxf format to be able recognize opatom mxf
2021-12-02 18:28:28 +01:00
iLLiCiTiT
ac4601e9f4
removed unused variable
2021-11-15 16:12:59 +01:00
iLLiCiTiT
044cb1d681
look for timecode to "format" key of ffprobe data
2021-11-15 16:12:48 +01:00
iLLiCiTiT
161db35672
use ffprobe data instead of only stream data
2021-11-15 16:12:26 +01:00
iLLiCiTiT
c60aa112d6
use whole ffprobe data instead of only streams
2021-11-15 16:11:34 +01:00
iLLiCiTiT
7d17972ce1
renamed ffprobe_data to stream_data
2021-11-15 16:10:33 +01:00
iLLiCiTiT
c2e22ba7d6
Use dnxhd profile from input metadata
2021-10-18 13:15:38 +02:00
iLLiCiTiT
2207f6f6a5
reuse more source arguments and skip using source bitrate
2021-09-28 15:18:55 +02:00
iLLiCiTiT
d75a1062b9
change variable from 'ffmpeg_cmd' to 'source_ffmpeg_cmd'
2021-09-28 15:18:17 +02:00
Toke Stuart Jepsen
01e5145134
Use CRF for burnin when available
...
- passing ffmpeg cmd from review to burnin.
2021-09-24 11:28:54 +01:00
iLLiCiTiT
13197d01d7
h264 cares about bitrate
2021-08-05 10:45:17 +02:00
iLLiCiTiT
64093f2711
modified adding of -g argument
2021-05-07 13:02:45 +02:00
iLLiCiTiT
159ac20708
implemented function for h264 inputs
2021-05-07 13:02:25 +02:00
iLLiCiTiT
378d43463b
implemented function handling prores codec
2021-05-07 13:00:15 +02:00
iLLiCiTiT
7503c38ddd
implemented function which determine what args are used
2021-05-07 12:59:49 +02:00
iLLiCiTiT
0ea31961e2
removed unused import
2021-05-05 16:12:06 +02:00
iLLiCiTiT
73c5a81bb5
fix start frame of output sequence
2021-05-05 16:05:46 +02:00
iLLiCiTiT
c218c5e901
changed font loading in otio burnin script
2021-05-05 12:11:31 +02:00
iLLiCiTiT
ba44eb5acd
passed json may have more data about first frame and full input path
2021-05-04 19:11:14 +02:00
iLLiCiTiT
18e882fc42
otio burnin script can have defined input arguments and first frame
2021-05-04 19:10:43 +02:00
Milan Kolar
8432e94615
rename folder
2021-04-01 18:54:46 +02:00