1

I've been making YT videos about the Raspberry Pi but have had no way to edit them on the pi. Are there any nice Raspberry Pi-compatible video editing apps?

Benjamin Ashbaugh
  • 1,087
  • 7
  • 18

4 Answers4

1

Just run apt search video editor and then apt install <PackageName> for a package you like. However all of those weren't built for raspberrypi, so they'll lag and not fully functional. I've actually written a simple one that doesn't lag as much, but it isn't descent as well... RPI is just too weak to handle a good one.

rizerphe
  • 111
  • 4
0

Open shot video editor

It is a very good video editor, but I recommend editing 480p videos.

https://www.openshot.org/

MatsK
  • 2,882
  • 3
  • 17
  • 22
0

id recommend using an online one like kapwing. it's the one i use....

0

You might want to try Kdenlive, but running on anything worse than a Pi4 with 4gb of RAM will be incredibly slow. If your looking to do more complicated video editing you need to use a different, more powerful computer as the Raspberry Pi just doesn't have the capability for that sort of thing.

https://kdenlive.org

Ben
  • 99
  • 1
  • 1
  • 8