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

Possibly useful info on the "ffmpeg returned NOT success" bug #221

Open
SeveringHams opened this issue Aug 7, 2024 · 0 comments
Open

Possibly useful info on the "ffmpeg returned NOT success" bug #221

SeveringHams opened this issue Aug 7, 2024 · 0 comments

Comments

@SeveringHams
Copy link

SeveringHams commented Aug 7, 2024

The error thrown, avformat_open_input() failed -1094995529 seems to be returned/thrown by the demuxer in FFmpeg, from looking at the documentation at https://ffmpeg.org/doxygen/trunk/group__libavf.html

The only mentions of this error anywhere on Google (by searching "avformat_open_input failed -1094995529" WITH the quotes) are on Chinese websites, and the one English translated one says to enable the demuxer library, or indicate in the configuration what demuxer library to use, or something to that effect.

Here is the website I found this on: https://programmersought.com/article/89887525290/ It is under the header "Encounter Problems"

The build.txt file in /library/FFmpeg/ tells us that many features of FFmpeg are configured to be disabled on the custom build of FFmpeg used in ThirdTube, and a handful of formats are selected to be enabled, so perhaps reconfiguring it to enable YouTube's current video file format (whatever it may be) would make it work.

I myself could not figure out how to get it to reconfigure and recompile, so maybe someone more experienced than measly me could crack the case.

Just my two cents, but that's what I could find on the matter.

@SeveringHams SeveringHams changed the title Useful info on this bug Useful info on the "ffmpeg returned NOT success" bug Aug 7, 2024
@SeveringHams SeveringHams changed the title Useful info on the "ffmpeg returned NOT success" bug Possibly useful info on the "ffmpeg returned NOT success" bug Aug 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

1 participant