Advertisement
Guest User

Untitled

a guest
Dec 4th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. # 13820 frames in 1752 seconds is 7.89 fps
  2. > ffmpeg -f image2 -i ./test-%05d.png -r 7.89 -y input.mp4
  3. ffmpeg version 0.8.4-4:0.8.4-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
  4. built on Nov 6 2012 16:51:33 with gcc 4.6.3
  5. *** THIS PROGRAM IS DEPRECATED ***
  6. This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
  7. Input #0, image2, from './test-%05d.png':
  8. Duration: 00:09:12.84, start: 0.000000, bitrate: N/A
  9. Stream #0.0: Video: png, rgb24, 640x480, 25 fps, 25 tbr, 25 tbn, 25 tbc
  10. Incompatible pixel format 'rgb24' for codec 'mpeg4', auto-selecting format 'yuv420p'
  11. [buffer @ 0x1ab7380] w:640 h:480 pixfmt:rgb24
  12. [avsink @ 0x1ab76a0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out'
  13. [scale @ 0x1ab3d00] w:640 h:480 fmt:rgb24 -> w:640 h:480 fmt:yuv420p flags:0x4
  14. Output #0, mp4, to 'input.mp4':
  15. Metadata:
  16. encoder : Lavf53.21.0
  17. Stream #0.0: Video: mpeg4, yuv420p, 640x480, q=2-31, 200 kb/s, 789 tbn, 7.89 tbc
  18. Stream mapping:
  19. Stream #0.0 -> #0.0
  20. Press ctrl-c to stop encoding
  21. [buffer @ 0x1ab7380] Changing frame properties on the fly is not supported. dup=0 drop=328
  22. Last message repeated 7967 times851kB time=552.09 bitrate= 205.5kbits/s dup=2370 drop=3845
  23. frame= 4363 fps= 58 q=2.9 Lsize= 13910kB time=552.98 bitrate= 206.1kbits/s dup=2370 drop=3860
  24. video:13874kB audio:0kB global headers:0kB muxing overhead 0.261565%
  25. [paul-crown]~/oDesk/Paleo/video> vlc input.mp4
  26. VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e)
  27. [0xcf0138] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
  28. TagLib: MP4: No audio tracks
  29. Fontconfig warning: "/etc/fonts/conf.d/65-droid-sans-fonts.conf", line 61: Having multiple values in <test> isn't supported and may not works as expected
  30. Fontconfig warning: "/etc/fonts/conf.d/65-droid-sans-fonts.conf", line 96: Having multiple values in <test> isn't supported and may not works as expected
  31. Xlib: extension "RANDR" missing on display ":0.0".
  32. TagLib: MP4: No audio tracks
  33.  
  34. >mediainfo input.mp4
  35. General
  36. Complete name : input.mp4
  37. Format : MPEG-4
  38. Format profile : Base Media
  39. Codec ID : isom
  40. File size : 13.6 MiB
  41. Duration : 9mn 12s
  42. Overall bit rate : 206 Kbps
  43. Writing application : Lavf53.21.0
  44.  
  45. Video
  46. ID : 1
  47. Format : MPEG-4 Visual
  48. Format profile : Simple@L1
  49. Format settings, BVOP : No
  50. Format settings, QPel : No
  51. Format settings, GMC : No warppoints
  52. Format settings, Matrix : Default (H.263)
  53. Codec ID : 20
  54. Duration : 9mn 12s
  55. Duration_LastFrame : -125ms
  56. Bit rate : 206 Kbps
  57. Width : 640 pixels
  58. Height : 480 pixels
  59. Display aspect ratio : 4:3
  60. Frame rate mode : Constant
  61. Frame rate : 7.890 fps
  62. Color space : YUV
  63. Chroma subsampling : 4:2:0
  64. Bit depth : 8 bits
  65. Scan type : Progressive
  66. Compression mode : Lossy
  67. Bits/(Pixel*Frame) : 0.085
  68. Stream size : 13.5 MiB (100%)
  69. Writing library : Lavc53.35.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement