6

Are there any open-source video editors available for Ubuntu that have 4k exportation capabilities?

If not, are there any proprietary (free or paid) license video editors with these skills?

Seth
  • 59,332

6 Answers6

4

Looks like Lightworks will be available for ubuntu next month.

http://www.omgubuntu.co.uk/2012/09/oscar-winning-video-editor-lightworks-landing-on-linux-in-october

Lightworks running on Ubuntu

Nate
  • 554
4

Blender has an integrated Video Sequencer and supports 4K cinema resolution, a proof of that is that Sintel, a movie produced with blender, is available for download in 4K :)

http://www.blendernation.com/2011/02/20/sintel-4k-available/

More information about Blender here:

http://www.blender.org/

You can obviously install Blender from the Ubuntu Software Center.

OpenNingia
  • 3,323
2

Openshot, Shotcut,and Kdenlive now support the editing and export of 4K videos.

  • Among them, the fastest editor should be Shotcut as it allows you to create optimized media and take utilization of GPU acceleration.
  • Kdenlive is stable on Linux system, but temporarily not quite stable on Windows.And it doesn't support GPU acceleration and multi core CPU processing.
  • Openshot is buggy and more basic.

    file-size-with-kdenlive

1

You can try using cinelerra. It is said to have support for 4k videos since August 2004. source

To install do these commands:

sudo apt-add-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra
Anwar
  • 77,855
1

You can try using Shotcut (http://www.shotcut.org/bin/view/Shotcut/Features). I haven't tried 4k-Videos it but it says the recent version supports it.

1

also have a look at http://lumiera.org/ ... still under development

Wilfried
  • 41
  • 4