Your message dated Fri, 21 Jul 2023 16:35:15 +0000 with message-id <[email protected]> and subject line Bug#1041541: fixed in ffmpeg 7:5.1.3-2 has caused the Debian Bug report #1041541, regarding ffmpeg: libsvtav1 encoding broken to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1041541: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041541 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: ffmpeg Version: 7:5.1.3-1 Severity: normal Dear Maintainer, I ran the following on a bookworm machine: ffmpeg -i foo.mp4 -c:a libopus -c:v libsvtav1 -crf 35 -preset 8 -y foo.webm This proceeded to encode the video in AV1. However, when I tried the same on unstable, I received the following output: wouter@pc220518:~$ ffmpeg -i foo.mp4 -c:a libopus -c:v libsvtav1 -preset 8 -crf 35 -y foo.webm ffmpeg version 5.1.3-1 Copyright (c) 2000-2022 the FFmpeg developers built with gcc 12 (Debian 12.2.0-14) configuration: --prefix=/usr --extra-version=1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared libavutil 57. 28.100 / 57. 28.100 libavcodec 59. 37.100 / 59. 37.100 libavformat 59. 27.100 / 59. 27.100 libavdevice 59. 7.100 / 59. 7.100 libavfilter 8. 44.100 / 8. 44.100 libswscale 6. 7.100 / 6. 7.100 libswresample 4. 7.100 / 4. 7.100 libpostproc 56. 6.100 / 56. 6.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'foo.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 title : Make the code work for you: Flutter Code Generation date : 2022-02-05 encoder : Lavf58.45.100 Duration: 00:38:59.68, start: 0.000000, bitrate: 564 kb/s Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1280x720 [SAR 1:1 DAR 16:9], 430 kb/s, 24.98 fps, 25 tbr, 12800 tbn (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 96000 Hz, mono, fltp, 125 kb/s (default) Metadata: handler_name : SoundHandler vendor_id : [0][0][0][0] Stream mapping: Stream #0:0 -> #0:0 (h264 (native) -> av1 (libsvtav1)) Stream #0:1 -> #0:1 (aac (native) -> opus (libopus)) Press [q] to stop, [?] for help [libopus @ 0x564c58b50d80] No bit rate set. Defaulting to 64000 bps. Svt[info]: ------------------------------------------- Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v1.6.0 Svt[info]: SVT [build] : GCC 12.3.0 64 bit Svt[info]: ------------------------------------------- Svt[error]: Instance 1: MinQpAllowed must be smaller than MaxQpAllowed Svt[error]: Instance 1 : Invalid use_qp_file. use_qp_file must be [0 - 1] [libsvtav1 @ 0x564c58b51d80] Error setting encoder parameters: bad parameter (0x80001005) Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height [libopus @ 0x564c58b50d80] 1 frames left in the queue on closing Conversion failed! If any further information is required, please do not hesitate to let me know. -- System Information: Debian Release: trixie/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386, arm64 Kernel: Linux 6.3.0-2-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8), LANGUAGE=nl_BE:nl Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages ffmpeg depends on: ii libavcodec59 7:5.1.3-1 ii libavdevice59 7:5.1.3-1 ii libavfilter8 7:5.1.3-1 ii libavformat59 7:5.1.3-1 ii libavutil57 7:5.1.3-1 ii libc6 2.37-6 ii libpostproc56 7:5.1.3-1 ii libsdl2-2.0-0 2.28.1+dfsg-1 ii libswresample4 7:5.1.3-1 ii libswscale6 7:5.1.3-1 ffmpeg recommends no packages. Versions of packages ffmpeg suggests: pn ffmpeg-doc <none> -- no debconf information
--- End Message ---
--- Begin Message ---Source: ffmpeg Source-Version: 7:5.1.3-2 Done: Sebastian Ramacher <[email protected]> We believe that the bug you reported is fixed in the latest version of ffmpeg, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sebastian Ramacher <[email protected]> (supplier of updated ffmpeg package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 21 Jul 2023 17:52:09 +0200 Source: ffmpeg Architecture: source Version: 7:5.1.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <[email protected]> Changed-By: Sebastian Ramacher <[email protected]> Closes: 1041541 Changes: ffmpeg (7:5.1.3-2) unstable; urgency=medium . * debian/patches: * Apply upstream patches for binutils 2.41 * Apply upstream patches for svt-av1 1.6.0 (Closes: #1041541) Checksums-Sha1: b0a71e83e165ced4f0a7282773f83d52d1c6e253 5193 ffmpeg_5.1.3-2.dsc bfc086be7c1543a0327191f6c9b743efd5153fbb 54904 ffmpeg_5.1.3-2.debian.tar.xz Checksums-Sha256: 630b43bf931a953294250658ca49bba677cf2247d05feeb024ebd484882da7f7 5193 ffmpeg_5.1.3-2.dsc 27e46148410b61818f1eda94a3653b483459afd1a8c433dee95591ac62999493 54904 ffmpeg_5.1.3-2.debian.tar.xz Files: cdef11b65925bed3b96d4cdfa35d8100 5193 video optional ffmpeg_5.1.3-2.dsc 401b053cd9b4eb873f5f6a27deebbc0d 54904 video optional ffmpeg_5.1.3-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZLqwyQAKCRAhk2s2YA/N iQygAPwO9hU4rR6L97fP7YvnXYquE5JdC1psEAjVy0b3M4MKfwD+J/ALIX2VNubV b6Id6VA1tKJzk3BiVv77/tqDhNacnA4= =X8Np -----END PGP SIGNATURE-----
--- End Message ---

