64bit VLC

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
SilverTT
New Cone
New Cone
Posts: 3
Joined: 03 Aug 2011 15:09

Re: 64bit VLC

Postby SilverTT » 09 Aug 2011 23:13

It apparently uses VLC's libdvdcss to read CSS encrypted DVDs (as libdvdcss was removed from Handbrake some time ago), and a 64-bit version of Handbrake doesn't like 32-bit VLC.

Arite.
Right, that was my understanding as well. If not true, then I don't care about the 64bit version of VLC because the 32bit works just fine. If it is true regarding the libdvdcss files then a 64bit version would be very helpful to backup a personal collection of DVDs.

sr55
New Cone
New Cone
Posts: 2
Joined: 28 Jan 2008 18:38

Re: 64bit VLC

Postby sr55 » 10 Aug 2011 16:48

HandBrake does not use VLC for anything other than video preview on windows. It doesn't matter if it's 32/64bit build.

What you are referencing is a Mac version only feature.

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: 64bit VLC

Postby Arite » 10 Aug 2011 22:11

Ah OK, I was just stating what I read. Thanks for the info :).

Arite.
Don't use PMs for support questions.

kickback
New Cone
New Cone
Posts: 5
Joined: 02 Sep 2011 13:55
VLC version: 1.1.11
Operating System: Win7Ult64bit

Re: 64bit VLC

Postby kickback » 11 Sep 2011 18:53

The Qt4 interface doesn't work ATM. However it seems to play audio tracks fine (tried FLAC and MP3), and video (tried x264 *.mkv), and the hotkeys work :):

http://img713.imageshack.us/img713/1936/vlcwin64.png

I used the dummy interface with OpenGL video output (DirectX worked too - but it disabled Aero). e.g.:

Code: Select all

vlc -I dummy --vout opengl INPUT
There didn't appear to be any memory eating.

Anyway - looking promising :D.

Cheers, Arite.
I have expanded on the above code.

Code: Select all

start C:\Users\o\Desktop\vlc-1.2.0-git-20110108-1420\vlc -I dummy --vout opengl "%~nx1"
Create a batch file with this line and simply drop the files onto it.

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 04 Nov 2011 18:00

Win64 nightly builds are back, and now built with the Qt4 GUI.

http://nightlies.videolan.org/build/win64/?C=M;O=D

No testing at all was made though, JB told me the binaries sometimes don't run, sometimes crash, sometimes leak memory like hell.

Reports are welcome!

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 06 Nov 2011 02:51

http://nightlies.videolan.org/build/win64/last/

GUI works, no memleak.

Crashes sometimes, although I did not test enough to have reproducible way to crash it

test it while it's hot!

MichaelMc
Blank Cone
Blank Cone
Posts: 63
Joined: 10 Jun 2009 17:55

Re: 64bit VLC

Postby MichaelMc » 06 Nov 2011 21:11

Works great here, apart from a crash at exit and dvb-t totally non functioning (blocky green screen), otherwise, it's great!

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 07 Nov 2011 00:01

Thanks,

Can you compare win64 and win32 verbose log for DVB-T ? (tools -> messages -> set verbosity to 2)

Next nightly build will have GPU acceleration enabled (DXVA2).

MichaelMc
Blank Cone
Blank Cone
Posts: 63
Joined: 10 Jun 2009 17:55

Re: 64bit VLC

Postby MichaelMc » 07 Nov 2011 11:08

The Win64 build doesn't seem to recognise the input MRL as valid anymore. Win32 builds 1.11 and 1.2 do recognise the input MRL.

Win64 1.2:
http://pastebin.com/sJfcfnSp

Win32 1.2: displays a blocked green-like screen and jittery
http://pastebin.com/XWjYZxzz

Win32 1.11 (DVB-T is fine here)
http://pastebin.com/gDnQgvt4

Using Win7 64bit, AMD 1095T CPU, with an Nvidia 8800Gts gfx card

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 07 Nov 2011 23:48

Alright, we were missing dvbpsi in the binaries.

Next build will include it, and:
  • mozilla plugin
    libsamplerate
    fluidsynth
    modplug
    sidplay
    mpc
    gme

speciesx
Blank Cone
Blank Cone
Posts: 13
Joined: 06 Mar 2011 22:06

Re: 64bit VLC

Postby speciesx » 09 Nov 2011 22:09

where i can find the mozilla plugin?

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 10 Nov 2011 00:11

