[FFmpeg-user] Unable to create multiple outputs with svtav1

天天快乐汤 434546033 at qq.com
Mon Nov 14 11:16:06 EET 2022


in.mp4 see attachment
Command: ffmpeg.exe -i 'in.mp4' -c:v libsvtav1 -preset 4 -crf 20 'p4.mp4'
Result: success, 491KB
Command: ffmpeg.exe -i 'in.mp4' -c:v libsvtav1 -preset 6 -crf 20 'p6.mp4'
Result: success, 507KB

Command: ffmpeg.exe -i 'in.mp4' -c:v libsvtav1 -preset 8 -crf 20 'p8.mp4'
Result: success, 570KB

ffmpeg.exe -i 'in.mp4' -c:v libsvtav1 -preset 4 -crf 20 'p4.mp4' -c:v libsvtav1 -preset 6 -crf 20 'p6.mp4' -c:v libsvtav1 -preset 8 -crf 20 'p8.mp4'
Result: failed, three 48 Byte file created, CPU drop to 0%, and ffmpeg never exit




ffmpeg version N-109078-g2d25f33a7e-20221113 Copyright (c) 2000-2022 the FFmpeg developers
  built with gcc 12.2.0 (crosstool-NG 1.25.0.90_cf9beb1)
  configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-gpl --enable-version3 --disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --disable-libpulse --enable-libvmaf --disable-libxcb --disable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-chromaprint --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libkvazaar --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-librist --enable-libssh --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --disable-libmfx --enable-libvpl --enable-openal --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --disable-libdrm --disable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags= --extra-libs=-lgomp --extra-version=20221113
  libavutil      57. 42.100 / 57. 42.100
  libavcodec     59. 52.102 / 59. 52.102
  libavformat    59. 34.101 / 59. 34.101
  libavdevice    59.  8.101 / 59.  8.101
  libavfilter     8. 50.100 /  8. 50.100
  libswscale      6.  8.112 /  6.  8.112
  libswresample   4.  9.100 /  4.  9.100
  libpostproc    56.  7.100 / 56.  7.100
-------------- next part --------------
A non-text attachment was scrubbed...
Name: in.mp4
Type: application/octet-stream
Size: 271036 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20221114/6bb337b2/attachment.obj>


More information about the ffmpeg-user mailing list