Is there any way I can export a 4k video

Asked by oskars games

I really like OpenShot, but now I need to be able to edit 4k videos. In preferences the output is limited to 3000 pixels. Is there any way to export 4k videos?

Question information

Language:
English Edit question
Status:
Answered
For:
OpenShot Video Editor Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Olivier Girard (eolinwen) said :
#1

No, not with the actual version, even with the expert mode.

Did are you able to use ffmpeg in console ?

I'm working (when I have the time! ) on a new set of presets like the 2K and 4K.
Could you tell me if this command works fine for you and for your purpose. You should adapt it for your input and export format.
your file will be in 4k 48 fps mono proress and 422le 10 bits

ffmpeg -y -probesize 5000000 -f image2 -r 48 -force_fps -i input -c:v prores_ks -profile:v 3 -qscale:v 9 -vendor ap10 -pix_fmt yuv422p10le -s 4096x1152 -r 48 output.mov(.mkv/.mp4)

Any feedback are welcome.

Can you help with this problem?

Provide an answer of your own, or ask oskars games for more information if necessary.

To post a message you must log in.