kdenlive-multirender icon indicating copy to clipboard operation
kdenlive-multirender copied to clipboard

Wrong frame ranges when the project doens't start at frame 0

Open unfa opened this issue 8 years ago • 1 comments

The script seems to ignore the start frame.

unfa avatar Dec 31 '17 13:12 unfa

Find (($OUT - $IN) in the script, and replace with $IN + (($OUT - $IN). There are two places.

bisqwit avatar Jan 08 '19 19:01 bisqwit