zimbatm / ffmpeg-static

Scripts to build ffmpeg with all the deps statically (webm + h264 included)
ISC License
502 stars 252 forks source link

New ffmpeg #12

Closed eric1234 closed 11 years ago

eric1234 commented 11 years ago

I needed the latest ffmpeg so I could split and merge video files better. In the process I had to update zlib due to the old version no longer being available. The patch for ffmpeg doesn't seem necessary on the latest ffmpeg either.

zimbatm commented 11 years ago

Hey @eric1234 , looks good to me. I also recommend that you update the x264 lib for better perfs and compression. Let me know if you have the time or if I just merge the branch like it is.

eric1234 commented 11 years ago

Just merge as is. I might later get a chance to look at the other libraries. But for now my time is limited to just what I need.