Skip to main content

All Questions

Tagged with
17 votes
1 answer
59k views

How can I convert a series of PNG images to a video for YouTube?

I have a sequence of PNGs (here is one specimen) which I turn into a video with ffmpeg: ffmpeg -r 10 -i image%03d.png -s 1380x720 -c:v libx264 -qscale 10 -r 30 basf_merck_libx264.mp4 With VLC ...
Raffael's user avatar
  • 1,221
2 votes
1 answer
1k views

Why are colors changed in the preview for my clip on YouTube?

I have 1000 PNGs created with R and ggplot2. This is one for example: image000.png Now I use ffmpeg to glue them together into a clip: ffmpeg -r 10 -i image%03d.png -s 1380x720 -vcodec png -...
Raffael's user avatar
  • 1,221