More details here: http://blog.4chan.org/post/81896300203/webm-support-on-4chan
WebM support on 4chan
11–20 of 104 posts
Re: WebM support on 4chan
#12Re: WebM support on 4chan
#13More details here: http://blog.4chan.org/post/81896300203/webm-support-on-4chan
Nice to see this rolled out. In the notes it's mentioned that you won't offer a fallback. Was this a bandwidth consideration or that you decided simply not to try and support the remaining 14%? Or that you didn't want to maintain the infrastructure for transcoding the fallback file. In my experience at work I've found that whilst webm is generally smaller the difference is minute especially when you are dealing with…
Re: WebM support on 4chan
#14My use case is to have the best performance/quality ratio for a 30 second video under 3mb.
These are my ffmpeg flags:
h264: "-vcodec libx264 -crf 28"
webm: "-c:v libvpx -qmin 0 -qmax 50 -crf 5 -b:v 1M -c:a libvorbis -aq 4"
The video I tested with these setting last night took 5 seconds on h264 and 35 seconds for webm, both outputting to a 2.6mb file.
System Specs: - Intel Core i7 4770 Quad-Core 3.4GHz - 16gb 1866mhz memory - ssd drive - 64bit ubuntu 12.04 lts
What further frustrates this is that I can use OpenCL to improve encoding times even more, but only with h264 in ffmpeg (as far as I know).
Re: WebM support on 4chan
#15Re: WebM support on 4chan
#16Earlier quoted context omitted.
You probably know this but the blog breaks with https everywhere.
Tumblr doesn't support HTTPS, unfortunately. HTTPS Everywhere will need to update the 4chan config to account for it.
Re: WebM support on 4chan
#17Earlier quoted context omitted.
You probably know this but the blog breaks with https everywhere.
Tumblr doesn't support HTTPS, unfortunately. HTTPS Everywhere will need to update the 4chan config to account for it.
Re: WebM support on 4chan
#18Re: WebM support on 4chan
#19Earlier quoted context omitted.
You probably know this but the blog breaks with https everywhere.
Tumblr doesn't support HTTPS, unfortunately. HTTPS Everywhere will need to update the 4chan config to account for it.