You are here

VLC: V0.86 is out... Can someone compile it into a Portable App?

10 posts / 0 new
Last post
Snowflake
Offline
Last seen: 6 years 3 weeks ago
Joined: 2006-12-19 13:05
VLC: V0.86 is out... Can someone compile it into a Portable App?

I see that 0.86 was released on the 10th of December... It apparently fixes a lot of problems with Flash Video playback. I'm trying to watch one now that won't even load.

If someone could recompile to make it a portable app, I would be ever so grateful...

-Rob

John T. Haller
John T. Haller's picture
Offline
Last seen: 5 hours 26 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
It's coming

Just relax, it's coming.

Sometimes, the impossible can become possible, if you're awesome!

Snowflake
Offline
Last seen: 6 years 3 weeks ago
Joined: 2006-12-19 13:05
Thanks!

No worries, I just found that 0.8.6 was out and that it fixed my playback problem. I also found in a previous thread that someone mentioned that you could install the normal windows binary to a thumbdrive too, but it wasn't space-optimized. I didn't realize that the stock windows binary was thumbdrive-friendly.

John T. Haller
John T. Haller's picture
Offline
Last seen: 5 hours 26 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Sorta

It's sorta portable, but it leaves stuff on the PC. You can drop a stock binary into the portable package, it'll just be about twice the size.

Sometimes, the impossible can become possible, if you're awesome!

Snowflake
Offline
Last seen: 6 years 3 weeks ago
Joined: 2006-12-19 13:05
Which binary?

I notice that vlc.exe is only about 91kb, so that can't be the binary in question. What files can I copy over from a desktop installation? libvlc.dll? Should I copy the plugins folder too?

solanus
solanus's picture
Offline
Last seen: 9 years 5 months ago
Joined: 2006-01-21 19:12
Cmon, snowflake, a little patience...

John's doing a great job, let him enjoy his holidays! In the meantime, just download the zip version from the DL page (scroll to the bottom) and unzip the whole thing onto your flash drive. So what if it's 30 MB unzipped, I know I can deal with it until John works his magic - that's what I'm doing. For me, I like the improvements to the playlist...

To all a cool yule!

-Solanus, The East Wind

I made this half-pony, half-monkey monster to please you.

Gordonx42
Offline
Last seen: 17 years 2 months ago
Joined: 2006-10-03 16:22
anything on this?

anything on this?

jukeboxlord
Offline
Last seen: 15 years 10 months ago
Joined: 2006-12-26 11:13
Actually...

As of now...version 0.86a is out...so any work on 0.86 might be rendered useless.

(unless the work on 0.86 can be easily moved to 0.86a)

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
I'm working

on one.
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

JJDafoe
Offline
Last seen: 8 years 2 months ago
Joined: 2007-02-02 20:03
Updates

OK if you don't want to wait for Johns updates here's the deal:

Download vlc-0.8.6a-win32.zip

Unzip and copy everything into

VLCPortable\App\VLC\

Download upx203w.zip

Unzip

Create the following bat file...

massupx.bat

@echo off
upx --best --compress-icons=0 --nrv2d --crp-ms=999999 -k *.exe *.dll
del *.dl~
del *.ex~

(For those of you who don't know how to create a bat file... it's easy 1) Create a txt file... 2)Copy and paste the above text into it.... 3) Rename the text file massupx.bat)

Copy massupx.bat and upx.exe into:

VLCPortable\App\vlc\
VLCPortable\App\vlc\activex
VLCPortable\App\vlc\mozilla
VLCPortable\App\vlc\plugins

Run massupx.bat in each directory
Delete massupx.bat and upx.exe from each directory

The result one updated copy of VLC Portable with John's compression...

Now I don't know for sure but John may also remove some files and/or update some files by the time he releases his official version but this gets you the latest update at 16.2 MB

Minor note... keep a copy of the massupx.bat and upx.exe on your harddrive because they can be used to make similar updates on other portable software

PS I'd like to thank John for all the great work he does!!! And yes I know there is a more efficient way of doing some of this but this is the easiest way to explain.

Topic locked