Chapter Marker

Chapter Marker 1.0.3

Pastah

New Member
Pastah submitted a new resource:

Chapter Marker - Useful for video highlights when recording lengthy videos

View attachment 73162

This is a plugin for OBS that lets you add chapters to the video file you are recording which are marked via a hotkey. A great alternative to using InfoWriter. Useful for video highlights when recording lengthy videos. Can be used for gameplay analysis like analyzing deaths, or marking parts of a recording for editing purposes, or even just for gameplay highlights that you want in your killmontage.

NOTE: Only operates when recording...

Read more about this resource...
 

AndrewLouis_A4E

New Member
Hi,

If possible to change or add .mp4 would be great and more easily to edit on Adobe Premiere seeing those markers. I can test for you :)

Regards,
 

petjo10

Member
Hi,
Would it be possible to play the recorded video in Obs Studio and jump between the chaper markers with shortcuts?
Regards
 

itexspert

New Member
Hi there could you help me i keep getting crashes i just installed this and I'm not sure what's causing them!
My crash is attached below.
 

Attachments

  • Crash 2022-02-13 12-38-57.txt
    150 KB · Views: 40

Sunadmiral

New Member
Unfortunately markers are not visible in video editing program. I am using davinci. Works when only when you watch a video in VLC for example. If shown in editing program it would be amazing.
 

Pastah

New Member
Hi,

If possible to change or add .mp4 would be great and more easily to edit on Adobe Premiere seeing those markers. I can test for you :)

Regards,

I messaged you back in September with my Discord, still didn't get a response.

Hi there could you help me i keep getting crashes i just installed this and I'm not sure what's causing them!
My crash is attached below.

Private messaged you my Discord.

Unfortunately markers are not visible in video editing program. I am using davinci. Works when only when you watch a video in VLC for example. If shown in editing program it would be amazing.

I don't use davinci, sorry. You would have to look up "How to import chapter metadata into davinci". Maybe this could work?
1646535816384.png
 

Light Slinger

New Member
The plug-in you made is incredible.
However, it is too bad that it is only possible in the mkv recording environment.
If a marker is also stamped on the mp4 file, it will be a much more useful plug-in because it will be possible to check it in the editing program (Pr, Ae, FCPX, etc.).

I look forward to your update. Thank you.
 

podonnell

Member
Whenever I record and set a marker, I will crash at the end of my recording and no markers will be present. If I don't use a marker in my recording, it works fine.

I have my crash dump, should I upload that here?

I am attempting very small recordings (3-5 minutes) and I have enough HD space, also recording in MKV format.
 

Pastah

New Member
Whenever I record and set a marker, I will crash at the end of my recording and no markers will be present. If I don't use a marker in my recording, it works fine.

I have my crash dump, should I upload that here?

I am attempting very small recordings (3-5 minutes) and I have enough HD space, also recording in MKV format.
Sure, you can post the crash dump.
Ein sehr geschätztes Plugin. Seit OBS 28. funktioniert es nicht mehr.
I'll take a look at it. It's a lot of work updating everything at the moment.
The plug-in you made is incredible.
However, it is too bad that it is only possible in the mkv recording environment.
If a marker is also stamped on the mp4 file, it will be a much more useful plug-in because it will be possible to check it in the editing program (Pr, Ae, FCPX, etc.).

I look forward to your update. Thank you.
I'll go about removing that restriction then.
 

Pastah

New Member
The plug-in you made is incredible.
However, it is too bad that it is only possible in the mkv recording environment.
If a marker is also stamped on the mp4 file, it will be a much more useful plug-in because it will be possible to check it in the editing program (Pr, Ae, FCPX, etc.).

I look forward to your update. Thank you.
With my current code it doesn't seem to make proper chapter markers in the video where markers are missing, it's very buggy. So I'm leaving the plugin only enabled for MKV as that's what seems to mainly work. I'll have to spend some time on investigating to see why it's not working for MP4 as I hope it's not related to FFMPEG/libav code.

For now I recommend utilizing ffmpeg manually to remux MKV videos to MP4 via
Code:
ffmpeg -i video.mkv -c copy output.mp4
This should keep your quality and encoding but just changing the container of the video, audio, chapter marker data.

Is there a way to edit the marker identifer, from "1" to "Xyz"?
No
 

Luca Celotti

New Member
Ciao, ho scaricato il plugin capitolo Market sul mio OBS vers 28.
Quando finisco di registrare si blocca con errore.
 

Attachments

  • Crash 2022-09-09 10-59-02.txt
    56 KB · Views: 47
Top