[FFmpeg-user] ffmpeg pipe svg image sequence error
Carl Eugen Hoyos
ceffmpeg at gmail.com
Wed Nov 8 00:15:11 EET 2017
2017-11-06 23:27 GMT+01:00 Michael Lucarz <michael.lucarz at gmail.com>:
> 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
More information about the ffmpeg-user
mailing list