Mercurial > hg > pub > prymula > scripts
diff verysimpleslideshow/verysimpleslideshow.py @ 1:82b75cc1e524
postagelabels-0.220120-0.1
author | prymula <prymula76@outlook.com> |
---|---|
date | Wed, 31 Jan 2024 16:45:19 +0100 |
parents | dcd610585610 |
children |
line wrap: on
line diff
--- a/verysimpleslideshow/verysimpleslideshow.py Thu Sep 21 22:32:14 2023 +0200 +++ b/verysimpleslideshow/verysimpleslideshow.py Wed Jan 31 16:45:19 2024 +0100 @@ -28,7 +28,7 @@ tmp_list = tmp_path + SLA + "list.txt" # NIE USUWAC ! #command = "ffmpeg -framerate 0.3 -pattern_type glob -i '"+tmp_path+"/*.jpg' -c:v libopenh264 -profile:v high -crf 20 -pix_fmt yuv420p output.mp4" -command = "ffmpeg -f concat -y -r 0.2 -safe 0 -i '"+tmp_list+"' -framerate 1 -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p -filter:a 'atempo=0.5' output.mp4" +command = "ffmpeg -f concat -r 0.2 -safe 0 -i '"+tmp_list+"' -framerate 1 -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p -filter:a 'atempo=0.5' output.mp4" #command = "ffmpeg -f concat -y -r 0.2 -safe 0 -i '"+tmp_list+"' -framerate 1 -c:v mpeg4 -crf 20 -pix_fmt yuv420p output.mp4" #num = 0