Commit graph

73 commits

Author SHA1 Message Date
Toke Stuart Jepsen
4970aaf512 Remove extra dash 2020-09-01 14:44:46 +01:00
Toke Stuart Jepsen
5e552598bf Copy bit rate of input video to match quality. 2020-08-17 22:04:54 +01:00
iLLiCiTiT
5724f3e474 using -g 1 (same as -intra) to set right keyframes of burning output 2020-08-07 12:18:54 +02:00
iLLiCiTiT
15c0c10a5c first step of pype's reorganization 2020-05-25 18:20:02 +02:00
iLLiCiTiT
5203bb3136 add profile from input if is set in extract burnin 2020-05-21 17:05:17 +02:00
Milan Kolar
5a01e9a85e Merge branch 'develop' into feature/PYPE-754_review_burnin_filtering 2020-05-12 23:56:04 +02:00
Milan Kolar
e375cf30c6 fixed false negative on frame start in otio_burnin 2020-05-06 10:18:08 +02:00
Toke Stuart Jepsen
b8338769df False negative on start frame zero. 2020-05-01 11:59:04 +01:00
iLLiCiTiT
623b4ac1e4 added logs to burnin script 2020-04-29 17:47:40 +02:00
iLLiCiTiT
4ed64d9c8a fixed logs in burnin script 2020-04-28 18:51:36 +02:00
iLLiCiTiT
e1e3326dca using codec from source since -codec copy can't be used 2020-04-28 18:49:01 +02:00
iLLiCiTiT
69d0b8dd76 added quotation marks where paths are used 2020-04-28 18:47:20 +02:00
iLLiCiTiT
a5efeb616c fixed codec copy in burnin script 2020-04-28 16:36:36 +02:00
iLLiCiTiT
498e9ab6e5 fixed arguments in brunin script 2020-04-28 16:10:38 +02:00
iLLiCiTiT
1c933741ea burnin script can handle both new and old ExtractBurnin plugin processes 2020-04-28 13:47:59 +02:00
iLLiCiTiT
139add3a45 it is possible to use source_timecode in burnins 2020-03-24 17:23:36 +01:00
Ondrej Samohel
f579e84670
fix to subsetGroup 2020-03-19 12:53:45 +01:00
iLLiCiTiT
4bb9eef688 raise our TypeError when value for burnins is dictionary, list or tuple 2020-02-27 15:32:40 +01:00
iLLiCiTiT
b0a1b1a503 fix missing import after merge 2020-02-22 01:22:47 +01:00
iLLiCiTiT
1fd4861d6d Merge branch 'develop' into draft/ffmpeg_with_multiple_paths 2020-02-22 01:22:14 +01:00
iLLiCiTiT
4435eb8c14 current frame now works correctly and has correct position 2020-02-21 17:36:17 +01:00
iLLiCiTiT
71c71057ec Merge branch 'develop' into draft/ffmpeg_with_multiple_paths 2020-02-17 17:33:57 +01:00
iLLiCiTiT
3922529058 escape colon and comma in texts 2020-02-17 15:54:44 +01:00
iLLiCiTiT
957ca8ecd2 fix current frame key 2020-02-17 14:02:59 +01:00
iLLiCiTiT
6efb1b0a74 use new functions in code 2020-02-15 11:08:39 +01:00
iLLiCiTiT
feb2037c02 excahnge timecode and text keys in arguments 2020-02-14 18:09:42 +01:00
iLLiCiTiT
5290f6dd58 fix arguments appending 2020-02-14 18:09:03 +01:00
iLLiCiTiT
62b3f852f1 use get_path_to_ffmpeg which checks if any of filled ffmpeg paths in FFMPEG_PATH exists 2020-02-11 14:01:56 +01:00
iLLiCiTiT
a2d07a89a9 removed deprecated method usage in example 2020-02-06 11:06:31 +01:00
iLLiCiTiT
6be774b1f8 removed imports from __main__ 2020-02-06 11:04:43 +01:00
iLLiCiTiT
f19235f91e added forgotten import 2020-02-06 11:04:08 +01:00
iLLiCiTiT
1033f779d1 codec moved to optional args because is optional 2020-02-06 11:03:58 +01:00
iLLiCiTiT
9a8c3b56a2 changed data processing to not use functions but only text 2020-02-06 11:02:59 +01:00
iLLiCiTiT
39e785aefb doctstring changes 2020-02-06 11:02:14 +01:00
iLLiCiTiT
ca2279e710 _drawtext must count text sizes with timecode text 2020-02-06 11:02:01 +01:00
iLLiCiTiT
defe60e556 add burnin do not use expression but only text 2020-02-06 11:01:37 +01:00
iLLiCiTiT
96d3e51d92 add timecode allows to add text and use custom TIMECODE ffmpeg string 2020-02-06 11:00:29 +01:00
iLLiCiTiT
5d5d3eec92 add_text use custom DRAWTEXT ffmpeg string 2020-02-06 10:57:11 +01:00
iLLiCiTiT
ca19b5d679 add_text can accept frame_start argument 2020-02-06 10:56:51 +01:00
iLLiCiTiT
be088579be alignment checks lowered string (it is available to use top_left in presets 2020-02-06 10:52:26 +01:00
iLLiCiTiT
d263cc3bfd data variable in __main___ was renamed to in_data to not be overriden during processing 2020-02-06 10:51:37 +01:00
iLLiCiTiT
b73fcc6730 modified docstring 2020-02-06 10:51:09 +01:00
iLLiCiTiT
4f862acfb8 added constants for easier handling or entered keys 2020-02-06 10:50:51 +01:00
iLLiCiTiT
8e86f6e37a implemented custom drawtext and timecode constants 2020-02-06 10:50:18 +01:00
iLLiCiTiT
8c75c74cde print command before run 2020-02-06 10:49:59 +01:00
iLLiCiTiT
75b603d845 removed add datetime and add frame numbers 2020-02-06 10:46:03 +01:00
Jakub Jezek
153dcba79c
feat(scripts): otio_burnin is able to render image sequence 2020-01-29 13:53:36 +01:00
Milan Kolar
301b011c2b Merge branch 'master' into feature/PYPE-638_res_and_fps_in_burnins 2020-01-10 16:05:11 +01:00
Jakub Jezek
26f2f882e2 fix(otio): burnin right side didnt format properly 2020-01-07 13:12:29 +01:00
iLLiCiTiT
f84f1537de formatting changes 2020-01-06 18:30:24 +01:00