2

I'm new to Ubuntu. I recorded a video and edited it with OpenShot Video Editor. It was all good. But then I couldn't upload the video because it's format is .osp. I searched how to convert but I didn't find anything.

How can I convert .osp files?

Zanna
  • 70,465
Tiny Blocks
  • 21
  • 1
  • 1
  • 2
  • You need to save it as another format. OpenShot says it can do this. – TheWanderer Mar 20 '16 at 21:02
  • I have a ShareX .osp file, it's just a text file around ~100KB in size, but refers to (among other things) a separate mp4 video (try something like grep -o 'path[^,]*,' file.osp) – mwfearnley Oct 18 '17 at 10:10

1 Answers1

4

.osp is a project file, not a video file.

To create a video you need to -export- your project. See the "file" options:

enter image description here

Rinzwind
  • 299,756