PHPackages                             orkan/ffmpeg - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. orkan/ffmpeg

ActiveLibrary[Image &amp; Media](/categories/media)

orkan/ffmpeg
============

ork-ffmpeg (W)indows (C)ontext (T)ools

2.8.0(9mo ago)244MITBatchfile

Since Feb 7Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/orkan/ffmpeg)[ Packagist](https://packagist.org/packages/orkan/ffmpeg)[ Docs](https://github.com/orkan/ffmpeg)[ RSS](/packages/orkan-ffmpeg/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

[![ffmpeg-logo](https://user-images.githubusercontent.com/129182/109426413-f506b680-79ed-11eb-9792-c09119ed708a.jpg)](https://user-images.githubusercontent.com/129182/109426413-f506b680-79ed-11eb-9792-c09119ed708a.jpg)

ork-ffmpeg `v2.8.0`
===================

[](#ork-ffmpeg-v280)

Convert your media files quickly with FFmpeg library.

---

The main idea is to limit the command line switches passed to `ffmpeg.exe` while keeping full control of the conversion process. Use Windows "Send To" menu or "Drag &amp; Drop" features to quickly convert your media. Use `convert.bat` tool to batch proccess multiple media files from different locations at once.

Installation
------------

[](#installation)

### Environment variables:

[](#environment-variables)

Customize default config values by declaring user config file environment variable `ORKAN_FFMPEG_USER_CONFIG`Example: `ORKAN_FFMPEG_USER_CONFIG=path\to\usr\config.bat`

From this file you can:

- customize ffmpeg binaries location: `set FFMPEG_HOME=path\to\ffmpeg-static`
- change log file location: `set LOG_FILE=path\to\file.log`
- extend Autoloader locations: `set APP_TOOLS_PATH=path\to\user\tools` (same format as Windows %PATH%)
- this way you can basically change every option from default `src\_config.bat`

### Autoloader:

[](#autoloader)

The `autoload.bat` is the main entry point for any tool located on `%APP_TOOLS_PATH%`. Usage: `autoload.bat  [arg1 ... arg8]`Check autoload.bat header section for more info.

### Send To:

[](#send-to)

1. Create shortcut in `%USERPROFILE%\AppData\Roaming\Microsoft\Windows\SendTo`
    - to load any tool with autoloader use: `autoload.bat tool_mp4.bat ...args`
    - to load specific tool use absolute path: `D:\...\src\tool_mp4.bat ...args`
2. Right click on your media file, choose: Send To &gt; Convert to mp4

Batch processing:
-----------------

[](#batch-processing)

Proccess multiple files from different locations at once with `convert.bat` tool. Command: `autoload.bat convert.bat files.bat`

In `files.bat`:

```
@echo off

REM Convert all *.ts to *.mp4 in X:\media\videos
echo ffmpeg_mp4.bat "X:\media\videos\*.ts" 28 24.97

REM Convert all *.avi to *.mp3 in D:\clips
echo ffmpeg_mp3.bat "D:\clips\*.avi"
```

About
-----

[](#about)

### Requirements

[](#requirements)

- [ffmpeg.exe](https://ffmpeg.org/)

### Author

[](#author)

[Orkan](https://github.com/orkan)

### Updated

[](#updated)

Sun, 07 Sep 2025 23:47:21 +02:00

### License

[](#license)

MIT

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance55

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~472 days

Total

3

Last Release

298d ago

Major Versions

1.3.0 → 2.0.02023-02-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/129182?v=4)[orkan](/maintainers/orkan)[@orkan](https://github.com/orkan)

---

Top Contributors

[![orkan](https://avatars.githubusercontent.com/u/129182?v=4)](https://github.com/orkan "orkan (32 commits)")

---

Tags

audiobatch-processingbatch-scriptffmpegmediavideowindowsaudiovideoconverterContextbatchmediawindows

### Embed Badge

![Health badge](/badges/orkan-ffmpeg/health.svg)

```
[![Health](https://phpackages.com/badges/orkan-ffmpeg/health.svg)](https://phpackages.com/packages/orkan-ffmpeg)
```

###  Alternatives

[php-ffmpeg/php-ffmpeg

FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg

5.0k24.0M192](/packages/php-ffmpeg-php-ffmpeg)[happyworm/jplayer

jPlayer allows you to create a media player with a consistent interface and experience across all browsers.

4.6k114.8k1](/packages/happyworm-jplayer)[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.5k902.0k23](/packages/danog-madelineproto)[dereuromark/media-embed

A PHP library to deal with all those media services around, parsing their URLs and embedding their audio/video content in websites.

181576.2k17](/packages/dereuromark-media-embed)[codescale/ffmpeg-php

PHP wrapper for FFmpeg application

496275.8k1](/packages/codescale-ffmpeg-php)[char0n/ffmpeg-php

PHP wrapper for FFmpeg application

495240.6k1](/packages/char0n-ffmpeg-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
