Advertisement
Guest User

Untitled

a guest
Feb 11th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. root@OpenWrt:~/recordings# ffmpeg -f oss -i /dev/audio test4.mp3
  2. ffmpeg version 0.8.7, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Nov 18 2012 02:58:08 with gcc 4.6.3 20120201 (prerelease)
  4. configuration: --enable-cross-compile --cross-prefix=mips-openwrt-linux-uclibc- --arch=mips --target-os=linux --prefix=/usr --enable-shared --enable-static --disable-debug --pkg-config=pkg-config --enable-gpl --enable-version3 --disable-asm --disable-doc --disable-dxva2 --enable-pthreads --disable-optimizations --enable-small --disable-stripping --enable-zlib --disable-outdevs
  5. libavutil 51. 9. 1 / 51. 9. 1
  6. libavcodec 53. 8. 0 / 53. 8. 0
  7. libavformat 53. 5. 0 / 53. 5. 0
  8. libavdevice 53. 1. 1 / 53. 1. 1
  9. libavfilter 2. 23. 0 / 2. 23. 0
  10. libswscale 2. 0. 0 / 2. 0. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. [oss @ 0xa3e410] Estimating duration from bitrate, this may be inaccurate
  13. Input #0, oss, from '/dev/audio':
  14. Duration: N/A, start: 1360636580.366095, bitrate: N/A
  15. Stream #0.0: Audio: pcm_s16be, 48000 Hz, 2 channels, s16, 1536 kb/s
  16. Output #0, mp3, to 'test4.mp3':
  17. Stream #0.0: Audio: [0][0][0][0] / 0x0000, 48000 Hz, 2 channels, s16, 64 kb/s
  18. Stream mapping:
  19. Stream #0.0 -> #0.0
  20. Encoder (codec id 86017) not found for output stream #0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement