Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Commit

Permalink
increment time to 15 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis committed Jun 14, 2016
1 parent f2585f7 commit b539657
Show file tree
Hide file tree
Showing 7 changed files with 242 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/PHP-FFMpeg.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

204 changes: 204 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/FFMpeg/Media/Video.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function save(FormatInterface $format, $outputPathfile)
$commands[] = '-ss';
$commands[] = '00:00:00.00';
$commands[] = '-t';
$commands[] = '00:00:10.00';
$commands[] = '00:00:15.00';
$commands[] = '-acodec';
$commands[] = 'libfdk_aac';
$commands[] = '-ar';
Expand Down

2 comments on commit b539657

@jperezg
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luisalvarez Procura no subir los archivos del IDE que estás utilizando, no son relevantes para el funcionamiento del proyecto.

@luisalvarez
Copy link

@luisalvarez luisalvarez commented on b539657 Jun 15, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.