Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. ffmpeg version 4.1.3 Copyright (c) 2000-2019 the FFmpeg developers
  2. built with Apple LLVM version 10.0.1 (clang-1001.0.46.4)
  3. configuration: --prefix=/usr/local/Cellar/ffmpeg/4.1.3_1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags='-I/Library/Java/JavaVirtualMachines/adoptopenjdk-11.0.2.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/adoptopenjdk-11.0.2.jdk/Contents/Home/include/darwin' --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libmp3lame --enable-libopus --enable-librubberband --enable-libsnappy --enable-libtesseract --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-videotoolbox --disable-libjack --disable-indev=jack --enable-libaom --enable-libsoxr
  4. libavutil 56. 22.100 / 56. 22.100
  5. libavcodec 58. 35.100 / 58. 35.100
  6. libavformat 58. 20.100 / 58. 20.100
  7. libavdevice 58. 5.100 / 58. 5.100
  8. libavfilter 7. 40.101 / 7. 40.101
  9. libavresample 4. 0. 0 / 4. 0. 0
  10. libswscale 5. 3.100 / 5. 3.100
  11. libswresample 3. 3.100 / 3. 3.100
  12. libpostproc 55. 3.100 / 55. 3.100
  13. Input #0, avfoundation, from ':0':
  14. Duration: N/A, start: 906484149.240646, bitrate: 3072 kb/s
  15. Stream #0:0: Audio: pcm_f32le, 48000 Hz, stereo, flt, 3072 kb/s
  16. File 'output.mp3' already exists. Overwrite ? [y/N] y
  17. Stream mapping:
  18. Stream #0:0 -> #0:0 (pcm_f32le (native) -> mp3 (libmp3lame))
  19. Press [q] to stop, [?] for help
  20. Output #0, mp3, to 'output.mp3':
  21. Metadata:
  22. TSSE : Lavf58.20.100
  23. Stream #0:0: Audio: mp3 (libmp3lame), 48000 Hz, stereo, fltp
  24. Metadata:
  25. encoder : Lavc58.35.100 libmp3lame
  26. Assertion failed: (el >= 0), function calc_energy, file psymodel.c, line 576.
  27. fish: 'ffmpeg -f avfoundation -i ":0"…' terminated by signal SIGABRT (Abort)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement