Mercurial > repos > greg > ffmpeg
changeset 21:b99f8116ad62 draft
Uploaded
author | greg |
---|---|
date | Wed, 18 Oct 2017 14:07:54 -0400 |
parents | c1705fd38212 |
children | 4b0e8f6dfd53 |
files | ffmpeg.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ffmpeg.xml Wed Oct 18 14:04:23 2017 -0400 +++ b/ffmpeg.xml Wed Oct 18 14:07:54 2017 -0400 @@ -18,7 +18,7 @@ #set input_filename = $i.file_name #set full_name = $i.name #set ext = $i.ext - ln -s $input_filename input_dir/$full_name && + cp $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/%05d_predictions.$ext -vcodec libx264 -crf $conversion_cond.quality -pix_fmt yuv420p $output_video