Advertisement
Guest User

Untitled

a guest
Feb 11th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. test@SSTest:~$ gdb --args /home/test/ffmpeg/ffmpeg_g -y -i /home/test/Kak_ukrast_million.avi -c:a libfaac -c:v libx264 -movflags frag_keyframe -f ismv /home/test/Kak_ukrast_million.ismv
  2. GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
  3. Copyright (C) 2011 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i686-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /home/test/ffmpeg/ffmpeg_g...done.
  12. (gdb) r
  13. Starting program: /home/test/ffmpeg/ffmpeg_g -y -i /home/test/Kak_ukrast_million.avi -c:a libfaac -c:v libx264 -movflags frag_keyframe -f ismv /home/test/Kak_ukrast_million.ismv
  14. [Thread debugging using libthread_db enabled]
  15. ffmpeg version git-2012-02-08-3c939ad Copyright (c) 2000-2012 the FFmpeg developers
  16. built on Feb 8 2012 23:38:55 with gcc 4.6.1
  17. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libx264 --enable-nonfree --enable-postproc --enable-version3
  18. libavutil 51. 38.100 / 51. 38.100
  19. libavcodec 54. 1.100 / 54. 1.100
  20. libavformat 54. 0.100 / 54. 0.100
  21. libavdevice 53. 4.100 / 53. 4.100
  22. libavfilter 2. 62.100 / 2. 62.100
  23. libswscale 2. 1.100 / 2. 1.100
  24. libswresample 0. 6.100 / 0. 6.100
  25. libpostproc 52. 0.100 / 52. 0.100
  26. [mpeg4 @ 0x9043d60] Invalid and inefficient vfw-avi packed B frames detected
  27. Input #0, avi, from '/home/test/Kak_ukrast_million.avi':
  28. Metadata:
  29. encoder : VirtualDubMod 1.5.10.2 (build 2540/release)
  30. Duration: 01:58:19.44, start: 0.000000, bitrate: 1771 kb/s
  31. Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 720x304 [SAR 1:1 DAR 45:19], 25 tbr, 25 tbn, 25 tbc
  32. Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, s16, 192 kb/s
  33. Stream #0:2: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, s16, 192 kb/s
  34. [buffer @ 0x9045f80] w:720 h:304 pixfmt:yuv420p tb:1/1000000 sar:1/1 sws_param:
  35. [libx264 @ 0x909ba20] using SAR=1/1
  36. [libx264 @ 0x909ba20] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle Cache64
  37. [New Thread 0xb6b35b70 (LWP 1735)]
  38. [New Thread 0xb6334b70 (LWP 1736)]
  39. [New Thread 0xb5b33b70 (LWP 1737)]
  40. [New Thread 0xb4ecab70 (LWP 1738)]
  41. [libx264 @ 0x909ba20] profile High, level 3.0
  42. [libx264 @ 0x909ba20] 264 - core 120 r2164 da19765 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=3 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  43. [New Thread 0xb3bf1b70 (LWP 1739)]
  44. [New Thread 0xb33f0b70 (LWP 1740)]
  45. [New Thread 0xb2befb70 (LWP 1741)]
  46.  
  47. Program received signal SIGSEGV, Segmentation fault.
  48. mov_write_moov_tag (pb=0x909be20, mov=0x9045ee0, s=0x909b340)
  49. at libavformat/movenc.c:1944
  50. 1944 build_chunks(&mov->tracks[i]);
  51. (gdb) q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement