You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hi @rarzumanyan , why did you remove "av_register_all( )" in this commit? I meet the question about "ValueError: FFmpegDemuxer: no AVFormatContext provided." which is related with #8 and #104, and I solved the problem when I add this line return to the code "FFmpegDemuxer.cpp".
To Reproduce
Steps to reproduce the behavior:
Compile and install
Run python SampleDecode.py 0 test.mp4 result.h264
Desktop (please complete the following information):
Describe the bug
Hi @rarzumanyan , why did you remove "av_register_all( )" in this commit? I meet the question about "ValueError: FFmpegDemuxer: no AVFormatContext provided." which is related with #8 and #104, and I solved the problem when I add this line return to the code "FFmpegDemuxer.cpp".
To Reproduce
Steps to reproduce the behavior:
python SampleDecode.py 0 test.mp4 result.h264Desktop (please complete the following information):