Skip to main content

๐ŸŽฅ FFmpeg v3.3.2

Best Tool to manipulate all multimedia content (videos/audio/etc.).

Credits
  • BlassGO: Developer of this plugin.
  • Khang-NT: Developer of Static ffmpeg.
note

You can design your own plugins. Check this.

Installationโ€‹

  1. Download the plugin here.
  2. Add ffmpeg file in your META-INF/addons.
  3. Import it:
    import_module "$addons/ffmpeg"
  4. Enjoy your new command ffmpeg.
    ffmpeg -i input.mp4 -ac 2 -f wav audio.wav
    tip

    You can check the documentation of FFmpeg here.