changeset 2:bb7f4a28df74 draft

Uploaded
author greg
date Tue, 17 Oct 2017 09:12:10 -0400
parents e6a324da6082
children 0557cb64f9e6
files ffmpeg.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ffmpeg.xml	Tue Oct 17 08:59:34 2017 -0400
+++ b/ffmpeg.xml	Tue Oct 17 09:12:10 2017 -0400
@@ -5,7 +5,7 @@
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
 mkdir output &&
-ffmpeg -i '$input' -filter:v fps=fps=1/$sbf %05d.png
+ffmpeg -i '$input' -filter:v fps=fps=1/$sbf output/%05d.png
     ]]></command>
     <inputs>
         <param name="input" type="data" format="avi,mpg" label="Select input video" />