#11243: [aac @ 0x147732550] env_facs_q 255 is invalid
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:  (none)
  kairosvorgailone                   |
                 Type:  defect       |                   Status:  new
             Priority:  wish         |                Component:
                                     |  undetermined
              Version:  7.1          |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Description changed by kairosvorgailone:

Old description:

> Summary of the bug:
>
> When running ffplay, a warining is displayed but the audio keeps playing.
>
> How to reproduce:
> {{{
> % $ ffplay -hide_banner -nodisp -af "volume=0.05" -i 'https://0n-
> jazz.radionetz.de/0n-jazz.aac'
> [aac @ 0x147732550] env_facs_q 255 is invalid 0KB sq=    0B
> Input #0, aac, from 'https://0n-jazz.radionetz.de/0n-jazz.aac':
>   Metadata:
>     icy-index-metadata: XXX
>     icy-logo        : XXXX
>     icy-country-code: XXX
>     icy-country-subdivision-code: XX
>     icy-language-codes: X
>     icy-main-stream-url: XX
>     icy-geo-lat-long: XXX
>     icy-br          : XXXX
>     icy-description : XXXXX
>     icy-genre       : XXXX
>     icy-name        : XXX
>     icy-private     : XX
>     icy-pub         : X
>     icy-url         : XX
>     StreamTitle     : XXX
>   Duration: N/A, bitrate: 64 kb/s
>   Stream #0:0: Audio: aac (HE-AAC), 44100 Hz, stereo, fltp, 64 kb/s
> [aac @ 0x1477322e0] env_facs_q 255 is invalid
> $ ffmpeg -version
> ffmpeg version 7.1 Copyright (c) 2000-2024 the FFmpeg developers
> built with Apple clang version 16.0.0 (clang-1600.0.26.3)
> configuration: --prefix=/opt/homebrew/Cellar/ffmpeg/7.1 --enable-shared
> --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-
> ldflags='-Wl,-ld_classic' --enable-ffplay --enable-gnutls --enable-gpl
> --enable-libaom --enable-libaribb24 --enable-libbluray --enable-libdav1d
> --enable-libharfbuzz --enable-libjxl --enable-libmp3lame --enable-libopus
> --enable-librav1e --enable-librist --enable-librubberband --enable-
> libsnappy --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-
> libtesseract --enable-libtheora --enable-libvidstab --enable-libvmaf
> --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264
> --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma
> --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-
> libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-
> libopenjpeg --enable-libspeex --enable-libsoxr --enable-libzmq --enable-
> libzimg --disable-libjack --disable-indev=jack --enable-videotoolbox
> --enable-audiotoolbox --enable-neon
> libavutil      59. 39.100 / 59. 39.100
> libavcodec     61. 19.100 / 61. 19.100
> libavformat    61.  7.100 / 61.  7.100
> libavdevice    61.  3.100 / 61.  3.100
> libavfilter    10.  4.100 / 10.  4.100
> libswscale      8.  3.100 /  8.  3.100
> libswresample   5.  3.100 /  5.  3.100
> libpostproc    58.  3.100 / 58.  3.100
> built on (macos, using brew install ffmpeg)
> }}}
>
> Patches should be submitted to the ffmpeg-devel mailing list and not this
> bug tracker.
>
> when running with `-report` the error was not displayed.

New description:

 Summary of the bug:

 When running ffplay, a warning is displayed but the audio keeps playing.

 Error is sporadic and is not shown all the time.

 How to reproduce:
 {{{
 % $ ffplay -hide_banner -nodisp -af "volume=0.05" -i 'https://0n-
 jazz.radionetz.de/0n-jazz.aac'
 [aac @ 0x147732550] env_facs_q 255 is invalid 0KB sq=    0B
 Input #0, aac, from 'https://0n-jazz.radionetz.de/0n-jazz.aac':
   Metadata:
     icy-index-metadata: XXX
     icy-logo        : XXXX
     icy-country-code: XXX
     icy-country-subdivision-code: XX
     icy-language-codes: X
     icy-main-stream-url: XX
     icy-geo-lat-long: XXX
     icy-br          : XXXX
     icy-description : XXXXX
     icy-genre       : XXXX
     icy-name        : XXX
     icy-private     : XX
     icy-pub         : X
     icy-url         : XX
     StreamTitle     : XXX
   Duration: N/A, bitrate: 64 kb/s
   Stream #0:0: Audio: aac (HE-AAC), 44100 Hz, stereo, fltp, 64 kb/s
 [aac @ 0x1477322e0] env_facs_q 255 is invalid
 $ ffmpeg -version
 ffmpeg version 7.1 Copyright (c) 2000-2024 the FFmpeg developers
 built with Apple clang version 16.0.0 (clang-1600.0.26.3)
 configuration: --prefix=/opt/homebrew/Cellar/ffmpeg/7.1 --enable-shared
 --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-
 ldflags='-Wl,-ld_classic' --enable-ffplay --enable-gnutls --enable-gpl
 --enable-libaom --enable-libaribb24 --enable-libbluray --enable-libdav1d
 --enable-libharfbuzz --enable-libjxl --enable-libmp3lame --enable-libopus
 --enable-librav1e --enable-librist --enable-librubberband --enable-
 libsnappy --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-
 libtesseract --enable-libtheora --enable-libvidstab --enable-libvmaf
 --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264
 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-
 libfontconfig --enable-libfreetype --enable-frei0r --enable-libass
 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
 --enable-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg
 --disable-libjack --disable-indev=jack --enable-videotoolbox --enable-
 audiotoolbox --enable-neon
 libavutil      59. 39.100 / 59. 39.100
 libavcodec     61. 19.100 / 61. 19.100
 libavformat    61.  7.100 / 61.  7.100
 libavdevice    61.  3.100 / 61.  3.100
 libavfilter    10.  4.100 / 10.  4.100
 libswscale      8.  3.100 /  8.  3.100
 libswresample   5.  3.100 /  5.  3.100
 libpostproc    58.  3.100 / 58.  3.100
 built on (macOS, using brew install ffmpeg)
 }}}

 Patches should be submitted to the ffmpeg-devel mailing list, not this bug
 tracker.

--
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11243#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to