PPM stuff

  • tmo97
    10th Aug 2014 Banned 1 Permalink
    This post is hidden because the user is banned
  • jacob1
    10th Aug 2014 Developer 3 Permalink
    Try this script: https://powdertoy.co.uk/Discussions/Thread/View.html?Thread=11284

    I've never used it but I think it's good.
  • tmo97
    10th Aug 2014 Banned 1 Permalink
    This post is hidden because the user is banned
  • Simon
    10th Aug 2014 Administrator 2 Permalink
    To copy a post of mine from a while ago:

    The best way of turning the PPM files that Powder Toy creates into videos would be to use a tool called ffmpeg.
    ffmpeg -r 48 -i "frame_%06d.ppm" "film.gif"

    Where:
    film.gif is the output file
    frame_%06d.ppm is the input file (%06d tells ffmpeg to match all files with the name frame_000000.ppm to frame_999999.ppm)
    48 is the frame rate, I recommend 48, but anywhere from 24 to 60 should be good.
  • mniip
    10th Aug 2014 Developer 2 Permalink
    @Simon (View Post)
    Actually ffmpeg isn't the best tool to create animated gifs. Imagemagick is.
    convert *.ppm -deconstruct output.gif
  • Protcom
    10th Aug 2014 Member 0 Permalink

    @tmo97 (View Post)

    And there is another one with better GUI which means it's easy to use

    http://www.gif-animator.com/download.html