Advertisement
Guest User

Untitled

a guest
Dec 18th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. ==13263== Memcheck, a memory error detector
  2. ==13263== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
  3. ==13263== Using Valgrind-3.6.1-Debian and LibVEX; rerun with -h for copyright info
  4. ==13263== Command: zzuf -c -v -s5 -r0.00:1 ffmpeg -i /home/ungureanu/Desktop/test2/smacker/wetlogo.smk -f null -
  5. ==13263==
  6. zzuf[s=5,r=0:1]: launched `ffmpeg'
  7. ffmpeg version N-35890-g83b4671, Copyright (c) 2000-2011 the FFmpeg developers
  8. built on Dec 17 2011 17:29:18 with gcc 4.6.1
  9. configuration:
  10. libavutil 51. 32. 0 / 51. 32. 0
  11. libavcodec 53. 46. 0 / 53. 46. 0
  12. libavformat 53. 26. 0 / 53. 26. 0
  13. libavdevice 53. 4. 0 / 53. 4. 0
  14. libavfilter 2. 53. 0 / 2. 53. 0
  15. libswscale 2. 1. 0 / 2. 1. 0
  16. [smackvid @ 0x92341c0] Skipping TYPE tree
  17. [smk @ 0x92189e0] max_analyze_duration 5000000 reached at 5041000
  18. Input #0, smk, from '/home/ungureanu/Desktop/test2/smacker/wetlogo.smk':
  19. Duration: 00:00:07.10, start: 0.000000, bitrate: 815 kb/s
  20. Stream #0:0: Video: smackvideo (SMK2 / 0x324B4D53), pal8, 320x200, 14.08 fps, 14.08 tbr, 14.08 tbn, 14.08 tbc
  21. Stream #0:1: Audio: smackaudio (SMKA / 0x414B4D53), 22050 Hz, mono, u8
  22. [buffer @ 0x92701c0] w:320 h:200 pixfmt:pal8 tb:1/1000000 sar:0/1 sws_param:
  23. Incompatible sample format 'u8' for codec 'pcm_s16le', auto-selecting format 's16'
  24. [smackvid @ 0x92341c0] Skipping TYPE tree
  25. Output #0, null, to 'pipe:':
  26. Metadata:
  27. encoder : Lavf53.26.0
  28. Stream #0:0: Video: rawvideo, pal8, 320x200, q=2-31, 200 kb/s, 90k tbn, 14.08 tbc
  29. Stream #0:1: Audio: pcm_s16le, 22050 Hz, mono, s16, 352 kb/s
  30. Stream mapping:
  31. Stream #0:0 -> #0:0 (smackvid -> rawvideo)
  32. Stream #0:1 -> #0:1 (smackaud -> pcm_s16le)
  33. Press [q] to stop, [?] for help
  34. frame= 100 fps= 0 q=0.0 Lsize= 0kB time=00:00:07.09 bitrate= 0.0kbits/s
  35.  
  36. video:0kB audio:306kB global headers:0kB muxing overhead -100.000000%
  37. zzuf[s=5,r=0:1]: exit 0
  38. ==13263==
  39. ==13263== HEAP SUMMARY:
  40. ==13263== in use at exit: 70 bytes in 1 blocks
  41. ==13263== total heap usage: 448 allocs, 447 frees, 35,378 bytes allocated
  42. ==13263==
  43. ==13263== LEAK SUMMARY:
  44. ==13263== definitely lost: 70 bytes in 1 blocks
  45. ==13263== indirectly lost: 0 bytes in 0 blocks
  46. ==13263== possibly lost: 0 bytes in 0 blocks
  47. ==13263== still reachable: 0 bytes in 0 blocks
  48. ==13263== suppressed: 0 bytes in 0 blocks
  49. ==13263== Rerun with --leak-check=full to see details of leaked memory
  50. ==13263==
  51. ==13263== For counts of detected and suppressed errors, rerun with: -v
  52. ==13263== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 13 from 6)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement