# HG changeset patch # User greg # Date 1508334631 14400 # Node ID 80f03b80156c1a2db060c31ffe0cb932aa6785a2 # Parent ed75b1c23ae09b47f4644c0e33d6fddf24338237 Uploaded diff -r ed75b1c23ae0 -r 80f03b80156c ffmpeg.xml --- a/ffmpeg.xml Wed Oct 18 09:48:16 2017 -0400 +++ b/ffmpeg.xml Wed Oct 18 09:50:31 2017 -0400 @@ -17,7 +17,7 @@ #for $i in $conversion_cond.input: #set input_filename = $i.file_name #set full_name = $i.name - ln -s $input_filename input_dir/$full_name + ln -s $input_filename input_dir/$full_name && #end for #if str($output_process_log) == 'yes': ffmpeg -r $conversion_cond.frame_rate -f mp4 -s 1920x1080 -i input_dir/%04d.jpg -vcodec libx264 -crf $conversion_cond.quality -pix_fmt yuv420p 2>$output_log $output_video