Add example
This commit is contained in:
parent
808da86d12
commit
97a389909d
1 changed files with 1 additions and 1 deletions
2
cutvideo
2
cutvideo
|
@ -9,7 +9,7 @@ use Symfony\Component\Console\SingleCommandApplication;
|
||||||
|
|
||||||
(new SingleCommandApplication())
|
(new SingleCommandApplication())
|
||||||
->setName('Cutvideo')
|
->setName('Cutvideo')
|
||||||
->setHelp('Allows to cut a given video multiple times. Uses ffmpeg under the hood.')
|
->setHelp('Allows to cut a given video multiple times. Uses ffmpeg under the hood. Example: cutvideo Alf_season-1_episode-20_der-rollentausch_nq.mp4 08:05 38:24 --ad=26:22/33:08')
|
||||||
->setVersion('0.1.0')
|
->setVersion('0.1.0')
|
||||||
->addArgument('file', InputArgument::REQUIRED, 'The video file to cut.')
|
->addArgument('file', InputArgument::REQUIRED, 'The video file to cut.')
|
||||||
->addArgument('start', InputArgument::REQUIRED, 'The starting point of the video')
|
->addArgument('start', InputArgument::REQUIRED, 'The starting point of the video')
|
||||||
|
|
Loading…
Reference in a new issue