Advertisement
Guest User

Untitled

a guest
Mar 18th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. % ffprobe tmp/rangetest2.flv
  2. ffprobe version 2.0.1-tessus Copyright (c) 2007-2013 the FFmpeg developers
  3. built on Aug 10 2013 21:25:56 with llvm-gcc 4.2.1 (LLVM build 2336.1.00)
  4. configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm --extra-version=tessus --disable-shared --enable-static --disable-ffplay --enable-gpl --enable-pthreads --enable-postproc --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable-version3 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvpx --enable-libgsm --enable-libopus --enable-fontconfig --enable-libfreetype --enable-libass --enable-libbluray --enable-filters --enable-runtime-cpudetect
  5. libavutil 52. 38.100 / 52. 38.100
  6. libavcodec 55. 18.102 / 55. 18.102
  7. libavformat 55. 12.100 / 55. 12.100
  8. libavdevice 55. 3.100 / 55. 3.100
  9. libavfilter 3. 79.101 / 3. 79.101
  10. libswscale 2. 3.100 / 2. 3.100
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 3.100 / 52. 3.100
  13. [h264 @ 0x102014600] no frame!
  14. Last message repeated 133 times
  15. [h264 @ 0x102014600] non-existing PPS 1 referenced
  16. [h264 @ 0x102014600] decode_slice_header error
  17. [h264 @ 0x102014600] no frame!
  18. Last message repeated 16 times
  19. [h264 @ 0x102014600] non-existing SPS 0 referenced in buffering period
  20. [h264 @ 0x102014600] no frame!
  21. [flv @ 0x10200c000] decoding for stream 0 failed
  22. [flv @ 0x10200c000] Could not find codec parameters for stream 0 (Video: h264): unspecified size
  23. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  24. Input #0, flv, from 'tmp/rangetest2.flv':
  25. Duration: 00:20:32.23, start: 1218.614000, bitrate: 5 kb/s
  26. Stream #0:0: Video: h264, 30 tbr, 1k tbn, 2k tbc
  27. Stream #0:1: Audio: aac, 44100 Hz, mono, fltp
  28. % ffmpeg -i tmp/rangetest2.flv -vcodec copy -acodec copy tmp/rangetest2.mp4
  29. ffmpeg version 2.0.1-tessus Copyright (c) 2000-2013 the FFmpeg developers
  30. built on Aug 10 2013 21:25:56 with llvm-gcc 4.2.1 (LLVM build 2336.1.00)
  31. configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm --extra-version=tessus --disable-shared --enable-static --disable-ffplay --enable-gpl --enable-pthreads --enable-postproc --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable-version3 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvpx --enable-libgsm --enable-libopus --enable-fontconfig --enable-libfreetype --enable-libass --enable-libbluray --enable-filters --enable-runtime-cpudetect
  32. libavutil 52. 38.100 / 52. 38.100
  33. libavcodec 55. 18.102 / 55. 18.102
  34. libavformat 55. 12.100 / 55. 12.100
  35. libavdevice 55. 3.100 / 55. 3.100
  36. libavfilter 3. 79.101 / 3. 79.101
  37. libswscale 2. 3.100 / 2. 3.100
  38. libswresample 0. 17.102 / 0. 17.102
  39. libpostproc 52. 3.100 / 52. 3.100
  40. [h264 @ 0x102020c00] no frame!
  41. Last message repeated 133 times
  42. [h264 @ 0x102020c00] non-existing PPS 1 referenced
  43. [h264 @ 0x102020c00] decode_slice_header error
  44. [h264 @ 0x102020c00] no frame!
  45. Last message repeated 16 times
  46. [h264 @ 0x102020c00] non-existing SPS 0 referenced in buffering period
  47. [h264 @ 0x102020c00] no frame!
  48. [flv @ 0x102018600] decoding for stream 0 failed
  49. [flv @ 0x102018600] Could not find codec parameters for stream 0 (Video: h264): unspecified size
  50. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  51. Input #0, flv, from 'tmp/rangetest2.flv':
  52. Duration: 00:20:32.23, start: 1218.614000, bitrate: 5 kb/s
  53. Stream #0:0: Video: h264, 30 tbr, 1k tbn, 2k tbc
  54. Stream #0:1: Audio: aac, 44100 Hz, mono, fltp
  55. File 'tmp/rangetest2.mp4' already exists. Overwrite ? [y/N] y
  56. Output #0, mp4, to 'tmp/rangetest2.mp4':
  57. Metadata:
  58. encoder : Lavf55.12.100
  59. Stream #0:0: Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, mono
  60. Stream mapping:
  61. Stream #0:1 -> #0:0 (copy)
  62. Press [q] to stop, [?] for help
  63. [flv @ 0x102018600] Stream discovered after head already parsed
  64. [flv @ 0x102018600] New data stream 0:2 at pos:757450 and DTS:1231.23s
  65. size= 134kB time=00:00:14.14 bitrate= 77.6kbits/s
  66. video:0kB audio:131kB subtitle:0 global headers:0kB muxing overhead 2.402472%
  67. %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement