* try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function * try a fix for codec animate function Co-authored-by: Lia Siegelman <lsiegelman@ucsd.edu>
This commit is contained in:
parent
2bda216d8a
commit
2ebc97d92a
@ -98,7 +98,7 @@ function buildanimation(anim::Animation, fn::AbstractString,
|
|||||||
ffmpeg_exe(`-v $verbose_level -framerate $framerate -i $(animdir)/%06d.png -i "$(animdir)/palette.bmp" -lavfi "paletteuse=dither=sierra2_4a" -loop $loop -y $fn`)
|
ffmpeg_exe(`-v $verbose_level -framerate $framerate -i $(animdir)/%06d.png -i "$(animdir)/palette.bmp" -lavfi "paletteuse=dither=sierra2_4a" -loop $loop -y $fn`)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
ffmpeg_exe(`-v $verbose_level -framerate $framerate -i $(animdir)/%06d.png -loop $loop -y $fn`)
|
ffmpeg_exe(`-v $verbose_level -framerate $framerate -i $(animdir)/%06d.png -vf format=yuv420p -loop $loop -y $fn`)
|
||||||
end
|
end
|
||||||
|
|
||||||
show_msg && @info("Saved animation to ", fn)
|
show_msg && @info("Saved animation to ", fn)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user