Mercurial > repos > greg > ffmpeg
changeset 10:18a4e1df1a54 draft
Uploaded
author | greg |
---|---|
date | Wed, 18 Oct 2017 08:53:07 -0400 |
parents | 03581ee71fb9 |
children | fec4348c08f5 |
files | ffmpeg.xml |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ffmpeg.xml Wed Oct 18 08:49:12 2017 -0400 +++ b/ffmpeg.xml Wed Oct 18 08:53:07 2017 -0400 @@ -6,7 +6,11 @@ <command detect_errors="exit_code"><![CDATA[ #if str($conversion_cond.conversion) == "video": mkdir output && - ffmpeg -i '$conversion_cond.input' -filter:v fps=fps=1/$conversion_cond.sbf 2>/dev/null output/%05d.jpg + #if str($output_process_log) == 'yes': + ffmpeg -i '$conversion_cond.input' -filter:v fps=fps=1/$conversion_cond.sbf 2>$output_log output/%05d.jpg + #else: + ffmpeg -i '$conversion_cond.input' -filter:v fps=fps=1/$conversion_cond.sbf 2>/dev/null output/%05d.jpg + #end if #end if ]]></command> <inputs>