
How to batch download all transcoded files?
I want to have a backup copy of my videos and would like to do a one-time download of the transcoded files for my videos without having to go to each video individually. How do I do this?
I want to have a backup copy of my videos and would like to do a one-time download of the transcoded files for my videos without having to go to each video individually. How do I do this?
If you’re a developer you could use the API to do a /video/list of all the videos and then use the the URL scheme
http://content.jwplatform.com/videos/KEY-WIDTH.mp4 URL scheme (where KEY is the video KEY and WIDTH the width of the conversion) to construct download URLs. There is no manual bulk download method.