Bug 488217 - Allow importing of embedded subtitles
Summary: Allow importing of embedded subtitles
Status: REPORTED
Alias: None
Product: kdenlive
Classification: Applications
Component: Title Clips & Subtitles (other bugs)
Version First Reported In: unspecified
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: Ron
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2024-06-08 16:27 UTC by jez9999
Modified: 2025-05-21 17:02 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jez9999 2024-06-08 16:27:40 UTC
MP4 and MKV containers can contain multiple subtitle streams which are basically the same principle as SRTs.  As you can import SRTs with kdenlive, it makes sense that you should be able to pull out the subtitles from an MP4/MKV that you drag/drop into the project bin.  Perhaps if embedded subtitles are detected in the file, subtitles tracks could automatically be added to the timeline when the file is drag/dropped into the timeline.
Comment 1 jot.s.gam 2024-10-03 22:02:58 UTC
+1 
I would also like to see this feature implemented. 

IDK if this should be marked as feature request or not.
Comment 2 Ron 2025-05-21 17:02:11 UTC
It's possible to do this manually, if you extract the subtitle stream kdenlive will let you import it,
but I agree it would be nice to have the ability/option to somehow do that automatically.

It's a little bit tricky because subtitle files aren't bin objects like clips are - they exist as tracks on
the timeline.  So where to place them on the timeline when importing is going to depend on
where you place the clip they were embedded in and/or which parts of it you actually use in
the timeline.

But I'll give this some though about what we might sanely do.