Mercurial > repos > greg > ffmpeg
changeset 25:3b06d705bcdb draft default tip
Uploaded
author | greg |
---|---|
date | Thu, 19 Oct 2017 13:56:17 -0400 |
parents | 0609c266d650 |
children | |
files | ffmpeg.xml |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/ffmpeg.xml Thu Oct 19 13:46:17 2017 -0400 +++ b/ffmpeg.xml Thu Oct 19 13:56:17 2017 -0400 @@ -21,9 +21,9 @@ 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/*.$ext -vcodec libx264 -crf $conversion_cond.quality -pix_fmt yuv420p output/out.mp4 2> $output_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/*.$ext -vcodec libx264 -crf $conversion_cond.quality -pix_fmt yuv420p output/out.mp4 2> /dev/null && + 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 mv output/out.mp4 $output_video #end if @@ -66,9 +66,9 @@ <param name="conversion" value="images"/> <param name="input"> <collection type="list"> - <element name="big_buck_bunny1.jpg" value="big_buck_bunny1.jpg"/> - <element name="big_buck_bunny2.jpg" value="big_buck_bunny2.jpg"/> - <element name="big_buck_bunny3.jpg" value="big_buck_bunny3.jpg"/> + <element name="00001_predictions.jpg" value="00001_predictions.jpg"/> + <element name="00002_predictions.jpg" value="00002_predictions.jpg"/> + <element name="00003_predictions.jpg" value="00003_predictions.jpg"/> </collection> </param> <param name="rame_rate" value="1"/>