changeset 4:af39d74b5595 draft

Uploaded
author greg
date Tue, 17 Oct 2017 10:11:15 -0400
parents 0557cb64f9e6
children 6c1b7f249352
files ffmpeg.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ffmpeg.xml	Tue Oct 17 10:03:44 2017 -0400
+++ b/ffmpeg.xml	Tue Oct 17 10:11:15 2017 -0400
@@ -5,7 +5,7 @@
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
 mkdir output &&
-ffmpeg -i '$input' -filter:v fps=fps=1/$sbf 2>/dev/null output/%05d.png
+ffmpeg -i '$input' -filter:v fps=fps=1/$sbf 2>/dev/null output/%05d.jpg
     ]]></command>
     <inputs>
         <param name="input" type="data" format="avi,mpg" label="Select input video" />
@@ -13,7 +13,7 @@
     </inputs>
     <outputs>
         <collection name="output" type="list">
-            <discover_datasets pattern="__name__" directory="output" format="png" />
+            <discover_datasets pattern="__name__" directory="output" format="jpg" />
         </collection>
     </outputs>
     <tests>