Advertisement
Guest User

Untitled

a guest
Oct 16th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 5.00 KB | None | 0 0
  1. C:\ffmpeg\ffmpeg-20131014-git-a06dcde-win32-static\bin>ffmpeg.exe -i 1.264 -f im
  2. age2 image-%3d.bmp -v debug
  3. ffmpeg version N-57147-ga06dcde Copyright (c) 2000-2013 the FFmpeg developers
  4.   built on Oct 14 2013 18:02:01 with gcc 4.8.1 (GCC)
  5.   configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  6. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  7. le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
  8. e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena
  9. ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
  10. ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
  11. eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aa
  12. cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavp
  13. ack --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  14.   libavutil      52. 46.101 / 52. 46.101
  15.   libavcodec     55. 36.100 / 55. 36.100
  16.   libavformat    55. 19.102 / 55. 19.102
  17.   libavdevice    55.  4.100 / 55.  4.100
  18.   libavfilter     3. 88.101 /  3. 88.101
  19.   libswscale      2.  5.101 /  2.  5.101
  20.   libswresample   0. 17.103 /  0. 17.103
  21.   libpostproc    52.  3.100 / 52.  3.100
  22. Splitting the commandline.
  23. Reading option '-i' ... matched as input file with argument '1.264'.
  24. Reading option '-f' ... matched as option 'f' (force format) with argument 'imag
  25. e2'.
  26. Reading option 'image-%3d.bmp' ... matched as output file.
  27. Reading option '-v' ... matched as option 'v' (set logging level) with argument
  28. 'debug'.
  29. Finished splitting the commandline.
  30. Parsing a group of options: global .
  31. Applying option v (set logging level) with argument debug.
  32. Successfully parsed a group of options.
  33. Parsing a group of options: input file 1.264.
  34. Successfully parsed a group of options.
  35. Opening an input file: 1.264.
  36. [h264 @ 023f9a20] Format h264 probed with size=2048 and score=51
  37. [h264 @ 023f9a20] File position before avformat_find_stream_info() is 0
  38. [h264 @ 023fbae0] Current profile doesn't provide more RBSP data in PPS, skippin
  39. g
  40. [h264 @ 023f9a20] File position after avformat_find_stream_info() is 810738
  41. Input #0, h264, from '1.264':
  42.  Duration: N/A, bitrate: N/A
  43.    Stream #0:0, 100, 1/1200000: Video: h264 (Constrained Baseline), yuv420p, 93
  44. 2x582, 1/50, 25 fps, 25 tbr, 1200k tbn, 50 tbc
  45. Successfully opened the file.
  46. Parsing a group of options: output file image-%3d.bmp.
  47. Applying option f (force format) with argument image2.
  48. Successfully parsed a group of options.
  49. Opening an output file: image-%3d.bmp.
  50. Successfully opened the file.
  51. detected 4 logical cores
  52. [graph 0 input from stream 0:0 @ 022ed960] Setting 'video_size' to value '932x58
  53. 2'
  54. [graph 0 input from stream 0:0 @ 022ed960] Setting 'pix_fmt' to value '0'
  55. [graph 0 input from stream 0:0 @ 022ed960] Setting 'time_base' to value '1/12000
  56. 00'
  57. [graph 0 input from stream 0:0 @ 022ed960] Setting 'pixel_aspect' to value '0/1'
  58.  
  59. [graph 0 input from stream 0:0 @ 022ed960] Setting 'sws_param' to value 'flags=2
  60. '
  61. [graph 0 input from stream 0:0 @ 022ed960] Setting 'frame_rate' to value '50/2'
  62. [graph 0 input from stream 0:0 @ 022ed960] w:932 h:582 pixfmt:yuv420p tb:1/12000
  63. 00 fr:25/1 sar:0/1 sws_param:flags=2
  64. [format @ 0477a820] compat: called with args=[bgra|bgr24|rgb565le|rgb555le|rgb44
  65. 4le|rgb8|bgr8|rgb4_byte|bgr4_byte|gray|pal8|monob]
  66. [format @ 0477a820] Setting 'pix_fmts' to value 'bgra|bgr24|rgb565le|rgb555le|rg
  67. b444le|rgb8|bgr8|rgb4_byte|bgr4_byte|gray|pal8|monob'
  68. [auto-inserted scaler 0 @ 023ff560] Setting 'flags' to value '0x4'
  69. [auto-inserted scaler 0 @ 023ff560] w:iw h:ih flags:'0x4' interl:0
  70. [format @ 0477a820] auto-inserting filter 'auto-inserted scaler 0' between the f
  71. ilter 'Parsed_null_0' and the filter 'format'
  72. [AVFilterGraph @ 023fc520] query_formats: 4 queried, 2 merged, 1 already done, 0
  73. delayed
  74. [auto-inserted scaler 0 @ 023ff560] picking bgr24 out of 12 ref:yuv420p alpha:0
  75. [auto-inserted scaler 0 @ 023ff560] w:932 h:582 fmt:yuv420p sar:0/1 -> w:932 h:5
  76. 82 fmt:bgr24 sar:0/1 flags:0x4
  77. Output #0, image2, to 'image-%3d.bmp':
  78.  Metadata:
  79.    encoder         : Lavf55.19.102
  80.    Stream #0:0, 0, 1/90000: Video: bmp, bgr24, 932x582, 1/25, q=2-31, 200 kb/s,
  81. 90k tbn, 25 tbc
  82. Stream mapping:
  83.  Stream #0:0 -> #0:0 (h264 -> bmp)
  84. Press [q] to stop, [?] for help
  85. [AVIOContext @ 0230ed20] Statistics: 0 seeks, 50 writeouts
  86.    Last message repeated 61 times
  87. [AVIOContext @ 0230ed20] Statistics: 0 seeks, 50 writeoutste=N/A
  88.    Last message repeated 33 times
  89. [output stream 0:0 @ 023fa020] EOF on sink link output stream 0:0:default.
  90. [AVIOContext @ 0230ed20] Statistics: 0 seeks, 50 writeouts
  91.    Last message repeated 3 times
  92. No more output streams to write to, finishing.
  93. frame=  100 fps=0.0 q=-1.0 Lsize=N/A time=00:00:04.00 bitrate=N/A
  94. video:158919kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.0000
  95. 14%
  96. 104 frames successfully decoded, 0 decoding errors
  97. [AVIOContext @ 023faa00] Statistics: 810738 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement