├── .gitignore ├── README.md ├── ffmpeg-wrapper.sh └── patcher.sh /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPresso/MediaServer-ffmpeg-patcher/HEAD/README.md -------------------------------------------------------------------------------- /ffmpeg-wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPresso/MediaServer-ffmpeg-patcher/HEAD/ffmpeg-wrapper.sh -------------------------------------------------------------------------------- /patcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPresso/MediaServer-ffmpeg-patcher/HEAD/patcher.sh --------------------------------------------------------------------------------