@extends('profilelayout') @section('content')

Useful tools for creating WebMs

There is a good documentation with various ffmpeg tools on github, you should definetly check it out and pick the one you like the most!

Some information about ffmpeg

If you want to learn more about FFmpeg check out FFmpeg Wiki and ffmpeg.org

ffmpeg is able to convert your .mkv and/or .mp4 files in to .webm for example and it is really easy, you just need to type in one line of commands

vp8 sample line
ffmpeg -i shitty\ proprietary.mp4 -c:v libvpx -vf scale 1280:-1 -b:v 800K sexy\ and\ free.webm
vp9 sample line
ffmpeg -i ugly\ and\ shitty.mp4 -c:v libvpx-vp9 beautiful\ lightweight.webm
If your uploads fails and you see this: Erroneous File Encoding! Try reencoding it
ffmpeg -i problem.webm -map 0:0 -map 0:1 -c:v copy solved.webm
How to do it in Wandaws?????

WHAT THE FUCK ARE THESE FUCKING COMMANDS YOU FUCKING NIGGER? DO I LOOK LIKE A FUCKING NERD?

In case you are one of those faggots who don't know anything about command line tools and how to use ffmpeg we also have something for you.

Please use WebMConverter by nixx, it has all the things you need and don't forget to click the vp9 button, vp9 is awesome!

@endsection