-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Exporting captions as markdown file #13399
Copy link
Copy link
Open
Labels
feature requestIssue is related to a feature in the appIssue is related to a feature in the appneeds triageIssue is not yet ready for PR authors to take upIssue is not yet ready for PR authors to take up
Metadata
Metadata
Assignees
Labels
feature requestIssue is related to a feature in the appIssue is related to a feature in the appneeds triageIssue is not yet ready for PR authors to take upIssue is not yet ready for PR authors to take up
Type
Fields
Give feedbackNo fields configured for issues without a type.
Checklist
Feature description
Hi NewPipe team,
I want to request a feature where we can export the captions as markdown file.
Why do you want this feature?
Currently, we only get SRT file which is too much information (time stamps, extra spaces, etc) for the downstream processing like uploading to GenAI tools and extracting info for summaries or mindmaps. So, I was wondering if we could get plain text formats (markdown or txt) also so that it can be directly used for such tasks.
Additional information
For my current workflow, I download the SRT and then convert it to markdown using a bash script. If this step can be integrated within the NewPipe app, it will save a lot of time. Thanks!