2017-11-06 23:27 GMT+01:00 Michael Lucarz <[email protected]>: > With ffmpeg 3.4, you can now render svg image sequences. With the following > it works: > > ffmpeg -i images/image-%02d.svg video.mp4
> However, piping via > > cat images/*.svg | ffmpeg -f image2pipe -c:v svg -i - video.mp4 This would need an svg parser that does not exist (yet). Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
