From f84f667542ed2966191221c25902737ca4cb197e Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:18:17 +0200 Subject: Changes to the ffmpeg call Changes to be committed: modified: stylize.sh --- stylize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylize.sh b/stylize.sh index b83517b..ee39b47 100755 --- a/stylize.sh +++ b/stylize.sh @@ -34,4 +34,4 @@ python renderer.py python renderer.py --fix # wrap everything into a video (automatically overrides) -ffmpeg -y -framerate 60 -pattern_type glob -i 'Output/neural_art_*.png' -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" $(basename ${2%.*})'_in_'$(basename ${1%.*})'.mp4' +ffmpeg -y -framerate 60 -c:v libx264 -pix_fmt yuv420p -qp 0 -pattern_type glob -i 'Output/neural_art_*.png' -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" $(basename ${2%.*})'_in_'$(basename ${1%.*})'.mp4' -- cgit v1.2.3