Mercurial > repos > greg > ffmpeg
comparison ffmpeg.xml @ 10:18a4e1df1a54 draft
Uploaded
| author | greg |
|---|---|
| date | Wed, 18 Oct 2017 08:53:07 -0400 |
| parents | 03581ee71fb9 |
| children | fec4348c08f5 |
comparison
equal
deleted
inserted
replaced
| 9:03581ee71fb9 | 10:18a4e1df1a54 |
|---|---|
| 4 <requirement type="package" version="3.2.4">ffmpeg</requirement> | 4 <requirement type="package" version="3.2.4">ffmpeg</requirement> |
| 5 </requirements> | 5 </requirements> |
| 6 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
| 7 #if str($conversion_cond.conversion) == "video": | 7 #if str($conversion_cond.conversion) == "video": |
| 8 mkdir output && | 8 mkdir output && |
| 9 ffmpeg -i '$conversion_cond.input' -filter:v fps=fps=1/$conversion_cond.sbf 2>/dev/null output/%05d.jpg | 9 #if str($output_process_log) == 'yes': |
| 10 ffmpeg -i '$conversion_cond.input' -filter:v fps=fps=1/$conversion_cond.sbf 2>$output_log output/%05d.jpg | |
| 11 #else: | |
| 12 ffmpeg -i '$conversion_cond.input' -filter:v fps=fps=1/$conversion_cond.sbf 2>/dev/null output/%05d.jpg | |
| 13 #end if | |
| 10 #end if | 14 #end if |
| 11 ]]></command> | 15 ]]></command> |
| 12 <inputs> | 16 <inputs> |
| 13 <conditional name="conversion_cond"> | 17 <conditional name="conversion_cond"> |
| 14 <param name="conversion" type="select" label="Convert"> | 18 <param name="conversion" type="select" label="Convert"> |
