Advertisement
Guest User

Untitled

a guest
Jan 20th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. Nofew@Nofware ~/ffmpeg
  2. $ ./gdb ffmpeg_g.exe
  3. GNU gdb (GDB) 7.5
  4. Copyright (C) 2012 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  8. and "show warranty" for details.
  9. This GDB was configured as "x86_64-w64-mingw32".
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>...
  12. Reading symbols from C:\cygwin\home\Nofew\ffmpeg\ffmpeg_g.exe...done.
  13. (gdb) run -i tears_of_steel_1080p.mkv -vcodec libx264 -preset medium -crf 18 -rc-lookahead 60 -acodec copy OUT.mp4
  14. Starting program: C:\cygwin\home\Nofew\ffmpeg\ffmpeg_g.exe -i tears_of_steel_1080p.mkv -vcodec libx264 -preset medium -crf 18 -rc-lookahead 60 -acodec copy OUT.mp4
  15. [New Thread 7740.0x2770]
  16. ffmpeg version N-49062-g3fba3e7 Copyright (c) 2000-2013 the FFmpeg developers
  17. built on Jan 20 2013 15:20:32 with gcc 4.5.3 (GCC)
  18. configuration: --extra-cflags='-I/home/Nofew/thingyx/include -U__STRICT_ANSI__' --extra-ldflags=-L/home/Nofew/thingyx/lib --prefix=/home/Nofew/thingyx --arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --enable-gpl --enable-libx264 --disable-indevs --enable-cross-compile --disable-doc
  19. libavutil 52. 15.100 / 52. 15.100
  20. libavcodec 54. 89.100 / 54. 89.100
  21. libavformat 54. 61.101 / 54. 61.101
  22. libavdevice 54. 3.102 / 54. 3.102
  23. libavfilter 3. 32.101 / 3. 32.101
  24. libswscale 2. 2.100 / 2. 2.100
  25. libswresample 0. 17.102 / 0. 17.102
  26. libpostproc 52. 2.100 / 52. 2.100
  27. Input #0, matroska,webm, from 'tears_of_steel_1080p.mkv':
  28. Metadata:
  29. TITLE :
  30. ARTIST :
  31. COMPOSER :
  32. SYNOPSIS :
  33. DATE_RELEASED :
  34. GENRE :
  35. Duration: 00:12:14.17, start: 0.000000, bitrate: 6273 kb/s
  36. Stream #0:0(eng): Video: theora, yuv420p, 1920x800 [SAR 1:1 DAR 12:5], 24 fps, 24 tbr, 1k tbn, 24 tbc (default)
  37. Stream #0:1(eng): Audio: aac, 44100 Hz, stereo, fltp (default)
  38. [libx264 @ 0000000006e500a0] using SAR=1/1
  39. [libx264 @ 0000000006e500a0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  40. [libx264 @ 0000000006e500a0] profile High, level 4.0
  41. [libx264 @ 0000000006e500a0] 264 - core 129 r2245M bc13772 - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - 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=12 lookahead_threads=2 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=24 scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=18.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  42. Output #0, mp4, to 'OUT.mp4':
  43. Metadata:
  44. TITLE :
  45. ARTIST :
  46. COMPOSER :
  47. SYNOPSIS :
  48. DATE_RELEASED :
  49. GENRE :
  50. encoder : Lavf54.61.101
  51. Stream #0:0(eng): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1920x800 [SAR 1:1 DAR 12:5], q=-1--1, 12288 tbn, 24 tbc (default)
  52. Stream #0:1(eng): Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, stereo (default)
  53. Stream mapping:
  54. Stream #0:0 -> #0:0 (theora -> libx264)
  55. Stream #0:1 -> #0:1 (copy)
  56. Press [q] to stop, [?] for help
  57. [New Thread 7740.0x2058]
  58. [New Thread 7740.0x1168]
  59. [New Thread 7740.0x2648]
  60. [New Thread 7740.0x1efc]
  61. [New Thread 7740.0x27b4]
  62. [New Thread 7740.0x25d0]
  63. [New Thread 7740.0x1f04]
  64. [New Thread 7740.0x27fc]
  65. [New Thread 7740.0x275c]
  66. [New Thread 7740.0x271c]
  67. [New Thread 7740.0x229c]
  68. [New Thread 7740.0x249c]
  69. [New Thread 7740.0x26e8]
  70. [New Thread 7740.0x2740]
  71. [New Thread 7740.0x1ee4]
  72. [New Thread 7740.0x261c]
  73. [New Thread 7740.0x262c]
  74. [New Thread 7740.0x20f8]
  75. [New Thread 7740.0x1de0]
  76. [New Thread 7740.0x2798]
  77. [New Thread 7740.0x274c]
  78. [New Thread 7740.0x2604]
  79. [New Thread 7740.0x2778]
  80. [New Thread 7740.0x2650]
  81.  
  82. Program received signal SIGSEGV, Segmentation fault.
  83. [Switching to Thread 7740.0x1ee4]
  84. ___chkstk ()
  85. at /cygdrive/i/szsz/tmpp/64gcc/mingw64-x86_64-gcc-4.5.3-6/src/gcc-4.5.3/libgcc/../gcc/config/i386/cygwin.asm:110
  86. (gdb) 110 /cygdrive/i/szsz/tmpp/64gcc/mingw64-x86_64-gcc-4.5.3-6/src/gcc-4.5.3/libgcc/../gcc/config/i386/cygwin.asm: No such file or directory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement