diff --git a/README.md b/README.md index 02aeac3..1b7e4bf 100644 --- a/README.md +++ b/README.md @@ -8,21 +8,35 @@ ## TOC - [ffcvt - ffmpeg convert wrapper tool](#ffcvt---ffmpeg-convert-wrapper-tool) -- [Introduction](#introduction) -- [Quick Usage](#quick-usage) - - [$ ffcvt](#-ffcvt) -- [Environment Variables](#environment-variables) -- [Encoding Help](#encoding-help) -- [Download/Install](#downloadinstall) - - [Using `apt`](#using-`apt`) - - [Download binaries](#download-binaries) - - [Debian package](#debian-package) - - [Install Source](#install-source) -- [Tools Choices](#tools-choices) -- [Author(s)](#author(s)) + - [Latest Update(s)](#latest-update(s)) + - [Release v1.7.0](#release-v170) + - [Introduction](#introduction) + - [Quick Usage](#quick-usage) + - [$ ffcvt](#-ffcvt) + - [Environment Variables](#environment-variables) + - [Encoding Help](#encoding-help) + - [Download/Install](#downloadinstall) + - [Using `apt`](#using-`apt`) + - [Download binaries](#download-binaries) + - [Debian package](#debian-package) + - [Install Source](#install-source) + - [Tools Choices](#tools-choices) + - [Author(s)](#author(s)) ## ffcvt - ffmpeg convert wrapper tool +### Latest Update(s) + +#### Release v1.7.0 + +add `wx` type for weixin. + +Convert to video that is recognizable and playable by weixin/wechat, by using the `-t wx` option as the convertion type. Here is a converted sample: + +https://user-images.githubusercontent.com/422244/132617136-e1371ef3-6a21-4f12-8324-6db003c12468.mp4 + +(credit [here](https://www.youtube.com/watch?v=2-UzBitLmf8)) + ## Introduction - The next-generation codec like [High Efficiency Video codec (HEVC), H.265](https://goo.gl/IZrDH2) or [VP9](https://developers.google.com/media/vp9/) can produce videos visually comparable to H.264's result, but in [about half the file size](https://trac.ffmpeg.org/wiki/Encode/H.265).