changeset 19:e18b095d1c2c draft

Uploaded
author greg
date Wed, 18 Oct 2017 13:55:15 -0400
parents f8a2a94102b4
children c1705fd38212
files ffmpeg.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ffmpeg.xml	Wed Oct 18 13:51:23 2017 -0400
+++ b/ffmpeg.xml	Wed Oct 18 13:55:15 2017 -0400
@@ -23,6 +23,7 @@
             #set base_name = $full_name.split('.')[0]
             #set jpg_name = '%s.jpg' % $base_name
             ffmpeg -i input_dir/$full_name input_dir/$jpg_name &&
+            rm input_dir/$full_name &&
         #end if
     #end for
     #if str($output_process_log) == 'yes':