alfianrahmn / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Windows x64 builds #240

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would be nice to be able to run Xuggler in 64 bits Java virtual machines.
I don't know how complex it could be to compile ffmpeg, libx264, 
libopencore and others in 64 bits, but it would indeed be a useful 
improvement.

Original issue reported on code.google.com by renato.c...@gmail.com on 3 Mar 2010 at 11:56

GoogleCodeExporter commented 8 years ago
I need 64 bit windows version for my application.  Thanks.

Original comment by daniel.o...@gmail.com on 30 Mar 2010 at 3:29

GoogleCodeExporter commented 8 years ago
This would be very useful.

Original comment by ollywood...@gmail.com on 3 Apr 2010 at 7:37

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I've had no response on the mailing list so I'll add it to the issue tracker 
(might be a better place).

I've spent the better part of two days to crosscompile xuggler to windows 
64bit from linux and I had some success. I've included a short patch for two 
files and configure.ac (run autoconf after patching).

From the little testing I did I can convert one video format to the other, but 
I cannot play it (it is stuck at the first frame, needs more testing though).

I've included the scripts I used to do the cross compilation (change the paths 
to suit your needs). I put all the files in one directory outside my windows 
path, so you need to preload all the neccesairy libraries in java itself

          System.loadLibrary("libgcc_s_sjlj-1");
          System.loadLibrary("libstdc++-6");
          System.loadLibrary("avutil-50");
          System.loadLibrary("swscale-0");
          System.loadLibrary("avcore-0");
          System.loadLibrary("avcodec-52");
          System.loadLibrary("avformat-52");
          System.loadLibrary("avdevice-52");
          System.loadLibrary("libxuggle-ferry-4");
          System.loadLibrary("libxuggle-xuggler-4");

If anyone has questions or tips please let me know. For us it would the best 
if Xuggler has win64 binaries on its site after a while.

Original comment by JesperSm...@gmail.com on 26 Oct 2010 at 4:33

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I need it too. Is  there any workaround for it? Thanks

Original comment by trunks...@terra.com.br on 6 Apr 2011 at 7:03

GoogleCodeExporter commented 8 years ago
I'd also appreciate x64 support as JRE x64 seems to have much better 
performance than the 32-bit counterpart on my machine for certain things like 
MessageDigest.

Thanks!

Original comment by adriangu...@gmail.com on 2 Jun 2011 at 6:01

GoogleCodeExporter commented 8 years ago
I'd also appreciate an x64 windows build as speed is directly correlated with 
available memory in my application. I imagine it's possible to run Xuggle in 
the 32 bit JVM, and pipe to the 64 bit for processing, but it would really be 
nice if that weren't necessary.

Original comment by Alrec...@gmail.com on 19 Aug 2011 at 12:35

GoogleCodeExporter commented 8 years ago
I've tried the method provided by JesperSmith...but,
where's the libxuggle-xuggler, libxuggle-ferry and libxuggle-xuggler-io dlls?
I only got the jars and the ffmpeg files which I can download from the internet.

Original comment by LeeJuiP...@gmail.com on 2 Oct 2011 at 2:46

GoogleCodeExporter commented 8 years ago
I've successfully compiled xuggler 3.4 64 bit with mingw64 and it works fine 
for me. You may find the compiled version in the attachement. To make it work 
without previous xuggler installation just unpack it somewhere, add "<xuggler 
unpacked dir>\bin" directory into your PATH env. variable and restart your 
windows.

Unfortunatelly I wasn't able to build it with automatic tool so I went through 
all native captives and native xuggler source and compiled it in manual mode.

Original comment by ymak...@gmail.com on 13 Nov 2011 at 3:25

Attachments:

GoogleCodeExporter commented 8 years ago
Forgot to mention it is LGPL version of xuggler (without x264 and faac libs)

Original comment by ymak...@gmail.com on 13 Nov 2011 at 3:27

GoogleCodeExporter commented 8 years ago
is it possible to build the latest SVN x86 build ?

Original comment by jacky.kk...@gmail.com on 17 Nov 2011 at 12:19

GoogleCodeExporter commented 8 years ago
Used it for a minecraft mod,thanks!

Original comment by wlukemy...@yahoo.com on 24 Dec 2011 at 1:43

GoogleCodeExporter commented 8 years ago
worked on server 2008 64 bit. i replaced all 3 folders with attachment files, 
restarted window and no error :)))))))))))))))

Original comment by korolov....@gmail.com on 29 Dec 2011 at 10:37

GoogleCodeExporter commented 8 years ago
In xuggler 5.3

Original comment by art.cla...@gmail.com on 7 Apr 2012 at 5:35

GoogleCodeExporter commented 8 years ago
How do you install Xuggler? There is no installer in the .zip

Original comment by BobieH...@gmail.com on 22 Apr 2012 at 4:29

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
You do not need an installer with version 5.3 and later.  See the download 
instructions on www.xuggle.com/xuggler

Original comment by art.cla...@gmail.com on 22 Apr 2012 at 6:24

GoogleCodeExporter commented 8 years ago
ymak...@gmail.com thank you very much...:)
you saved my life..thanks....

Original comment by jaykumar...@gmail.com on 16 Mar 2013 at 12:05