fengalin / media-toc

Build a table of contents from a media file or split a media file into chapters
MIT License
73 stars 3 forks source link

Split mode: remove upstream TOC #88

Closed fengalin closed 6 years ago

fengalin commented 6 years ago

In split mode, the original media TOC is included in each output file. It shouldn't.

fengalin commented 6 years ago

The problem is due to the implementation in wavenc (which is the same in flacenc): these elements use a dedicated toc field instead of relying on the gst_toc_[gs]etter mechanisms. That's the reason why toc_setter.reset() has no effect from an application.

The same is true for tags.

fengalin commented 6 years ago

See this discussion.

fengalin commented 6 years ago

See also this enhancement proposal.

fengalin commented 6 years ago

Closing this as I have a solution for media-toc, whatever the final decision on my proposal for GstTocSetter.