Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> temp-vse-video-performance-detection
"Temp-vse-video-performance-detection" branch
Total commits : 1
Total committers : 1
First Commit : April 19, 2021
Latest Commit : April 19, 2021
Commits by Date
Date | Number of Commits | |
---|---|---|
April 19, 2021 | 1 |
Committers
Author | Number of Commits |
---|---|
Richard Antalik | 1 |
Popular Files
Filename | Total Edits |
---|---|
rna_userdef.c | 1 |
IMB_imbuf.h | 1 |
DNA_userdef_types.h | 1 |
space_userpref.py | 1 |
sequencer_add.c | 1 |
anim_movie.c | 1 |
strip_add.c | 1 |
strip_relations.c | 1 |
Latest commits
April 19, 2021, 07:28 (GMT) |
VSE: Build proxies only for slow movies Don't build proxy file if movie is already fast enough to seek. To determine movie performance, check if whole GOP can be decoded in 50 milliseconds. This test will ensure consistent performance on wide array of machines. Downside is at most 50ms delay (per strip) when movie is added. Ideally another test would be performed to detect whether next GOPs do have same size or not as it may not be safe to assume that movies will have consistent gop sizes. Even better would be to find biggest one within small-ish range from start, and perform this test on it. such test may add about 10ms of additional delay, but provide even more consistency. |
MiikaHweb - Blender Git Statistics v1.06