Skip to content
Snippets Groups Projects

ffmpeg convert png-sequence to iOS-playable mp4

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Christian Mattes
    convert.sh 140 B
    /usr/bin/ffmpeg -i %04d.png -vcodec libx264 -profile:v main -pix_fmt yuv420p -level 3.1 -preset medium -crf 23 -x264-params ref=4 output.mp4
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment