https://bugs.kde.org/show_bug.cgi?id=451936

--- Comment #1 from Claudius <[email protected]> ---
My current workflow is:
Right-Clicking the timeline, exporting the guides as `{{frame}} {{comment}}`

And the next step I do by hand (which is okayish for a handful of chapters).

I turn this list from 

```
0 Name of Chapter 1
1230 Name of Chapter 2
5321 Name of Chapter 3
```

into

```
;FFMETADATA1

[CHAPTER]
TIMEBASE=1/30
START=0
END=1229
title=Name of Chapter 1

[CHAPTER]
TIMEBASE=1/30
START=1230
END=5320
title=Name of Chapter 2

[CHAPTER]
TIMEBASE=1/30
START=5321
END=8000
title=Name of Chapter 3
```

(assuming 30 fps, hence the somewhat uncommon TIMEBASE=1/30)

Which I then integrate with ffmpeg after the fact, (as written by mau in the
previous comment)

It would be amazing to have this as a checkable box within the render interface
instead.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to