﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
5319	support for HQ videos	Boris Bobrov		"Hey there, i tryed to let the Transcoder transcoding in better Quality (1080p).
So i use this options for example:

{{{

# vp8enc options
self.destination_dimensions = kwargs.get('dimensions', (1080, 1080))
self.vp8_quality = kwargs.get('vp8_quality', 10)
}}}


...in the transcoding.py

After assetlink and dbupdate, there has nothing changed.
I think the handling of videos on ""Media""goblin is a big problem.
You cant enjoy Videos in that damn bad quality!

----

So i think, okey lets transcode to webm Files on the Client PCs before uploading - no, you can forget it! 
The Player Interface is a bad Joke on untranscoded Files! 
Here an Example of 1080p WebM: https://media.tchncs.de/u/milan/m/test/

I understand, that the Player dont let you switch in Resolutions.
But damned, so let us please configure in which Quality Videos can uploaded by users..."	enhancement	accepted	major		programming		video		
