Advertisement
Guest User

Untitled

a guest
Feb 5th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. ffmpeg started on 2017-02-05 at 19:49:20
  2. Report written to "ffmpeg-20170205-194920.log"
  3. Command line:
  4. ffmpeg -i temp.wav -i - -ab 32k -ac 2 -strict -2 -c:v copy -c:a aac -report -vsync 2 -async 1 -f flv rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg
  5. ffmpeg version 3.1.4-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2016 the FFmpeg developers
  6. built with gcc 5.4.1 (Debian 5.4.1-2) 20160904
  7. configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --enable-libmp3lame --enable-libx264 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-amrwbenc --enable-gray --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --enable-libsoxr --enable-frei0r --enable-libfribidi --disable-indev=sndio --disable-outdev=sndio --enable-librtmp --cc=gcc-5 --disable-ffplay
  8. libavutil 55. 28.100 / 55. 28.100
  9. libavcodec 57. 48.101 / 57. 48.101
  10. libavformat 57. 41.100 / 57. 41.100
  11. libavdevice 57. 0.101 / 57. 0.101
  12. libavfilter 6. 47.100 / 6. 47.100
  13. libswscale 4. 1.100 / 4. 1.100
  14. libswresample 2. 1.100 / 2. 1.100
  15. libpostproc 54. 0.100 / 54. 0.100
  16. Splitting the commandline.
  17. Reading option '-i' ... matched as input file with argument 'temp.wav'.
  18. Reading option '-i' ... matched as input file with argument '-'.
  19. Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '32k'.
  20. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '2'.
  21. Reading option '-strict' ...Routing option strict to both codec and muxer layer
  22. matched as AVOption 'strict' with argument '-2'.
  23. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'copy'.
  24. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'aac'.
  25. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
  26. Reading option '-vsync' ... matched as option 'vsync' (video sync method) with argument '2'.
  27. Reading option '-async' ... matched as option 'async' (audio sync method) with argument '1'.
  28. Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'.
  29. Reading option 'rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg' ... matched as output file.
  30. Finished splitting the commandline.
  31. Parsing a group of options: global .
  32. Applying option report (generate a report) with argument 1.
  33. Applying option vsync (video sync method) with argument 2.
  34. Applying option async (audio sync method) with argument 1.
  35. Successfully parsed a group of options.
  36. Parsing a group of options: input file temp.wav.
  37. Successfully parsed a group of options.
  38. Opening an input file: temp.wav.
  39. [file @ 0x2b13930] Setting default whitelist 'file,crypto'
  40. temp.wav: Interrupted system call
  41. Exiting normally, received signal 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement