Advertisement
mateon1

ffplay filters

Aug 18th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. $ ffplay "ultimate secret little world.wav" -af showspectrum
  2. ffplay version 3.0.1 Copyright (c) 2003-2016 the FFmpeg developers
  3. built with gcc 5.3.0 (GCC)
  4. configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  5. libavutil 55. 17.103 / 55. 17.103
  6. libavcodec 57. 24.102 / 57. 24.102
  7. libavformat 57. 25.100 / 57. 25.100
  8. libavdevice 57. 0.101 / 57. 0.101
  9. libavfilter 6. 31.100 / 6. 31.100
  10. libswscale 4. 0.100 / 4. 0.100
  11. libswresample 2. 0.101 / 2. 0.101
  12. libpostproc 54. 0.100 / 54. 0.100
  13. Input #0, wav, from 'ultimate secret little world.wav': 0B f=0/0
  14. Duration: 00:02:31.86, bitrate: 3072 kb/s
  15. Stream #0:0: Audio: pcm_f32le ([3][0][0][0] / 0x0003), 48000 Hz, 2 channels, flt, 3072 kb/s
  16. [Parsed_showspectrum_0 @ 000002d4e34f51e0] Media type mismatch between the 'Parsed_showspectrum_0' filter output pad 0 (video) and the 'ffplay_abuffersink' filter input pad 0 (audio)
  17. Cannot create the link showspectrum:0 -> abuffersink:0
  18. Failed to open file 'ultimate secret little world.wav' or configure filtergraph
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement