-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot convert AV1 to VP9 by FFMPEG with Segmentation fault (core dumped) error #142
Comments
Hi @hugo53 , could you provide more information:
|
@tianjunwork Thanks for your help. I tried to decode another AV1 to y4m then encode that raw file to VP9 but still got the segmentation fault error.
Memory consumption increased much from 300 MB to 8 GB at frame 51 then crashed. I also made a screen record video, I hope it may help something https://drive.google.com/file/d/1gMxouos4OWL039xs12e4K_9uXc5_gzo7/view?usp=sharing. |
Hi @hugo53 , thanks for the info. I will look into the crash. |
@tianjunwork I also tried to convert raw YUV (from here http://ultravideo.fi/#testsequences) to VP9 but got error
|
Hi @hugo53 , do you mind if you could try running sample app with your parameters? E.g. |
@tianjunwork Yes I got the same with
|
hi @hugo53 , though I also saw |
@tianjunwork I did again with 8K video, but I got
|
Hi @hugo53 , we could continue discuss in this page since it includes more info. Thanks providing the backtrace in #144(But I saw a different one on my side, hence needed clarification). Could you close 144? We will use this one to track this bug. |
@tianjunwork I closed the issue #144. I tried to test with 4K, 5K and 8K video but only 4K work, both 5K and 8K produce |
Hi there,
I'm trying to experiment with 8K AV1 to VP9 conversion by using FFMPEG + SVT-VP9 but got the error
Segmentation fault (core dumped)
after running ffmpeg command short time. This is how I did:./configure --enable-libsvtvp9 --enable-libopus --enable-libaom --enable-libvpx
./ffmpeg -i av1_video.mp4 -c:v libsvt_vp9 -c:a libopus vp9output.webm
:EC2 c5 server was used for this test with specs:
After around 60 frames, the error
Segmentation fault (core dumped)
appears and command exit. Could you please help on this issue? Thanks in advance!The text was updated successfully, but these errors were encountered: