Advertisement
Guest User

Untitled

a guest
Mar 21st, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. C:\Users\msmith\Desktop\ffmpeg-20140320-git-19139d8-win64-static\bin>ffmpeg.exe -loglevel debug -format s16le -sample_fmt s16 -ar 44100 -ac 2 -i raw.pcm file.wav
  2. ffmpeg version N-61663-g19139d8 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Mar 20 2014 22:06:17 with gcc 4.8.2 (GCC)
  4. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  5. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  6. le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
  7. e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena
  8. ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
  9. ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
  10. eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aa
  11. cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavp
  12. ack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable
  13. -zlib
  14. libavutil 52. 67.100 / 52. 67.100
  15. libavcodec 55. 52.102 / 55. 52.102
  16. libavformat 55. 34.101 / 55. 34.101
  17. libavdevice 55. 11.100 / 55. 11.100
  18. libavfilter 4. 3.100 / 4. 3.100
  19. libswscale 2. 5.102 / 2. 5.102
  20. libswresample 0. 18.100 / 0. 18.100
  21. libpostproc 52. 3.100 / 52. 3.100
  22. Splitting the commandline.
  23. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level)with argument 'debug'.
  24. Reading option '-format' ... matched as AVOption 'format' with argument 's16le'.
  25. Reading option '-sample_fmt' ... matched as option 'sample_fmt' (set sample format) with argument 's16'.
  26. Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '44100'.
  27. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '2'.
  28. Reading option '-i' ... matched as input file with argument 'raw.pcm'.
  29. Reading option 'file.wav' ... matched as output file.
  30. Finished splitting the commandline.
  31. Parsing a group of options: global .
  32. Applying option loglevel (set logging level) with argument debug.
  33. Successfully parsed a group of options.
  34. Parsing a group of options: input file raw.pcm.
  35. Applying option sample_fmt (set sample format) with argument s16.
  36. Applying option ar (set audio sampling rate (in Hz)) with argument 44100.
  37. Applying option ac (set number of audio channels) with argument 2.
  38. Successfully parsed a group of options.
  39. Opening an input file: raw.pcm.
  40. [mp3 @ 000000000032f680] Format mp3 detected only with low score of 1, misdetection possible!
  41. Option sample_rate not found.
  42.  
  43. C:\Users\msmith\Desktop\ffmpeg-20140320-git-19139d8-win64-static\bin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement