Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. root@en-ye2:/opt/ffmpeg/ffmpeg-git-20161208-64bit-static# ./ffmpeg ffmpeg -i udp://192.168.4.12:1018 -preset fast -acodec aac -strict experimental -ar 44100 -ac 2 -b:a 96k -vcodec libx264 -b:v 1500k -maxrate 1500k -bufsize 4000k -g 60 -f flv rtmp://192.168.17.11/CNN_236/CNN -loglevel debug
  2. ffmpeg version N-82796-g120471d-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 5.4.1 (Debian 5.4.1-4) 20161202
  4. configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-5 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg
  5. libavutil 55. 42.100 / 55. 42.100
  6. libavcodec 57. 67.100 / 57. 67.100
  7. libavformat 57. 58.102 / 57. 58.102
  8. libavdevice 57. 2.100 / 57. 2.100
  9. libavfilter 6. 68.100 / 6. 68.100
  10. libswscale 4. 3.101 / 4. 3.101
  11. libswresample 2. 4.100 / 2. 4.100
  12. libpostproc 54. 2.100 / 54. 2.100
  13. Splitting the commandline.
  14. Reading option 'ffmpeg' ... matched as output url.
  15. Reading option '-i' ... matched as input url with argument 'udp://192.168.4.12:1018'.
  16. Reading option '-preset' ... matched as AVOption 'preset' with argument 'fast'.
  17. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'aac'.
  18. Reading option '-strict' ...Routing option strict to both codec and muxer layer
  19. matched as AVOption 'strict' with argument 'experimental'.
  20. Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '44100'.
  21. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '2'.
  22. Reading option '-b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '96k'.
  23. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'.
  24. Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '1500k'.
  25. Reading option '-maxrate' ... matched as AVOption 'maxrate' with argument '1500k'.
  26. Reading option '-bufsize' ... matched as AVOption 'bufsize' with argument '4000k'.
  27. Reading option '-g' ... matched as AVOption 'g' with argument '60'.
  28. Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'.
  29. Reading option 'rtmp://192.168.17.11/CNN_236/CNN' ... matched as output url.
  30. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  31. Finished splitting the commandline.
  32. Parsing a group of options: global .
  33. Applying option loglevel (set logging level) with argument debug.
  34. Successfully parsed a group of options.
  35. Parsing a group of options: input url udp://192.168.4.12:1018.
  36. Successfully parsed a group of options.
  37. Opening an input file: udp://192.168.4.12:1018.
  38. [udp @ 0x404d840] No default whitelist set
  39. [udp @ 0x404d840] end receive buffer size reported is 131072
  40. [AVIOContext @ 0x406dd20] Statistics: 0 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement