Save frame to target file without prompt

This commit is contained in:
Romain Neutron 2013-08-06 14:59:28 +02:00
commit aa26a1efd0
3 changed files with 5 additions and 4 deletions

View file

@ -83,13 +83,13 @@ class FrameTest extends AbstractMediaTestCase
{
return array(
array(false, array(
'-ss', 'timecode',
'-y', '-ss', 'timecode',
'-i', __FILE__,
'-vframes', '1',
'-f', 'image2')
),
array(true, array(
'-i', __FILE__,
'-y', '-i', __FILE__,
'-vframes', '1', '-ss', 'timecode',
'-f', 'image2'
)),