[FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

Kimio Miyamura xanadu at apost.plala.or.jp
Tue Nov 18 10:11:19 CET 2014


Hi list members!

I'm trying basic Movie playback with ffplay.  When I execute the following command, I got the warning "Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items".
What this waring mean and how should it be?

I have searched ffmpeg documentation on the net but I can't get the answer!


$ ffplay -i ~/Movies/More\ Than\ You\ Know.mp4 -af "pan=stereo:FL<FL+FC+BL+SL:FR<FR+FC+BR+SR"
ffplay version N-67742-g3f07dd6 Copyright (c) 2003-2014 the FFmpeg developers
  built on Nov 17 2014 09:27:26 with Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
  configuration: --prefix=/Volumes/ffmpeg_compile --pkg-config-flags=--static --disable-ffserver --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-filters --enable-runtime-cpudetect --enable-bzlib --enable-zlib --enable-libmp3lame --enable-libfdk-aac --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvorbis --enable-libspeex --enable-libopus --enable-libgsm --enable-libtwolame --enable-libsoxr --enable-libwavpack --enable-libmodplug --enable-libopenjpeg --enable-libwebp --enable-libtheora --enable-libx264 --enable-libx265 --enable-libxvid --enable-libvpx --enable-libxavs --enable-libfreetype --enable-fontconfig --enable-libfribidi --enable-libass --enable-libbluray --enable-libvidstab
  libavutil      54. 13.100 / 54. 13.100
  libavcodec     56. 12.101 / 56. 12.101
  libavformat    56. 13.100 / 56. 13.100
  libavdevice    56.  3.100 / 56.  3.100
  libavfilter     5.  2.103 /  5.  2.103
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/wayfarer/Movies/More Than You Know.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf54.63.104
  Duration: 00:01:46.56, start: 0.006644, bitrate: 2472 kb/s
    Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 720x480 [SAR 32:27 DAR 16:9], 2286 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
    Metadata:
      handler_name    : VideoHandler
    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, 5.1, fltp, 177 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
[Parsed_pan_0 @ 0x7f823e0004e0] This syntax is deprecated. Use '|' to separate the list items.
[Parsed_pan_0 @ 0x7f823bc33580] This syntax is deprecated. Use '|' to separate the list items.
  17.43 A-V: -0.013 fd=  54 aq=    6KB vq=   48KB sq=    0B f=0/0


// Miya


More information about the ffmpeg-user mailing list