-
Notifications
You must be signed in to change notification settings - Fork 192
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
AC3 sound sample error #189
Comments
Which version of ffmpeg are you using? |
I tried various versions in the path but right now FFmpeg\bin\x64 is the suggested version https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.4.1-full_build-shared.7z |
I've tested it and indeed for the AC3 file it generates a |
Yes I tested that before and that works, but the solution doesn't work when processing a directory of files because I can't trap the error and the application aborts which is my major concern. |
Describe the bug
An AC3 sample recordings crashes the app with no recovery
To Reproduce
Use the ts file in this for the source to QueryCommandBuilder
crash.zip
Expected behavior
ffmpeg can transcode the sample to wav mp3 etc. Even if the app can't handle it a try/catch loop should be possible.
Screenshots
The text was updated successfully, but these errors were encountered: