Skip to content
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

LWLibavAudioSource crash #64

Closed
flossy83 opened this issue Apr 6, 2024 · 9 comments
Closed

LWLibavAudioSource crash #64

flossy83 opened this issue Apr 6, 2024 · 9 comments

Comments

@flossy83
Copy link

flossy83 commented Apr 6, 2024

I don't know if this is worth fixing...cursed file amarec(20200806-1406)_sample.avi from the doom9 test videos pack I get a crash inside LWLibavAudioSource

Untitled-1

No problems playing just the video with LWLibavVideoSource, only the audio is the problem so I'm using FFAudioSource instead.

@Asd-g
Copy link
Contributor

Asd-g commented Apr 6, 2024

I cannot reproduce it with the following script:

BlankClip()
KillAudio()

a=LWLibavAudioSource("amarec(20200806-1406)_sample.avi")

AudioDub(a)
Info()

@flossy83
Copy link
Author

flossy83 commented Apr 6, 2024

Your example crashes for me, so it must be a problem with my system.

@flossy83
Copy link
Author

flossy83 commented Apr 6, 2024

Did some testing on my other machine and it crashes there too, but if I rollback to 20240304 1170.0.0.0 then it doesn't crash. The one after that is 20240317 1183.0.0.0 and that one crashes. In the notes it says "removed depreciated leftover FFmpeg API (audio)" maybe it's related to that?

@flossy83
Copy link
Author

flossy83 commented Apr 6, 2024

I'm on Avisynth 3.7.3 r4003, 3.7, x86_64 (latest public release)

@kedaitinh12
Copy link

kedaitinh12 commented Apr 6, 2024

I'm on Avisynth 3.7.3 r4003, 3.7, x86_64 (latest public release)

Why don't you try with the beta build? It contains very many fixes

@flossy83
Copy link
Author

flossy83 commented Apr 6, 2024

I'm on Avisynth 3.7.3 r4003, 3.7, x86_64 (latest public release)

Why you don't try with the beta build? It contains very many fix

Normally I would be using the latest beta but I switched over to the public release a few weeks ago for testing purposes of my project so that I know for sure it will be compatible with what the general public uses.

I tried just now with the latest beta 4066 and got the same result - does it crash for you as well? Both of my machines are pretty much the same spec in terms of hardware and OS so it's not a very meaningful result that it crashes on both of mine.

@Asd-g
Copy link
Contributor

Asd-g commented Apr 7, 2024

I found the issue (I can reproduce the issue).

Asd-g added a commit that referenced this issue Apr 7, 2024
@Asd-g
Copy link
Contributor

Asd-g commented Apr 7, 2024

Try the latest version r1192.

@flossy83
Copy link
Author

flossy83 commented Apr 7, 2024

Try the latest version r1192.

All working on my end, much appreciated.

@flossy83 flossy83 closed this as completed Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants