Advertisement
Guest User

svg sequence pipe

a guest
Oct 31st, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. works:
  2.  
  3. ffmpeg -i images/image-%02d.svg video.mp4
  4.  
  5. does not work:
  6.  
  7. cat images/*.svg | ffmpeg -f image2pipe -c:v svg -i - video.mp4
  8.  
  9. error:
  10.  
  11. ffmpeg version N-88409-ga8305b0ea3 Copyright (c) 2000-2017 the FFmpeg developers
  12. built with Apple LLVM version 9.0.0 (clang-900.0.37)
  13. configuration: --prefix=./bin --enable-gpl --enable-nonfree --enable-librsvg --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libopus --enable-libxvid
  14. libavutil 56. 0.100 / 56. 0.100
  15. libavcodec 58. 1.100 / 58. 1.100
  16. libavformat 58. 0.102 / 58. 0.102
  17. libavdevice 58. 0.100 / 58. 0.100
  18. libavfilter 7. 0.101 / 7. 0.101
  19. libswscale 5. 0.101 / 5. 0.101
  20. libswresample 3. 0.100 / 3. 0.100
  21. libpostproc 55. 0.100 / 55. 0.100
  22. [image2pipe @ 0x7fe0d1800000] Could not find codec parameters for stream 0 (Video: svg (librsvg), none): unspecified size
  23. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  24. Input #0, image2pipe, from 'pipe:':
  25. Duration: N/A, bitrate: N/A
  26. Stream #0:0: Video: svg, none, 25 tbr, 25 tbn, 25 tbc
  27. Output #0, mp4, to 'video.mp4':
  28. Output file #0 does not contain any stream
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement