This patch accounts for the different size when proxy size of less that 100% is used
Details
Diff Detail
- Repository
- rB Blender
- Branch
- Fix-T51828 (branched from master)
- Build Status
Buildable 5793 Build 5793: arc lint + arc unit
Event Timeline
I guess something like this could work, will have look into this in debug.
This diff doesn't revert rB450685b15664 actually
And there may be issue, that 50% proxy of clip that is 1000 x 1000 will be 500 x 500 regardless of what your project resolution is set to.
I haven’t tested it but
The clip should scale to fit when the offset button is turned off,but when it I selected it will stay at 500 x 500
| source/blender/blenkernel/intern/sequencer.c | ||
|---|---|---|
| 1843–1850 | I would be much happier, if we could use get_proxy_filename() from indexer.c in this case we are creating new code to "emulate" it's Also there was this switch when you use proxy per project or per strip | |
| 1939 | This line will have impact on performance - it will have to decode (most likely) several frames. I guess this function could be quite streamlined. | |
| 3857 | I guess, that you have re-used this function to determine, if the proxy file exists. In that case, you should rename it. | |