Advertisement
dericed

Untitled

Jun 2nd, 2011
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. ffmpeg -i out-001.m2t -f ffmetadata -
  2. ffmpeg version git-N-30462-gd013c6d, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Jun 2 2011 11:20:23 with gcc 4.2.1 (Apple Inc. build 5666) (dot 3)
  4. configuration: --enable-gpl --enable-libfreetype --enable-frei0r --enable-libx264
  5. libavutil 51. 3. 0 / 51. 3. 0
  6. libavcodec 53. 6. 1 / 53. 6. 1
  7. libavformat 53. 2. 0 / 53. 2. 0
  8. libavdevice 53. 1. 0 / 53. 1. 0
  9. libavfilter 2. 11. 0 / 2. 11. 0
  10. libswscale 0. 14. 0 / 0. 14. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. [mpeg2video @ 0x101857200] mpeg_decode_postinit() failure
  13. Last message repeated 5 times
  14. [mpegts @ 0x10184ec00] Could not find codec parameters (Data: [160][0][0][0] / 0x00A0)
  15. [mpegts @ 0x10184ec00] Could not find codec parameters (Data: [161][0][0][0] / 0x00A1)
  16. [NULL @ 0x101876c00] start time is not set in av_estimate_timings_from_pts
  17. [NULL @ 0x101878a00] start time is not set in av_estimate_timings_from_pts
  18. Input #0, mpegts, from '/Users/daverice/Projects/samples/out-001.m2t':
  19. Duration: 00:00:00.58, start: 903.385767, bitrate: 19620 kb/s
  20. Program 100
  21. Stream #0.0[0x810]: Video: mpeg2video (Main), yuv420p, 1440x1080 [PAR 4:3 DAR 16:9], 25000 kb/s, 49.95 fps, 29.97 tbr, 90k tbn, 59.94 tbc
  22. Stream #0.1[0x814]: Audio: mp2, 48000 Hz, stereo, s16, 384 kb/s
  23. Stream #0.2[0x815]: Data: [160][0][0][0] / 0x00A0
  24. Stream #0.3[0x811]: Data: [161][0][0][0] / 0x00A1
  25. ;FFMETADATA1
  26. Output #0, ffmetadata, to 'pipe:':
  27. ffmpeg(88635) malloc: *** error for object 0x1010142e0: pointer being freed was not allocated
  28. *** set a breakpoint in malloc_error_break to debug
  29. Abort trap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement