Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. krishnagandhi@ubuntu:~/ffmpeg_sources$ ffmpeg -i input.mp4 output.wav
  2. ffmpeg version 2.5.git Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4. configuration: --prefix=/home/krishnagandhi/ffmpeg_build --extra-cflags=-I/home/krishnagandhi/ffmpeg_build/include --extra-ldflags=-L/home/krishnagandhi/ffmpeg_build/lib --bindir=/home/krishnagandhi/bin --enable-gpl --enable-libx264
  5. libavutil 54. 20.100 / 54. 20.100
  6. libavcodec 56. 26.100 / 56. 26.100
  7. libavformat 56. 25.101 / 56. 25.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 11.102 / 5. 11.102
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 1.100 / 1. 1.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. [als @ 0x336bda0] Floating point decoding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
  14. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x336b0e0] Failed to open codec in av_find_stream_info
  15. [als @ 0x336bda0] Floating point decoding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
  16. Guessed Channel Layout for Input Stream #0.0 : stereo
  17. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
  18. Metadata:
  19. major_brand : mp42
  20. minor_version : 0
  21. compatible_brands: mp42isom
  22. creation_time : 2009-02-05 14:46:31
  23. Duration: 00:00:14.98, start: 0.000000, bitrate: 4872 kb/s
  24. Stream #0:0(und): Audio: mp4als (mp4a / 0x6134706D), 192000 Hz, 2 channels, 4872 kb/s (default)
  25. Metadata:
  26. creation_time : 2009-02-05 14:46:31
  27. File 'output.wav' already exists. Overwrite ? [y/N] y
  28. [abuffer @ 0x336afe0] Unable to parse option value "(null)" as sample format
  29. Last message repeated 1 times
  30. [abuffer @ 0x336afe0] Error setting option sample_fmt to value (null).
  31. [graph 0 input from stream 0:0 @ 0x3356840] Error applying options to the filter.
  32. Error opening filters!
  33. krishnagandhi@ubuntu:~/ffmpeg_sources$ ffmpeg -i input.mp4 output.wav
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement