Skip to main content
anthonyc47215134
Participant
June 26, 2020
Answered

Importing Markers to Premiere Pro 2020

  • June 26, 2020
  • 2 replies
  • 10535 views

PP 2017 has a bug where when you save to a newer version of PP, like 2018 or 2020 it does not carry the markers over with all the transcriptions.  I've assigned these markers to individual video files that I've already imported into Premiere Pro and as a workaround I exported the markers from the older version of PP 2017 as CSV files but there is no way to import them?  How is that possible.  Is there a solution where I can import my CSV files with teh markerker data and assign them to their respective files?  Please help.  It took me weeks to transcribe all of this info.  Why can you export but there is no obvious way to import?

Correct answer PaulMurphy

You can use this free website to convert CSVs, XMLs, etc. to Markers in Premiere Pro:
https://en.editingtools.io/marker/

2 replies

Participant
June 1, 2023

The import of markers can be achieved via the SRT format, please see the youtube video

https://www.youtube.com/watch?v=C_7h50LL_ZQ

 

Sightsofsound
Participating Frequently
June 4, 2024

This video is in German. Anyone got any answers in English.

 

Thanks

PaulMurphyCommunity ExpertCorrect answer
Community Expert
August 12, 2024

You can use this free website to convert CSVs, XMLs, etc. to Markers in Premiere Pro:
https://en.editingtools.io/marker/

Markerbox Man
Inspiring
April 6, 2021

I know your question is 10 months old but, as nobody has ever replied, I will still answer it:
There is now a free extension for Premiere Pro that can re-import markers that have been exported to a CSV file using Premiere Pro's native marker export. Check it out at http://markerbox.pro

It might be too late for your project, but it might help others struggling with similar tasks.

goaskerin
Community Expert
Community Expert
November 14, 2022

I have the same problem as hobsonfeltus - Markerbox shows up in the extensions menu, but it doesn't launch. Running macOS 12.6 and Premiere Pro version 23 build 63. I would LOVE to make this work!

Participant
August 7, 2023

Sorry for the very late reply, but I've only started looking into Markerbox today.

I ran the following command in terminal

find ~/Library/Preferences/ -iname 'com.adobe.CSXS*'

It showed I had 2 versions of CSXS installed.

/Users/#/Library/Preferences//com.adobe.CSXS.11.plist
/Users/#/Library/Preferences//com.adobe.CSXS.10.plist


By ammending the instructions to the following.

defaults write com.adobe.CSXS.11 PlayerDebugMode 1

I was able to get the panel to show up in Premiere correctly. Hope this helps!


Exact issue and that got it / permission has to point to the CSXS.__ you have.

Thanks Jesse!