
Text only export of markers text and timestamps
Two related requests: I'd like to copy and paste from the view Windows/Markers and have a list of marker text and timestamps. And/or: I'd like text only export of markers including an index number, the text and the timestamp (maybe in a configurable format 00:10:30.000 or 10m30s for example). I could use this text, for example, in a Vimeo description to make Chapter markers. Then I wouldn't have to export to MP4 and go on a wild dance using MP4Box, Handbrake, or Subler to hack the data into a form I can paste in my Vimeo description. By the way, none of the listed software worked. I could get the text of the marker but not the timestamp - which I needed to type in by hand. Should be quite straight-forward. This or enhanced subtitling tools (from markers) would have me paying to upgrade to ScreenFlow 7 in a wink of an eye.
Thanks, Ian
-
Great. Thanks for the reply. One correction to my original post: After exporting an MP4 with ScreenFlow, Subler can export a text document with timestamp and text. Select the Chapter track and File - Export. You think it's exporting an MP4 but it saves just a text file ready for reformatting for Vimeo etc. Request still stands though!
-
C Hunter In two years it has zero votes. There may not have been other requests for it after the initial request. Please vote for it and, additionally fill out the form and explain your use case as the developers need to know that and how it might benefit other users as well.
-
Done!
e.g. Time stamp and chapter markers text allow me to copy/paste into a description or comment field, say on a YouTube posted tutorial or presentation video, to have viewers get to a location in the video quickly. It would be great to have the time stamp export as something like 00:02:30.
Ex:
01:03:00 Blocking a Sender, Junk Mail filter
01:05:44 Question: Unsubscribing from emails
01:06:44 Question: Rules filtering criteriaWith a video that has 20-30 chapter markers, the work around of copy/paste from the Screenflow Markers window gets tedious. Exporting this content to text would be a tremendous bonus.
-
This is not the most elegant workaround, and requires a bit more scripting or manual munging to get it in the format you might need, but I just figured out that you can use Exiftool (command line) to dump the embedded chapter markers from an MP4 file into a text format.
exiftool -ExtractEmbedded /path/to/video.mp4 > out.txt
You can open up the resulting out.txt file into a text editor and find the first instance of "Sample Time", and you'll see all the chapters with timestamps and chapter text listed. You can run this output through the scripting tool of your choice to reformat this output to fit your needs.
-
Jason Heller said:
How about simply displaying the info as a mere tab-separated list INSIDE of ScreenFlow?Developers seek to make a useful solution.
Keep in mind that workarounds or "simple" solutions may take time away from better-implemented solutions designed to achieve a specific purpose (e.g. YouTube use which many content creators are interested in). Please do trust the developers for a good implementation. -
CraigS said:
This helps our developers understand the need.It begs to ask that, in the four years since this feature was requested, regardless of upvoting...The developers still don't understand the need for it?