Advertisement
Guest User

Untitled

a guest
Apr 12th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. root@ubuntu:~/devel/ffmpeg/static/ffmpeg-linux64-20120125# ./ffmpeg -i camera.stream.flv
  2. ffmpeg version git-2012-01-25-247d30a Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jan 25 2012 16:56:18 with gcc 4.6.2
  4. configuration: --extra-cflags=-I../static/include --extra-ldflags='-L../static/lib -static' --enable-gpl --enable-version3 --enable-static --disable-shared --disable-debug --enable-runtime-cpudetect --enable-x11grab --enable-libmp3lame --enable-libx264 --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --disable-ffserver
  5. libavutil 51. 34.101 / 51. 34.101
  6. libavcodec 53. 59.100 / 53. 59.100
  7. libavformat 53. 30.100 / 53. 30.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 60.100 / 2. 60.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 6.100 / 0. 6.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [flv @ 0x1e83a00] Unsupported audio codec (8)
  14. Last message repeated 75 times
  15. [flv @ 0x1e83a00] Could not find codec parameters (Audio: none ([8][0][0][0] / 0x0008), 5512 Hz, 1 channels)
  16. Input #0, flv, from 'camera.stream.flv':
  17. Metadata:
  18. creationdate : Tue Apr 10 14:32:29
  19. Duration: 00:00:13.93, start: 0.000000, bitrate: 4268 kb/s
  20. Stream #0:0: Video: h264 (Baseline), yuv420p, 1280x720, 30 tbr, 1k tbn, 2k tbc
  21. Stream #0:1: Audio: none ([8][0][0][0] / 0x0008), 5512 Hz, 1 channels
  22. At least one output file must be specified
  23. root@ubuntu:~/devel/ffmpeg/static/ffmpeg-linux64-20120125# nano dsd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement