Advertisement
Guest User

Untitled

a guest
Jun 4th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. -> cat *.jpg|ffmpeg -f image2pipe -r 10 -vcodec mjpeg -i - -vcodec libx264 output.mp4
  2. ffmpeg version N-41211-g0766b6e Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jun 1 2012 12:01:56 with gcc 4.1.2 20080704 (Red Hat 4.1.2-52)
  4. configuration: --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-version3
  5. libavutil 51. 56.100 / 51. 56.100
  6. libavcodec 54. 23.100 / 54. 23.100
  7. libavformat 54. 6.101 / 54. 6.101
  8. libavdevice 54. 0.100 / 54. 0.100
  9. libavfilter 2. 77.100 / 2. 77.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 15.100 / 0. 15.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. -bash: /bin/cat: Argument list too long
  14. [image2pipe @ 0x9efb540] Could not find codec parameters (Video: mjpeg)
  15. [image2pipe @ 0x9efb540] Estimating duration from bitrate, this may be inaccurate
  16. pipe:: could not find codec parameters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement