You are here

HandBrake Portable

37 posts / 0 new
Last post
agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
HandBrake Portable

Application: HandBrake
Category: Music & Video?
Description:HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, Linux and Windows.

HandBrake Portable 0.9.4 Development Test 1 English

I took the download down due to problems with .NET (I think its .NET).

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
Would some one want to help

Would some one want to help me with a patch, Like Chris Morgan did with Inkscape?

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 9 months ago
Joined: 2007-04-15 21:08
C#

For reference, the code is C# for the Windows version, here (I think the settings stuff is in Properties/settings.*).

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

AstroSeven
AstroSeven's picture
Offline
Last seen: 14 years 2 months ago
Joined: 2010-01-24 01:42
Handbrake Portable - Already been done if you prefer 0.93

kudos to all those putting in some hard work on all projects.

[reference to site with lots of bad/illegal software removed - mod Chris] I prefer 0.93 because xvid support has been booted from 0.94.

computerfreaker
computerfreaker's picture
Offline
Last seen: 12 years 6 months ago
Developer
Joined: 2009-08-11 11:24
Sorry, I don't know C#, so I

Sorry, I don't know C#, so I can't help with this part.

I am curious, though - why do you need a patch? Your launcher looks OK to me...

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 9 months ago
Joined: 2007-04-15 21:08
Better portability

It's purely a matter of better portability. Which do you prefer - the need to back up the local data, move your stuff in, and then - ERK! The power just went off. Whoops. Now what do I do?

Or, set an environment variable or pass a command line argument, and have it work on the disk?

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
What Chris said. The

What Chris said. The backup/restore is good, but in my opinion thats not fully portable, if the usb drive gets unplugged it will mess the settings up if HandBrake is installed locally.

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
lol Me neither.

lol Me neither.

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

brum74
Offline
Last seen: 11 years 3 weeks ago
Joined: 2009-04-11 11:29
I downloaded the code and

I downloaded the code and actually have modified it to look for a environment variable "HANDBRAKE_PORTABLE_APPDATA", which I assume will only be scoped to the process. While I was in there I made a few other changes to how they were handling some streams. Everything compiles just need to test it to make sure I didn't break anything, but that will have to wait as I need to get some sleep.

Once you go portable...

brum74
Offline
Last seen: 11 years 3 weeks ago
Joined: 2009-04-11 11:29
If you're still interested in

If you're still interested in changing this let me know. I'll have some time in the next two weeks to finalize the c# changes and see about getting a patch submitted.

Once you go portable...

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
Sure, I was going to try to

Sure, I was going to try to do it myself, but I never got the time to even learn C# :/ .

Thanks for helping Smile

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

brum74
Offline
Last seen: 11 years 3 weeks ago
Joined: 2009-04-11 11:29
If you have or could make an

If you have or could make an updated launcher I'll test that it works with my changes and submit a patch to them. I have the rest of this week and next off from work so I have plenty of time.

Once you go portable...

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
The links that are posted

The links that are posted above are for most recent one, it backs up the local settings if there, on close it deletes the settings the portable version made then it restores the local settings.
What exactly will the patch do?

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

brum74
Offline
Last seen: 11 years 3 weeks ago
Joined: 2009-04-11 11:29
The patch will have Handbrake

The patch will have Handbrake check for the existence of an Environment Variable "HANDBRAKE_PORTABLE_APPDATA" which needs to be set by the launcher. If it finds the variable then it will use that path to store its data instead on the normal AppData folder. This is to avoid having to backup, restore and copy files around. I don't know enough about NSIS to update the launcher, I was hoping you'd be able to do that or we could ask others to help.

Once you go portable...

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
Thought so, i will look in to

Thought so, i will look in to how to set a Environment Variable and get you a updated launcher as soon as possible.

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 9 months ago
Joined: 2007-04-15 21:08
Kernel32::SetEnvironmentVariable
System::Call `Kernel32::SetEnvironmentVariable(t"HANDBRAKE_PORTABLE_APPDATA",t"$EXEDIR\Data\settings")`

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
Thanks, You read my mind, I

Thanks, You read my mind, I was about to look in the Inkscape launcher Smile

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
@brum74 Here is the updated

@brum74
Here is the updated launcher http://dl.dropbox.com/u/1882171/Portable%20apps/HandBrakePortable.7z
Let me know when you get it so I can take it down.
Put your patched version of handbrake in App/Handbrake
It should work, if not let me know and i will see what I can do.

For everyone: please do not comment on this.

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

brum74
Offline
Last seen: 11 years 3 weeks ago
Joined: 2009-04-11 11:29
I have downloaded it. I'll

I have downloaded it. I'll test changes shortly. Also I noticed that they have started converting to Visual Studio 2010. I found this out when I updated my local copy so I'll need to either revert to before these changes or install the RC for Visual Studio 2010.

Once you go portable...

horusofoz
horusofoz's picture
Offline
Last seen: 6 months 3 weeks ago
Joined: 2008-04-03 22:45
OP Layout

Can you edit your OP to match the common layout used by developers with test apps? Examples are here, here and here. It makes it easier for a potential tester to see how the app development is progressing and makes it more likely they will test it (at least for myself it does Wink )

Thanks Smile

PortableApps.com Advocate

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
Done

Done Smile

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

horusofoz
horusofoz's picture
Offline
Last seen: 6 months 3 weeks ago
Joined: 2008-04-03 22:45
Thanks for updating the info.

Thanks for updating the info. One more suggestions if I may is to list any know bugs Smile

Looking forward to testing Smile

PortableApps.com Advocate

horusofoz
horusofoz's picture
Offline
Last seen: 6 months 3 weeks ago
Joined: 2008-04-03 22:45
Feedback

Regshotted on XP SP3, admin rights with Handbrake installed locally. Did a quick flv to mp4 conversion. Results below.

Regshot 1.8.2
Comments:
Datetime:2010/2/24 11:08:13  ,  2010/2/24 11:11:53
Computer:Computer Name , Computer Name
Username: , 

----------------------------------
Keys added:7
----------------------------------
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\flv
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\.flv
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{5E6AB780-7743-11CF-A12B-00AA004AE837}\Count
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}\Count
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\0\1\3
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\316
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\316\Shell

----------------------------------
Values added:24
----------------------------------
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedMRU\d: 48 00 61 00 6E 00 64 00 42 00 72 00 61 00 6B 00 65 00 2E 00 65 00 78 00 65 00 00 00 46 00 3A 00 5C 00 44 00 6F 00 63 00 75 00 6D 00 65 00 6E 00 74 00 73 00 5C 00 56 00 69 00 64 00 65 00 6F 00 73 00 5C 00 55 00 6E 00 73 00 6F 00 72 00 74 00 65 00 64 00 00 00
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\a: "F:\Documents\Temporary Storage\Ek Onkaar"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\MRUList: "a"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\*\c: "F:\Documents\Videos\Unsorted\Bill Gates on why Vista isn't copied from Mac.flv"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\*\d: "F:\Documents\Temporary Storage\Ek Onkaar"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\flv\a: "F:\Documents\Videos\Unsorted\Bill Gates on why Vista isn't copied from Mac.flv"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\flv\MRUList: "a"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.flv\OpenWithList\b: "HandBrake.exe"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\4: 42 00 69 00 6C 00 6C 00 20 00 47 00 61 00 74 00 65 00 73 00 20 00 6F 00 6E 00 20 00 77 00 68 00 79 00 20 00 56 00 69 00 73 00 74 00 61 00 20 00 69 00 73 00 6E 00 27 00 74 00 20 00 63 00 6F 00 70 00 69 00 65 00 64 00 20 00 66 00 72 00 6F 00 6D 00 20 00 4D 00 61 00 63 00 2E 00 66 00 6C 00 76 00 00 00 C6 00 32 00 00 00 00 00 00 00 00 00 00 00 42 69 6C 6C 20 47 61 74 65 73 20 6F 6E 20 77 68 79 20 56 69 73 74 61 20 69 73 6E 27 74 20 63 6F 70 69 65 64 20 66 72 6F 6D 20 4D 61 63 2E 66 6C 76 2E 6C 6E 6B 00 82 00 03 00 04 00 EF BE 00 00 00 00 00 00 00 00 14 00 00 00 42 00 69 00 6C 00 6C 00 20 00 47 00 61 00 74 00 65 00 73 00 20 00 6F 00 6E 00 20 00 77 00 68 00 79 00 20 00 56 00 69 00 73 00 74 00 61 00 20 00 69 00 73 00 6E 00 27 00 74 00 20 00 63 00 6F 00 70 00 69 00 65 00 64 00 20 00 66 00 72 00 6F 00 6D 00 20 00 4D 00 61 00 63 00 2E 00 66 00 6C 00 76 00 2E 00 6C 00 6E 00 6B 00 00 00 44 00 00 00
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\5: 55 00 6E 00 73 00 6F 00 72 00 74 00 65 00 64 00 00 00 4C 00 32 00 00 00 00 00 00 00 00 00 00 00 55 6E 73 6F 72 74 65 64 2E 6C 6E 6B 00 00 30 00 03 00 04 00 EF BE 00 00 00 00 00 00 00 00 14 00 00 00 55 00 6E 00 73 00 6F 00 72 00 74 00 65 00 64 00 2E 00 6C 00 6E 00 6B 00 00 00 1C 00 00 00
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\Folder\3: 55 00 6E 00 73 00 6F 00 72 00 74 00 65 00 64 00 00 00 4C 00 32 00 00 00 00 00 00 00 00 00 00 00 55 6E 73 6F 72 74 65 64 2E 6C 6E 6B 00 00 30 00 03 00 04 00 EF BE 00 00 00 00 00 00 00 00 14 00 00 00 55 00 6E 00 73 00 6F 00 72 00 74 00 65 00 64 00 2E 00 6C 00 6E 00 6B 00 00 00 1C 00 00 00
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\.flv\MRUListEx: 00 00 00 00 FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\.flv\0: 42 00 69 00 6C 00 6C 00 20 00 47 00 61 00 74 00 65 00 73 00 20 00 6F 00 6E 00 20 00 77 00 68 00 79 00 20 00 56 00 69 00 73 00 74 00 61 00 20 00 69 00 73 00 6E 00 27 00 74 00 20 00 63 00 6F 00 70 00 69 00 65 00 64 00 20 00 66 00 72 00 6F 00 6D 00 20 00 4D 00 61 00 63 00 2E 00 66 00 6C 00 76 00 00 00 C6 00 32 00 00 00 00 00 00 00 00 00 00 00 42 69 6C 6C 20 47 61 74 65 73 20 6F 6E 20 77 68 79 20 56 69 73 74 61 20 69 73 6E 27 74 20 63 6F 70 69 65 64 20 66 72 6F 6D 20 4D 61 63 2E 66 6C 76 2E 6C 6E 6B 00 82 00 03 00 04 00 EF BE 00 00 00 00 00 00 00 00 14 00 00 00 42 00 69 00 6C 00 6C 00 20 00 47 00 61 00 74 00 65 00 73 00 20 00 6F 00 6E 00 20 00 77 00 68 00 79 00 20 00 56 00 69 00 73 00 74 00 61 00 20 00 69 00 73 00 6E 00 27 00 74 00 20 00 63 00 6F 00 70 00 69 00 65 00 64 00 20 00 66 00 72 00 6F 00 6D 00 20 00 4D 00 61 00 63 00 2E 00 66 00 6C 00 76 00 2E 00 6C 00 6E 00 6B 00 00 00 44 00 00 00
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{5E6AB780-7743-11CF-A12B-00AA004AE837}\Count\HRZR_PGYFRFFVBA: 00 00 00 00 00 00 00 00
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}\Count\HRZR_PGYFRFFVBA: 00 00 00 00 00 00 00 00
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\0\1\3: 52 00 31 00 00 00 00 00 54 3C 5A 27 10 00 48 41 4E 44 42 52 7E 31 00 00 3A 00 03 00 04 00 EF BE 54 3C E1 21 58 3C 0D 59 14 00 00 00 48 00 61 00 6E 00 64 00 42 00 72 00 61 00 6B 00 65 00 50 00 6F 00 72 00 74 00 61 00 62 00 6C 00 65 00 00 00 18 00 00 00
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\0\1\3\NodeSlot: 0x0000013C
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\0\1\3\MRUListEx: FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\316\Shell\FolderType: "Documents"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\MUICache\F:\PortableApps\HandBrakePortable\HandBrakePortable.exe: "HandBrake Portable"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\MUICache\C:\WINDOWS\system32\CMD.exe: "Windows Command Processor"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\MUICache\F:\PortableApps\HandBrakePortable\App\HandBrake\HandBrake.exe: "HandBrake"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\MUICache\@C:\WINDOWS\inf\unregmp2.exe,-9914: "Windows Media Audio/Video file"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\MUICache\@C:\WINDOWS\system32\SHELL32.dll,-8964: "Recycle Bin"

