Quoted By:
>You can convert it to webm yourself using ffmpeg:
ffmpeg -i input.mp4 output.webm
>To make 4channel accept it, use the parameters
-c:a libvorbis
-c:v libvpx
>To cut the video, use a timestamp and length
-ss 00:03:33
-t 00:00:33
>To set the bitrate, use
-b:v 1.5M
Or just use webm for retards.