User:Woozle/kdenlive: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "I always seem to come back to Kdenlive for video-editing, but rendering is chronically a problem -- especially for web targets. ==What Works== Output to MP4, default setti..."
 
OGV
 
Line 1: Line 1:
I always seem to come back to [[Kdenlive]] for video-editing, but rendering is chronically a problem -- especially for web targets.
I always seem to come back to [[Kdenlive]] for video-editing, but rendering is chronically a problem -- especially for web targets.
==What Works==
==What Works==
Output to MP4, default settings, with image scaling (not supported for in-browser playback)
* Output to MP4, default settings, with image scaling (not supported for in-browser playback)
* Output to [[OGV]] (supported by some browsers):
** f=ogg vcodec=libtheora qscale=%quality acodec=libvorbis aq=%audioquality
*** results: video a little jerky; slightly larger file than MP4
==What Fails==
==What Fails==
Output to [[WebM]] (needed for in-browser playback):
Output to [[WebM]] (needed for in-browser playback):
* properties=webm crf=%quality vb=0 qcomp=1 aq=%audioquality
* properties=webm crf=%quality vb=0 qcomp=1 aq=%audioquality
** results: audio only, audio-sized file
** results: audio only, audio-sized file

Latest revision as of 12:20, 11 June 2017

I always seem to come back to Kdenlive for video-editing, but rendering is chronically a problem -- especially for web targets.

What Works

  • Output to MP4, default settings, with image scaling (not supported for in-browser playback)
  • Output to OGV (supported by some browsers):
    • f=ogg vcodec=libtheora qscale=%quality acodec=libvorbis aq=%audioquality
      • results: video a little jerky; slightly larger file than MP4

What Fails

Output to WebM (needed for in-browser playback):

  • properties=webm crf=%quality vb=0 qcomp=1 aq=%audioquality
    • results: audio only, audio-sized file