Skip to content

bobzsj87/ffmpeg-fetch-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple fetch and convert app using ffmpeg

param

  • from: the from url where the resource is
  • inputformat, e.g. mp3
  • outputformat, e.g. ogg
  • param: additional ffmpeg args separated by ",". e.g. param=-ar,8000,-ac,1

config

You should change the paths in the config file. Copy and modify from config.js.sample

  • dataPath: where you save input and output file
  • httpPath: if you use a static file server, you can rewrite the path in the return js

install libs

Make sure ffmpeg is installed properly, such as libavcodec-extra-53, libmp3lame, etc...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published