Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. $ ffmpeg -v debug -i udp://@239.255.42.42:5004 output.mp4
  2. ffmpeg version 3.3.4 Copyright (c) 2000-2017 the FFmpeg developers
  3. built with gcc 7.2.0 (GCC)
  4. configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-avisynth --enable-avresample --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libass --enable-libbluray --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxvid --enable-shared --enable-version3
  5. libavutil 55. 58.100 / 55. 58.100
  6. libavcodec 57. 89.100 / 57. 89.100
  7. libavformat 57. 71.100 / 57. 71.100
  8. libavdevice 57. 6.100 / 57. 6.100
  9. libavfilter 6. 82.100 / 6. 82.100
  10. libavresample 3. 5. 0 / 3. 5. 0
  11. libswscale 4. 6.100 / 4. 6.100
  12. libswresample 2. 7.100 / 2. 7.100
  13. libpostproc 54. 5.100 / 54. 5.100
  14. Splitting the commandline.
  15. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  16. Reading option '-i' ... matched as input url with argument 'udp://@239.255.42.42:5004'.
  17. Reading option 'output.mp4' ... matched as output url.
  18. Finished splitting the commandline.
  19. Parsing a group of options: global .
  20. Applying option v (set logging level) with argument debug.
  21. Successfully parsed a group of options.
  22. Parsing a group of options: input url udp://@239.255.42.42:5004.
  23. Successfully parsed a group of options.
  24. Opening an input file: udp://@239.255.42.42:5004.
  25. [NULL @ 0x5588be5f2a00] Opening 'udp://@239.255.42.42:5004' for reading
  26. [udp @ 0x5588be5f3420] No default whitelist set
  27. [udp @ 0x5588be5f3420] end receive buffer size reported is 131072
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement