A small PHP Symfony Console as wrapper around ffmpeg. It allows to cut videos, e.g. remove ads from TV shows.
php
Find a file
2020-09-30 13:53:28 +02:00
src Support multiple cuts, for removing of ads 2020-09-30 13:53:28 +02:00
tests/Unit Support multiple cuts, for removing of ads 2020-09-30 13:53:28 +02:00
.gitignore Initial first working version 2020-09-30 13:53:28 +02:00
composer.json Initial first working version 2020-09-30 13:53:28 +02:00
composer.lock Initial first working version 2020-09-30 13:53:28 +02:00
cutvideo Initial first working version 2020-09-30 13:53:28 +02:00
LICENSE Initial commit 2020-09-30 13:53:09 +02:00
phpunit.xml.dist Initial first working version 2020-09-30 13:53:28 +02:00
README.md Initial commit 2020-09-30 13:53:09 +02:00

videocutting

PHP Wrapper around ffmpeg to make cutting videos easier