-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Does ffmpeg support writing metadata data to ape files? I searched for a long time and couldn't find any relevant information.
i just use the demo code to test a ape file .
hope you can help thanks .
here is the error :
`Error writing metadata Error: ffmpeg version N-107018-gfab9130c7a-20220528 Copyright (c) 2000-2022 the FFmpeg developers
built with gcc 11.2.0 (crosstool-NG 1.24.0.533_681aaef)
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-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --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=20220528
libavutil 57. 25.100 / 57. 25.100
libavcodec 59. 32.101 / 59. 32.101
libavformat 59. 24.100 / 59. 24.100
libavdevice 59. 6.100 / 59. 6.100
libavfilter 8. 39.100 / 8. 39.100
libswscale 6. 6.100 / 6. 6.100
libswresample 4. 6.100 / 4. 6.100
libpostproc 56. 5.100 / 56. 5.100
[ape @ 0000022805342980] Could not find codec parameters for stream 1 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Input #0, ape, from 'D:/7894/Arsen Barsamyan - After a Rain.ape':
Metadata:
Comment : MusicTools
Title : After a Rain
Artist : Arsen Barsamyan
Album : Stay
Disc : 1
Duration: 00:04:10.88, start: 0.000000, bitrate: 916 kb/s
Stream #0:0: Audio: ape (APE / 0x20455041), 44100 Hz, stereo, s16p
Stream #0:1: Attachment: none
Metadata:
Cover Art (front): luooqi
[NULL @ 0000022803b8c240] Unable to find a suitable output format for 'D:\7894\Arsen Barsamyan - After a Rain.ffmetadata.ape'
D:\7894\Arsen Barsamyan - After a Rain.ffmetadata.ape: Invalid argument
at ChildProcess.<anonymous> (D:\code\AXL-world\node_modules\.pnpm\ffmetadata@1.7.0\node_modules\ffmetadata\index.js:89:16)
at ChildProcess.emit (node:events:527:28)
at ChildProcess.emit (node:domain:475:12)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)`