----------------------------------
Values modified:26
----------------------------------
HKLM\SOFTWARE\Microsoft\Cryptography\RNG\Seed: 88 29 DA C9 81 D4 7A 12 9E E9 5B 9D 46 68 A8 D6 A6 9F CB 12 A4 52 61 60 F2 56 22 9F CC EA 1F 34 45 5A 09 72 7C 8B 25 B7 7F 24 82 85 C8 44 FA 71 07 54 5C 19 36 14 50 57 71 EC 47 A3 4B B4 2D 78 3D 4C B4 5A 4D 0F 8C 41 04 55 40 76 64 05 17 0E
HKLM\SOFTWARE\Microsoft\Cryptography\RNG\Seed: 32 ED 4A 77 27 53 75 17 D5 B3 1C 66 CE 6E FF 2E 40 F2 FB 88 66 58 DB 29 40 8E E8 48 87 46 1E C9 23 8A 28 F4 6B C1 14 7B A6 C1 36 99 C3 FB 45 B7 FE 94 6A 5D CF A7 9B 5F EF AB 77 F6 2D A2 E1 AB DC D0 C0 28 E4 05 B8 37 49 32 02 40 A2 6B 78 E9
HKLM\SOFTWARE\Microsoft\SchedulingAgent\LastTaskRun: DA 07 02 00 03 00 18 00 15 00 23 00 01 00 00 00
HKLM\SOFTWARE\Microsoft\SchedulingAgent\LastTaskRun: DA 07 02 00 03 00 18 00 15 00 28 00 01 00 00 00
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\State\S-1-5-21-436374069-796845957-682003330-1003\Extension-List\{00000000-0000-0000-0000-000000000000}\StartTimeLo: 0x9B5A9654
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\State\S-1-5-21-436374069-796845957-682003330-1003\Extension-List\{00000000-0000-0000-0000-000000000000}\StartTimeLo: 0xE0D3F2AE
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\State\S-1-5-21-436374069-796845957-682003330-1003\Extension-List\{00000000-0000-0000-0000-000000000000}\StartTimeHi: 0x01CAB534
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\State\S-1-5-21-436374069-796845957-682003330-1003\Extension-List\{00000000-0000-0000-0000-000000000000}\StartTimeHi: 0x01CAB541
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\State\S-1-5-21-436374069-796845957-682003330-1003\Extension-List\{00000000-0000-0000-0000-000000000000}\EndTimeLo: 0x9B5A9654
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\State\S-1-5-21-436374069-796845957-682003330-1003\Extension-List\{00000000-0000-0000-0000-000000000000}\EndTimeLo: 0xE0D3F2AE
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\State\S-1-5-21-436374069-796845957-682003330-1003\Extension-List\{00000000-0000-0000-0000-000000000000}\EndTimeHi: 0x01CAB534
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\State\S-1-5-21-436374069-796845957-682003330-1003\Extension-List\{00000000-0000-0000-0000-000000000000}\EndTimeHi: 0x01CAB541
HKLM\SOFTWARE\Microsoft\Windows Search\Gather\Windows\SystemIndex\NotificationLogCheckPoint: CC 12 02 00 00 00 00 00
HKLM\SOFTWARE\Microsoft\Windows Search\Gather\Windows\SystemIndex\NotificationLogCheckPoint: 8E 1E 02 00 00 00 00 00
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedMRU\MRUList: "cba"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedMRU\MRUList: "dcba"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\*\MRUList: "ba"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\*\MRUList: "cdba"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.flv\OpenWithList\MRUList: "acb"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.flv\OpenWithList\MRUList: "bac"
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\MRUListEx: 03 00 00 00 02 00 00 00 01 00 00 00 00 00 00 00 FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\MRUListEx: 05 00 00 00 04 00 00 00 03 00 00 00 02 00 00 00 01 00 00 00 00 00 00 00 FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\Folder\MRUListEx: 02 00 00 00 00 00 00 00 FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\Folder\MRUListEx: 03 00 00 00 02 00 00 00 00 00 00 00 FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\NodeSlots: 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\NodeSlots: 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\0\MRUListEx: 01 00 00 00 00 00 00 00 FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\0\MRUListEx: 00 00 00 00 01 00 00 00 FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\0\0\MRUListEx: 02 00 00 00 00 00 00 00 01 00 00 00 FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\0\0\MRUListEx: 02 00 00 00 01 00 00 00 00 00 00 00 FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\0\1\MRUListEx: 02 00 00 00 01 00 00 00 00 00 00 00 FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\0\1\MRUListEx: 03 00 00 00 02 00 00 00 01 00 00 00 00 00 00 00 FF FF FF FF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\284\Shell\MinPos1280x1024(1).x: 0xFFFF8300
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\284\Shell\MinPos1280x1024(1).x: 0xFFFFFFFF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\284\Shell\MinPos1280x1024(1).y: 0xFFFF8300
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\284\Shell\MinPos1280x1024(1).y: 0xFFFFFFFF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\284\Shell\WFlags: 0x00000002
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\284\Shell\WFlags: 0x00000000
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\284\Shell\ShowCmd: 0x00000003
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\284\Shell\ShowCmd: 0x00000001
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\284\Shell\ColInfo: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FD DF DF FD 0F 00 04 00 20 00 10 00 28 00 3C 00 00 00 00 00 01 00 00 00 02 00 00 00 03 00 00 00 B4 00 60 00 78 00 78 00 00 00 00 00 01 00 00 00 02 00 00 00 03 00 00 00 FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\284\Shell\ColInfo: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FD DF DF FD 0F 00 04 00 20 00 10 00 00 00 28 00 00 00 00 00 01 00 00 00 02 00 00 00 03 00 00 00 B4 00 60 00 78 00 78 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\312\Shell\MinPos1280x1024(1).x: 0xFFFF8300
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\312\Shell\MinPos1280x1024(1).x: 0xFFFFFFFF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\312\Shell\MinPos1280x1024(1).y: 0xFFFF8300
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\312\Shell\MinPos1280x1024(1).y: 0xFFFFFFFF
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\312\Shell\WFlags: 0x00000002
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\312\Shell\WFlags: 0x00000000
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\312\Shell\ShowCmd: 0x00000003
HKU\S-1-5-21-436374069-796845957-682003330-1003\Software\Microsoft\Windows\ShellNoRoam\Bags\312\Shell\ShowCmd: 0x00000001
HKU\S-1-5-21-436374069-796845957-682003330-1003\SessionInformation\ProgramCount: 0x00000002
HKU\S-1-5-21-436374069-796845957-682003330-1003\SessionInformation\ProgramCount: 0x00000001

----------------------------------
Files added:19
----------------------------------
C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles\00010012.ci
C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles\00010012.dir
C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles\00010012.wid
C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles\00010013.ci
C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles\00010013.dir
C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles\00010013.wid
C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles\00010014.ci
C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles\00010014.dir
C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles\00010014.wid
C:\Documents and Settings\User Name\Local Settings\Temp\hb_queue_recovery.xml
C:\Documents and Settings\User Name\Local Settings\Temp\temp_presets.dat
C:\Documents and Settings\User Name\Recent\Bill Gates on why Vista isn't copied from Mac.flv.lnk
C:\Documents and Settings\User Name\Recent\Unsorted.lnk
C:\WINDOWS\Prefetch\CMD.EXE-087B4001.pf
C:\WINDOWS\Prefetch\CSC.EXE-01730C27.pf
C:\WINDOWS\Prefetch\CVTRES.EXE-2329DCD5.pf
C:\WINDOWS\Prefetch\HANDBRAKE.EXE-0546E55B.pf
C:\WINDOWS\Prefetch\HANDBRAKECLI.EXE-2FF93D69.pf
C:\WINDOWS\Prefetch\HANDBRAKEPORTABLE.EXE-162FF81A.pf

----------------------------------
Files [attributes?] modified:11
----------------------------------
C:\Documents and Settings\All Users\Application Data\Alwil Software\Avast5\log\usntr.log
C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\MSS.chk
C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\SystemIndex.Ntfy10.gthr
C:\Documents and Settings\User Name\Cookies\index.dat
C:\Documents and Settings\User Name\Local Settings\History\History.IE5\index.dat
C:\Documents and Settings\User Name\Local Settings\Temporary Internet Files\Content.IE5\index.dat
C:\Documents and Settings\User Name\ntuser.dat.LOG
C:\WINDOWS\Prefetch\SEARCHFILTERHOST.EXE-148579FB.pf
C:\WINDOWS\Prefetch\SEARCHPROTOCOLHOST.EXE-34E0253A.pf
C:\WINDOWS\system32\config\software.LOG
C:\WINDOWS\Tasks\User_Feed_Synchronization-{39448300-1B40-4EF3-9577-8EC695BD80AC}.job

----------------------------------
Total changes:87
----------------------------------

Now I don't know too much about these but what I do makes me think these are a problem:

C:\Documents and Settings\User Name\Local Settings\Temp\hb_queue_recovery.xml
C:\Documents and Settings\User Name\Local Settings\Temp\temp_presets.dat

Also it didn't save my settings as I set the default path but then on relaunch I needed to again Sad

Still it works. Just need to work the kinks out now Blum

PortableApps.com Advocate

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
Thanks for testing it Should

Thanks for testing it Smile
Should I delete the keys that windows makes, recently used and things like that?

I think C:\Documents and Settings\User Name\Local Settings\Temp\temp_presets.dat belongs to Handbrake not sure about the other. I will run Handbrake and convert a few files.

Also it didn't save my settings as I set the default path but then on relaunch I needed to again

Ya that is the main thing it lacks right now, my knowledge of NSIS does not extend that far Sad I need to take some time and look at some other launchers.

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

tgrantt
tgrantt's picture
Offline
Last seen: 3 years 1 month ago
Joined: 2007-02-26 12:43
Is this dead?

Trying not to be the "Version X is out" guy, but I was wondering about the state of this. I haven't ever used it, but Lifehacker always recommends it. I went to the site, and when I saw that it was GPL I thought "I wonder if there is a PortableApps version." I saw that there was, but nothing since February. There is a 0.9.5, but I have no idea if there are major changes.

Just curious if this is good to go, or if there are better options. Thanks!

I am not my signature.

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
Its not really dead, I just

Its not really dead, I just started some college classes so I have been a bit busy. I will take a look at some time today and see what what needs to be done.

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

tgrantt
tgrantt's picture
Offline
Last seen: 3 years 1 month ago
Joined: 2007-02-26 12:43
Don't panic

I was just curious. Cool that you got back to me so soon. I won't be using it until I get the nettop I'm installing XBMC on in a couple of weeks.

Thanks again.

I am not my signature.

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
I'm taking some time right

I'm taking some time right now to work on it (01/16/11) If it is an easy upgrade it should be posted sometime today.

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

sweepsnregs
sweepsnregs's picture
Offline
Last seen: 2 years 5 months ago
Joined: 2009-11-26 00:26
is it true HB also work under Mythbuntu natively?

if not natively, will it work with Wine?

can u PAF http://makemkv.com/download agdurrette B4 it becomes stable (while in BETA stage, MakeMKV is free. There are Win, Linux, Mac versions...i know, I know, PA.c only deal w/ Windows only) ???

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
Hand break has a linux

Hand break has a linux version http://handbrake.fr/downloads.php so yes it can run natively? I don't know if the windows version will work in wine tho.

I can't because I have a bunch on my plate right no, but you can post a request on https://portableapps.com/forums/general/request_apps

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

sweepsnregs
sweepsnregs's picture
Offline
Last seen: 2 years 5 months ago
Joined: 2009-11-26 00:26
FMI: MakeMKV CHANGELOG
agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
There is a folder with a

There is a folder with a randomly generated name that is being left behind. I will have more details later.

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

tstites
Offline
Last seen: 4 months 19 hours ago
Joined: 2007-10-30 16:34
Anything happening?

I really like using this tool and hope this can be brought back from the dead.
Thanks!
Tom

philipdk
Offline
Last seen: 3 years 2 months ago
Joined: 2011-01-08 07:39
0.92

i wish you where doing 0.92 instead of 0.94.
0.94 supports mkv and mp4
0.92 supports avi mp4 and H264
most of my dvd rips are in avi xvid
bluray are done in mp4

terra666
Offline
Last seen: 3 years 3 months ago
Joined: 2014-06-22 13:42
C# Portion

From what I saw the last time I looked at the code, almost a year ago. The C# portion was limited to the UI. I would think that it would be possible to adapt the C++ UI from Linux (I think they wrote it with one of the universal libraries like boost).
That will negate the need to have C# completely.
But that's my 2 cents.

[Edit]
Just checked HandBrake uses "GTK UI" which is part of GTK+ a multi-platform GUI system.

Drazick
Offline
Last seen: 1 week 3 days ago
Joined: 2010-09-06 06:36
Update

Any chance someone brings this back to live?

Even if it requires .NET?

Thank You.

mwayne
Offline
Last seen: 14 hours 52 min ago
Developer
Joined: 2012-01-03 09:23
New Dev Test
Log in or register to post comments