Advertisement
Guest User

Untitled

a guest
Mar 21st, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. C:\Users\msmith\Desktop\ffmpeg-20140320-git-19139d8-win64-static\bin>ffmpeg.exe
  2. -i raw.pcm -loglevel debug -format s16le -sample_fmt s16 -ar 44100 -ac 2 file.wa
  3. v
  4. ffmpeg version N-61663-g19139d8 Copyright (c) 2000-2014 the FFmpeg developers
  5. built on Mar 20 2014 22:06:17 with gcc 4.8.2 (GCC)
  6. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  7. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  8. le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
  9. e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena
  10. ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
  11. ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
  12. eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aa
  13. cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavp
  14. ack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable
  15. -zlib
  16. libavutil 52. 67.100 / 52. 67.100
  17. libavcodec 55. 52.102 / 55. 52.102
  18. libavformat 55. 34.101 / 55. 34.101
  19. libavdevice 55. 11.100 / 55. 11.100
  20. libavfilter 4. 3.100 / 4. 3.100
  21. libswscale 2. 5.102 / 2. 5.102
  22. libswresample 0. 18.100 / 0. 18.100
  23. libpostproc 52. 3.100 / 52. 3.100
  24. Splitting the commandline.
  25. Reading option '-i' ... matched as input file with argument 'raw.pcm'.
  26. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level)
  27. with argument 'debug'.
  28. Reading option '-format' ... matched as AVOption 'format' with argument 's16le'.
  29. Reading option '-sample_fmt' ... matched as option 'sample_fmt' (set sample format) with argument 's16'.
  30. Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '44100'.
  31. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '2'.
  32. Reading option 'file.wav' ... matched as output file.
  33. Finished splitting the commandline.
  34. Parsing a group of options: global .
  35. Applying option loglevel (set logging level) with argument debug.
  36. Successfully parsed a group of options.
  37. Parsing a group of options: input file raw.pcm.
  38. Successfully parsed a group of options.
  39. Opening an input file: raw.pcm.
  40. [mp3 @ 000000000293f500] Format mp3 detected only with low score of 1, misdetection possible!
  41. [mp3 @ 000000000293f500] Before avformat_find_stream_info() pos: 0 bytes read:1081472 seeks:2
  42. [mp3 @ 0000000002927980] Header missing
  43. Last message repeated 207 times
  44. [mp3 @ 000000000293f500] decoding for stream 0 failed
  45. [mp3 @ 000000000293f500] Could not find codec parameters for stream 0 (Audio: mp3, 0 channels, s16p): unspecified frame size
  46. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  47. [mp3 @ 000000000293f500] After avformat_find_stream_info() pos: 3462900 bytes re
  48. ad:4511604 seeks:2 frames:208
  49. raw.pcm: could not find codec parameters
  50. [AVIOContext @ 0000000000357180] Statistics: 4511604 bytes read, 2 seeks
  51.  
  52. C:\Users\msmith\Desktop\ffmpeg-20140320-git-19139d8-win64-static\bin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement