-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Trying to encode a file into av1 with librav1e results in segfault
podman run -it --rm -v "$PWD:$PWD" -w "$PWD" docker.io/mwader/static-ffmpeg -v debug -i PXL_20240630_122849440.mp4 -c:v librav1e 'PXL_20240630_122849440.av1.mp4'; echo $?
There is no output, but dmesg shows:
librav1e[2506]: segfault at 0 ip 00007f7e713a5b48 sp 00007f7e6b3ac0f0 error 6 in ffmpeg[7f7e6d895000+5b11000] likely on CPU 3 (core 3, socket 0)
Copying the ffmpeg bin from container to host results in the same error.
Metadata
Metadata
Assignees
Labels
No labels