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

FFMpeg Version Support #9

Open
GoogleCodeExporter opened this issue Mar 31, 2015 · 5 comments
Open

FFMpeg Version Support #9

GoogleCodeExporter opened this issue Mar 31, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

I am using ffmpeg-sharp on Windows 7 Professional 64-Bit.

In addition to this question, I have figured out nearly everything required to 
get the interop working correctly in 64 bit OSs if anyone needs help.

QUESTION - 

1. Can you provide the binaries that you designed the library to work worth? I 
cannot find them online, and its hard to know exactly which src edition was 
used to build the ones ffmpeg-sharp is compatible with. (otherwise I would 
build them myself)

2. Otherwise, the project desperately needs to be updated to support the recent 
changes to ffmpeg. I think this project is awesome. I will assist in supporting 
the newest version of ffmpeg if you're agreeable. For example, AVStream, 
AVFormatContext, and many other structs are completely different in the more 
recent (0.7+) versions.

If you won't provide the binaries, please add me as a contributor so I can make 
ffmpeg-sharp work with the newest ffmpeg release.

(I'd also suggest ONLY guaranteeing compatability with RELEASES that ffmpeg 
does, to prevent this issue in the future.)

Original issue reported on code.google.com by [email protected] on 17 Jan 2012 at 10:49

@GoogleCodeExporter
Copy link
Author

Mmm. Or, say what version this links to at least. I don't like having to keep 
getting older and older releases to see which one works.

Original comment by [email protected] on 30 Jan 2012 at 7:59

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Hello,

This links to a version of ffmpeg from the last time I did major work on the 
project, in about 2008.  At least at the time, ffmpeg didn't provide windows 
releases, just SVN dumps.  The current versions at the time were avcodec-51, 
avdevice-52, avformat-52, avutil-49 and swscale-0.

I've attached the versions I used at the time to this ticket.

As for 64-bit options, I really can't provide much help there.  I know the 
structures will change significantly.  I'm fairly sure I used IntPtr or Struct* 
pointers so that things should be platform agnostic.

As for updating recent changes, I'd love to have someone help keep this 
updated.  Why don't you send me a patch first and if it all looks good, I'll 
add you as a contributor.

Thanks,
Justin

Original comment by [email protected] on 30 Jan 2012 at 6:29

  • Added labels: ****
  • Removed labels: ****

Attachments:

@GoogleCodeExporter
Copy link
Author

Thank you for the update. I was having trouble finding the exact version your 
library corresponds to. This solves it.

I will be reviewing a process to keep this type of wrapper up to date with 
FFMpeg releases, so maximize utility to others and ease of use. At that point, 
I will show you the updated C# interface. I will be supporting FFMpeg 0.9.1 
(Released Jan 5th, 2012).

My intention would be to support each new X.X release, supporting X.X.X if I 
have the time to write tools to help generate the C# wrapper.

Thank you again,

Myles

Original comment by [email protected] on 31 Jan 2012 at 4:26

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

would be great if this lib was updated, i may help with testing and maybe smal 
bugfixes

Original comment by [email protected] on 7 Feb 2012 at 1:11

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

tried VideoPlayer example with newest libs -> "av_open_input_file(...)" 
(avformat-54.dll) not found.

don't really know how many ffmpeg changes were made since your last wrapper 
release.
i'll now use the older dlls, but i'm still interested using the lastet ffmpeg 
libs, maybe i can help in some way? 

Original comment by [email protected] on 28 Apr 2012 at 5:26

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant