If activated rendering crashes imediately.
Just verified multiple times, after disabling export of chapter everything works fine again.
Exporting chapters in Davinci Resolve 20.2 fails during invalid chapter start
-
-
Vouk
13. September 2025 um 19:59 Hat das Thema freigeschaltet. -
- Offizieller Beitrag
Please remove the first chapter:
Code2025-09-13 19:47:19 (trace) [FFmpeg:0] Chapter #0:0: 2025-09-13 19:47:19 (trace) [FFmpeg:0] start 0.000000, 2025-09-13 19:47:19 (trace) [FFmpeg:0] end 0.000000 2025-09-13 19:47:19 (trace) [FFmpeg:0] Metadata: 2025-09-13 19:47:19 (trace) [FFmpeg:0] title : 2025-09-13 19:47:19 (trace) [FFmpeg:0] Marker 1
-
-
I guess, the end time with "0" is invalid, there has to be the end of video file or the start of next chapter. But zero might be invalid.
Example:
Actually Voukoder sets it to:
-
- Offizieller Beitrag
The error was:
Code2025-09-13 19:47:19 (trace) [FFmpeg:0] Invalid chapter start (126280000000) or end (0). 2025-09-13 19:47:19 (error) [OutputNode.cpp:201] Unable to write format header. 2025-09-13 19:47:19 (error) [Router.cpp:161] Open phase failed: -11
The chapter data was:
Code
Alles anzeigen2025-09-13 19:47:19 (trace) [FFmpeg:0] Chapters: 2025-09-13 19:47:19 (trace) [FFmpeg:0] Chapter #0:0: 2025-09-13 19:47:19 (trace) [FFmpeg:0] start 0.000000, 2025-09-13 19:47:19 (trace) [FFmpeg:0] end 0.000000 2025-09-13 19:47:19 (trace) [FFmpeg:0] Metadata: 2025-09-13 19:47:19 (trace) [FFmpeg:0] title : 2025-09-13 19:47:19 (trace) [FFmpeg:0] Marker 1 2025-09-13 19:47:19 (trace) [FFmpeg:0] 2025-09-13 19:47:19 (trace) [FFmpeg:0] Chapter #0:1: 2025-09-13 19:47:19 (trace) [FFmpeg:0] start 126.280000, 2025-09-13 19:47:19 (trace) [FFmpeg:0] end 0.000000 2025-09-13 19:47:19 (trace) [FFmpeg:0] Metadata: 2025-09-13 19:47:19 (trace) [FFmpeg:0] title : 2025-09-13 19:47:19 (trace) [FFmpeg:0] Marker 2 2025-09-13 19:47:19 (trace) [FFmpeg:0] 2025-09-13 19:47:19 (trace) [FFmpeg:0] Chapter #0:2: 2025-09-13 19:47:19 (trace) [FFmpeg:0] start 644.680000, 2025-09-13 19:47:19 (trace) [FFmpeg:0] end 0.000000 2025-09-13 19:47:19 (trace) [FFmpeg:0] Metadata: 2025-09-13 19:47:19 (trace) [FFmpeg:0] title : 2025-09-13 19:47:19 (trace) [FFmpeg:0] Marker 3 2025-09-13 19:47:19 (trace) [FFmpeg:0] 2025-09-13 19:47:19 (trace) [FFmpeg:0] Chapter #0:3: 2025-09-13 19:47:19 (trace) [FFmpeg:0] start 1381.280000, 2025-09-13 19:47:19 (trace) [FFmpeg:0] end 0.000000 2025-09-13 19:47:19 (trace) [FFmpeg:0] Metadata: 2025-09-13 19:47:19 (trace) [FFmpeg:0] title : 2025-09-13 19:47:19 (trace) [FFmpeg:0] Marker 4 2025-09-13 19:47:19 (trace) [FFmpeg:0] 2025-09-13 19:47:19 (trace) [FFmpeg:0] Chapter #0:4: 2025-09-13 19:47:19 (trace) [FFmpeg:0] start 1860.600000, 2025-09-13 19:47:19 (trace) [FFmpeg:0] end 0.000000 2025-09-13 19:47:19 (trace) [FFmpeg:0] Metadata: 2025-09-13 19:47:19 (trace) [FFmpeg:0] title : 2025-09-13 19:47:19 (trace) [FFmpeg:0] Marker 5 2025-09-13 19:47:19 (trace) [FFmpeg:0] 2025-09-13 19:47:19 (trace) [FFmpeg:0] Chapter #0:5: 2025-09-13 19:47:19 (trace) [FFmpeg:0] start 2562.360000, 2025-09-13 19:47:19 (trace) [FFmpeg:0] end 0.000000 2025-09-13 19:47:19 (trace) [FFmpeg:0] Metadata: 2025-09-13 19:47:19 (trace) [FFmpeg:0] title : 2025-09-13 19:47:19 (trace) [FFmpeg:0] Marker 6
-
-
- Offizieller Beitrag
I'll check this tomorrow.
-
-
- Offizieller Beitrag
I tested it today and it seems to be working:
Log:
Code
Alles anzeigen2025-09-14 09:32:58 (trace) [FFmpeg:0] Chapters: 2025-09-14 09:32:58 (trace) [FFmpeg:0] Chapter #0:0: 2025-09-14 09:32:58 (trace) [FFmpeg:0] start 0.833333, 2025-09-14 09:32:58 (trace) [FFmpeg:0] end 0.000000 2025-09-14 09:32:58 (trace) [FFmpeg:0] Metadata: 2025-09-14 09:32:58 (trace) [FFmpeg:0] title : 2025-09-14 09:32:58 (trace) [FFmpeg:0] Marker 1 2025-09-14 09:32:58 (trace) [FFmpeg:0] 2025-09-14 09:32:58 (trace) [FFmpeg:0] Chapter #0:1: 2025-09-14 09:32:58 (trace) [FFmpeg:0] start 2.416667, 2025-09-14 09:32:58 (trace) [FFmpeg:0] end 0.000000 2025-09-14 09:32:58 (trace) [FFmpeg:0] Metadata: 2025-09-14 09:32:58 (trace) [FFmpeg:0] title : 2025-09-14 09:32:58 (trace) [FFmpeg:0] Marker 2 2025-09-14 09:32:58 (trace) [FFmpeg:0] 2025-09-14 09:32:58 (trace) [FFmpeg:0] Chapter #0:2: 2025-09-14 09:32:58 (trace) [FFmpeg:0] start 3.833333, 2025-09-14 09:32:58 (trace) [FFmpeg:0] end 0.000000 2025-09-14 09:32:58 (trace) [FFmpeg:0] Metadata: 2025-09-14 09:32:58 (trace) [FFmpeg:0] title : 2025-09-14 09:32:58 (trace) [FFmpeg:0] Marker 3
And yes, I remembered the end-times were optional.
Can you provide me more info to generate a non-working state?
-
Thank you very much for the response.
That is strange, I just tested it again, and it definitvely crashes only with activated chapter export.
This is my scene, anything I have to activate there?Just set up a different project, only with a EBU-Colorbar as video
The same happens, I am not able to render out with activated chapters.Attached log is with failed export (activated chapters) and second log ist with succeded export (deactivated chapter).
Both are from the exact same project, just with changed inclusion of chapter marks.
Just got the problem.
It is about containers. You tested with MOV as output container, that works fine on my side too.
But I get problems using Matroska, this does not work at all.
There is the issue.
So, I am still sure, the Matroska Muxer in ffmpeg does not like endtimes with zero values, while MOV Muxer does accept it.
I hope you can reproduce that. -
- Offizieller Beitrag
Yes, although I'm not sure if it is about the end-times. Anyway, it's good we know about this now.