Nightly Build of VLC should be fully functional, safe for the activex plugin which has not been ported to win64

speciesx
Blank Cone
Blank Cone
Posts: 13
Joined: 06 Mar 2011 22:06

Re: 64bit VLC

Postby speciesx » 12 Nov 2011 15:11

Mozilla Plugin doesn't work with Firefox 11 x64 nightly, it's not listed in Firefox Plugins. If i click on search updates vlc crash.

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 12 Nov 2011 20:35

where i can find the mozilla plugin?
npvlc.dll in Nightly Build of VLC

xasx
New Cone
New Cone
Posts: 8
Joined: 17 Apr 2008 11:34

Re: 64bit VLC

Postby xasx » 12 Nov 2011 23:18

Nightly Build of VLC should be fully functional, safe for the activex plugin which has not been ported to win64
Nice, thanks.

Loaded, installed and testing in progress... :)

speciesx
Blank Cone
Blank Cone
Posts: 13
Joined: 06 Mar 2011 22:06

Re: 64bit VLC

Postby speciesx » 15 Nov 2011 12:55

Mozilla plugin doesn't work, it's not listed in the plugin list.
I am using Firefox 11 x64 nightly.

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 15 Nov 2011 17:52

It works for me but only because I had copied the npvlc.dll to program\ files/nightly/plugins/ directory manually.

The installer is writing registry keys for the mozilla DLL:

Code: Select all

!define Moz "SOFTWARE\MozillaPlugins\@videolan.org/vlc,version=${VERSION}" WriteRegStr HKLM ${Moz} "Description" "VLC Multimedia Plugin" WriteRegStr HKLM ${Moz} "Path" "$INSTDIR\npvlc.dll" WriteRegStr HKLM ${Moz} "Product" "VLC media player" WriteRegStr HKLM ${Moz} "Vendor" "VideoLAN" WriteRegStr HKLM ${Moz} "Version" "${VERSION}"
Perhaps there's another key for win64 version?

EDIT: no the keys format looks the same, I see the one for flash.
It seems the installer just doesn't write the keys.
Not sure why, the win32 installer works fine afaik.
Does it change something if you explicitely install as admin?
Does the mozilla plugin from win32 NB work correctly? (with 32bits mozilla of course)

speciesx
Blank Cone
Blank Cone
Posts: 13
Joined: 06 Mar 2011 22:06

Re: 64bit VLC

Postby speciesx » 15 Nov 2011 18:22

It works for me but only because I had copied the npvlc.dll to program\ files/nightly/plugins/ directory manually.
Perhaps there's another key for win64 version?
It is listed, but it doesn't work. Installing as admin change nothing.
p.s. vlc crash when i click "check for updates"

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 15 Nov 2011 18:46

Try win32 nightly build from the same date to rule out a win64-specific bug.

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 15 Nov 2011 19:24

Found it:
registry keys are written in /Wow6432Node/MozillaPlugins instead of /MozillaPlugins

I guess we'd need to create a x64 installer, but then we'd need x64 support for NSIS

speciesx
Blank Cone
Blank Cone
Posts: 13
Joined: 06 Mar 2011 22:06

Re: 64bit VLC

Postby speciesx » 15 Nov 2011 19:42

Try win32 nightly build from the same date to rule out a win64-specific bug.
I try with Firefox 11 nightly 32bit and IE 9 32bit on this page http://www.tvonline69.net/ with the last vlc win32 nightly build, on Firefox vlc crash and on IE 9 nothing happens.

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 16 Nov 2011 05:07

with the last vlc win32 nightly build, on Firefox vlc crash and on IE 9 nothing happens.
Not a win64 problem, both plugins are a bit out of date though someone just started maintaining them again so they might improve.

I fixed the installer so in next Nightly Build of VLC the plugin should register automatically.

You'll also be able to have both versions installed side by side but I recommand disabling all associations / context menu and menu entries of one of them to avoid conflicts.

I just saw now your message about update crashing, i'll look at it tomorrow.

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 16 Nov 2011 19:26

update will be fixed in next NB, and all other code using gcrypt

speciesx
Blank Cone
Blank Cone
Posts: 13
Joined: 06 Mar 2011 22:06

Re: 64bit VLC

Postby speciesx » 18 Nov 2011 19:01

There are no CPU-Features available.
Image

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: 64bit VLC

Postby Jean-Baptiste Kempf » 18 Nov 2011 20:47

Normal.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: Google [Bot] and 35 guests