Mercurial > repos > greg > ffmpeg
changeset 23:533ddfd05522 draft
Uploaded
author | greg |
---|---|
date | Wed, 18 Oct 2017 14:30:53 -0400 |
parents | 4b0e8f6dfd53 |
children | 0609c266d650 |
files | ffmpeg.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ffmpeg.xml Wed Oct 18 14:13:23 2017 -0400 +++ b/ffmpeg.xml Wed Oct 18 14:30:53 2017 -0400 @@ -21,7 +21,7 @@ cp $input_filename input_dir/$full_name && #end for #if str($output_process_log) == 'yes': - ffmpeg -r $conversion_cond.frame_rate -s 1920x1080 -i input_dir/%05d_predictions.$ext -vcodec libx264 -crf $conversion_cond.quality -pix_fmt yuv420p output/out.mp4 2> $output_process_log && + ffmpeg -r $conversion_cond.frame_rate -s 1920x1080 -i input_dir/%05d_predictions.$ext -vcodec libx264 -crf $conversion_cond.quality -pix_fmt yuv420p output/out.mp4 2> $output_log && #else: ffmpeg -r $conversion_cond.frame_rate -s 1920x1080 -i input_dir/%05d_predictions.$ext -vcodec libx264 -crf $conversion_cond.quality -pix_fmt yuv420p output/out.mp4 2> /dev/null && #end if