File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ffmpeg-cli
2- [ ![ Build Status] ( https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat-square )] ( https://travis-ci.com/PotatoParser/ffmpeg-cli ) [ ![ Node v10] ( https://img.shields.io/badge/Node-v10-brightgreen.svg?style=flat-square )] ( https://nodejs.org/fr/blog/release/v10.0.0/ ) [ ![ Node v11] ( https://img.shields.io/badge/Node-v11-brightgreen.svg?style=flat-square )] ( https://nodejs.org/ko/blog/release/v11.0.0/ ) [ ![ Node LTS ] ( https://img.shields.io/badge/Node-v10 -brightgreen.svg?style=flat-square)] ( https://nodejs.org/en/download/ )
2+ [ ![ Build Status] ( https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat-square )] ( https://travis-ci.com/PotatoParser/ffmpeg-cli ) [ ![ Node v10] ( https://img.shields.io/badge/Node-v10-brightgreen.svg?style=flat-square )] ( https://nodejs.org/en/download/ ) [ ![ Node v11] ( https://img.shields.io/badge/Node-v11-brightgreen.svg?style=flat-square )] ( https://nodejs.org/en/download/ )
33
44A simple way of implementing FFmpeg regardless of OS
55``` javascript
@@ -38,7 +38,6 @@ ffmpeg.run(commands).then((result)=>{...}).catch((error)=>{...}); // Catches whe
3838
3939## FFmpeg Force Re-Download
4040** Run to redownload (synchronously) ffmpeg files**
41-
4241Returns true if download is successful
4342``` javascript
4443ffmpeg .forceDownload ();
You can’t perform that action at this time.
0 commit comments