Advertisement
Guest User

Untitled

a guest
Oct 11th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. # cat *.mp4|ffmpeg -i - -vcodec copy -acodec copy output.mp4
  2. ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Oct 11 2012 12:41:30 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4)
  4. configuration:
  5. libavutil 51. 73.101 / 51. 73.101
  6. libavcodec 54. 59.100 / 54. 59.100
  7. libavformat 54. 29.104 / 54. 29.104
  8. libavdevice 54. 2.101 / 54. 2.101
  9. libavfilter 3. 17.100 / 3. 17.100
  10. libswscale 2. 1.101 / 2. 1.101
  11. libswresample 0. 15.100 / 0. 15.100
  12. [mov,mp4,m4a,3gp,3g2,mj2 @ 0xaa88500] stream 0, offset 0x30: partial file
  13. [mov,mp4,m4a,3gp,3g2,mj2 @ 0xaa88500] Could not find codec parameters for stream 0 (Video: h264 (avc1 / 0x31637661), 420x350, 204 kb/s): unspecified pixel format
  14. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  15. pipe:: could not find codec parameters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement