@extends('profilelayout') @section('content')
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!
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
ffmpeg -i shitty\ proprietary.mp4 -c:v libvpx -vf scale 1280:-1 -b:v 800K sexy\ and\ free.webm
ffmpeg -i ugly\ and\ shitty.mp4 -c:v libvpx-vp9 beautiful\ lightweight.webm
ffmpeg -i problem.webm -map 0:0 -map 0:1 -c:v copy solved.webm
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