User:Woozle/kdenlive
Jump to navigation
Jump to search
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
- f=ogg vcodec=libtheora qscale=%quality acodec=libvorbis aq=%audioquality
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