Sorry Nathan, both failed :| Does some part of API have been changed that require adjustment for avbin.py ?
-- coderbuzz On 16 December 2011 14:27, Nathan <[email protected]> wrote: > Well, that's discouraging. > > Here's another couple to try, I managed to use a cross-compiler on > Linux to compile for win32, instead of compiling on WinXP. > > a) This one does NOT have bzlib or zlib. > > https://github.com/downloads/AVbin/AVbin/avbin-win32-v9-crosscompiled.zip > > b) This one has bzlib and zlib STATICALLY linked (sorry about the > dynamic linking on the last ones). > > > https://github.com/downloads/AVbin/AVbin/avbin-win32-v9-crosscompiled-zlib-bzlib-static.zip > > ~ Nathan > > On Thu, Dec 15, 2011 at 1:06 AM, Indra Gunawan <[email protected]> > wrote: > > Hi Nathan, thank you for your efforts. Here is my tests: > > > > 1. The binay require the following dependencies: > > - libbz2-2.dll > > - libgcc_s_dw2-1.dll > > - libz-1.dll > > > > After googling through and install the dependencies.. > > RESULT: FAIL, still can not play any single-file format > > > > > > 2. The binay also require the following dependencies: > > - libbz2-2.dll > > - libgcc_s_dw2-1.dll > > - libz-1.dll > > > > RESULT: FAIL, still can not play any single-file format > > > > > > 3. The binay also require the following dependencies: > > - libbz2-2.dll > > - libgcc_s_dw2-1.dll > > - libz-1.dll > > > > RESULT: FAIL, still can not play any single-file format > > > > No one is working :( > > > > -- > > coderbuzz > > > > On 15 December 2011 14:24, Nathan <[email protected]> wrote: > >> > >> On Sun, Dec 11, 2011 at 12:27 AM, Indra Gunawan <[email protected]> > >> wrote: > >> > Hi Nathan, > >> > > >> > Here's few sample video I have > >> > used: http://www.megaupload.com/?f=AP6JGXV4 > >> > Also attached video.py to play the video using AVbin 8 > >> > Env: Windows 7 32bit > >> > > >> > I also using a .mov file to test, unfortunately my connection is too > >> > slow to > >> > upload 45MB video of file, you can use any .mov file to test your > self. > >> > >> Indra, > >> > >> I have put together 3 new win32 releases for you to try. > >> > >> 1) I enabled bzlib and zlib during compilation, but didn't change > anything > >> else: > >> > >> > >> > https://github.com/downloads/AVbin/AVbin/avbin-win32-v9-enable-bz2-zlib.zip > >> > >> > >> 2) I switched from a 1-year-old version of FFmpeg to Libav 0.6.3 > >> (Libav is a fork of FFmpeg and uses different version numbers) AND > >> enabled bzlib and zlib: > >> > >> > https://github.com/downloads/AVbin/AVbin/avbin-win32-v9-trylibav0.6.3.zip > >> > >> > >> 3) I switched from a 1-year-old version of FFmpeg to FFmpeg 0.7.8 AND > >> enabled bzlib and zlib: > >> > >> > https://github.com/downloads/AVbin/AVbin/avbin-win32-v9-tryffmpeg0.7.8.zip > >> > >> > >> I don't yet have a test environment set up for 32-bit windows, so I am > >> not yet able to verify whether these builds fixed anything or not. > >> Please try them out and let me know if it fixes the problems you were > >> encountering! > >> > >> ~ Nathan > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "pyglet-users" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]. > >> For more options, visit this group at > >> http://groups.google.com/group/pyglet-users?hl=en. > >> > > > > -- > > You received this message because you are subscribed to the Google Groups > > "pyglet-users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/pyglet-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "pyglet-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pyglet-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
