Mercurial > repos > greg > ffmpeg
comparison ffmpeg.xml @ 6:ebfec8e5e838 draft
Uploaded
author | greg |
---|---|
date | Tue, 17 Oct 2017 14:18:48 -0400 |
parents | 6c1b7f249352 |
children | 9c1d2cbf6661 |
comparison
equal
deleted
inserted
replaced
5:6c1b7f249352 | 6:ebfec8e5e838 |
---|---|
5 </requirements> | 5 </requirements> |
6 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
7 #if str($conversion_cond) == "video": | 7 #if str($conversion_cond) == "video": |
8 mkdir output && | 8 mkdir output && |
9 ffmpeg -i '$input' -filter:v fps=fps=1/$sbf 2>/dev/null output/%05d.$ext | 9 ffmpeg -i '$input' -filter:v fps=fps=1/$sbf 2>/dev/null output/%05d.$ext |
10 #else: | |
11 #end if | 10 #end if |
12 ]]></command> | 11 ]]></command> |
13 <inputs> | 12 <inputs> |
14 <conditional name="conversion_cond"> | 13 <conditional name="conversion_cond"> |
15 <param name="conversion" type="select" label="Convert"> | 14 <param name="conversion" type="select" label="Convert"> |