-
Notifications
You must be signed in to change notification settings - Fork 83
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
Expose avformat_seek_file
#47
Comments
Of course we could expose support for this method, but just curious what kind of issues you are facing with the current seeking method. |
@gregcotten simply most of my test files did not work to seek through the file using |
Don't have time to work on it at the moment, but I see your fork - could you make a PR? |
hello, I have been using ffmpeg for couple of years in my apps, and your library is extremely useful to simplify accessing ffmpeg functionalities.
I need you to expose
avformat_seek_file
since
av_seek_frame
has some issues seeking most of the files I tested, I have a fork of your project, and used
avformat_seek_file
, and it worked for most of my test files.The text was updated successfully, but these errors were encountered: