Skip to content

Instantly share code, notes, and snippets.

@FrontierDK
FrontierDK / ffmpeg_tut_.md
Created February 10, 2021 08:19 — forked from hsab/ffmpeg_tut_.md
FFMPEG Tutorial: 2-Pass & CRF in x264 & x265

Google FFMPEG H264

Two-Pass: Requires a bitrate. This defines the quality of the video. Youtube and Vimeo usually reduce your bitrate to 25mbs. So if it is higher, it will be compressed by these websites.

Lower bitrate means lower files size.

Calculating Bitrate:

@FrontierDK
FrontierDK / Index.html
Created February 17, 2019 00:43 — forked from meziantou/Index.html
Javascript - Record audio
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<h1>Audio</h1>