Skip to content

Commit b7fcc52

Browse files
committed
Branding
1 parent 63d07df commit b7fcc52

36 files changed

+196
-212
lines changed

.github/workflows/windows.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ jobs:
106106
$env:Path += ";C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin"
107107
msbuild win\cs\build.xml /t:x64 /p:PfxFile=$env:SigningCertificate /p:PfxPwd=${{ secrets.HandBrakeTeam_pfx_pwd }} /p:SignTimestampServer=http://time.certum.pl/
108108
109-
- name: Upload HandBrake exe Installer
109+
- name: Upload StickShift exe Installer
110110
uses: actions/upload-artifact@v4
111111
with:
112-
name: HandBrake-x86_64-Win_GUI-EXE
113-
path: win/CS/HandBrakeWPF/bin/publish/HandBrake-Nightly-x86_64-Win_GUI.exe
112+
name: StickShift-1.7.4-x86_64-Win_GUI-EXE
113+
path: win/CS/HandBrakeWPF/bin/publish/StickShift-1.7.4-x86_64-Win_GUI.exe
114114

115-
- name: Upload HandBrake msi Installer
115+
- name: Upload StickShift msi Installer
116116
uses: actions/upload-artifact@v4
117117
with:
118-
name: HandBrake-x86_64-Win_GUI-MSI
119-
path: win/CS/HandBrakeWPF/bin/publish/HandBrake-Nightly-x86_64-Win_GUI.msi
118+
name: StickShift-1.7.4-x86_64-Win_GUI-MSI
119+
path: win/CS/HandBrakeWPF/bin/publish/StickShift-1.7.4-x86_64-Win_GUI.msi

README.markdown

+8-24
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,18 @@
1-
# HandBrake [![macOS Build](https://github.com/HandBrake/HandBrake/workflows/macOS%20build/badge.svg)](https://github.com/HandBrake/HandBrake/actions?query=workflow%3A%22macOS+build%22) [![Windows Build](https://github.com/HandBrake/HandBrake/workflows/Windows%20Build/badge.svg)](https://github.com/HandBrake/HandBrake/actions?query=workflow%3A%22Windows+Build%22) [![Linux Build](https://github.com/HandBrake/HandBrake/workflows/Linux%20Build/badge.svg)](https://github.com/HandBrake/HandBrake/actions?query=workflow%3A%22Linux+Build%22)
1+
# StickShift [![Windows Build](https://github.com/K4sum1/StickShift/workflows/Windows%20Build/badge.svg)](https://github.com/K4sum1/StickShift/actions?query=workflow%3A%22Windows+Build%22)
22

33

4-
HandBrake is an open-source video transcoder available for Linux, Mac, and Windows, licensed under the [GNU General Public License (GPL) Version 2](LICENSE).
4+
StickShift is a fork of the HandBrake open-source video transcoder for Windows 7, licensed under the [GNU General Public License (GPL) Version 2](LICENSE).
55

6-
HandBrake takes videos you already have and makes new ones that work on your mobile phone, tablet, TV media player, game console, computer, or web browser—nearly anything that supports modern video formats.
6+
StickShift takes videos you already have and makes new ones that work on your mobile phone, tablet, TV media player, game console, computer, or web browser—nearly anything that supports modern video formats.
77

8-
HandBrake works with most common video files and formats, including ones created by consumer and professional video cameras, mobile devices such as phones and tablets, game and computer screen recordings, and DVD and Blu-ray discs. HandBrake leverages tools such as FFmpeg, x264, and x265 to create new MP4 or MKV video files from these *Sources*.
8+
StickShift works with most common video files and formats, including ones created by consumer and professional video cameras, mobile devices such as phones and tablets, game and computer screen recordings, and DVD and Blu-ray discs. StickShift leverages tools such as FFmpeg, x264, and x265 to create new MP4 or MKV video files from these *Sources*.
99

10-
For information on downloading, building/installing, and using HandBrake, see the official [HandBrake Documentation](https://handbrake.fr/docs).
10+
For information on downloading, building/installing, and using StickShift, see the official [HandBrake Documentation](https://handbrake.fr/docs) for now.
1111

1212

1313
## Community Support
1414

15-
Visit the [HandBrake Community Forums](https://forum.handbrake.fr/).
16-
17-
For information on HandBrake's community support channels, please see [Community Support](https://handbrake.fr/docs/en/latest/help/community-support.html).
18-
19-
Our [community rules](https://forum.handbrake.fr/app.php/rules) and [code of conduct](https://github.com/HandBrake/HandBrake/blob/master/CODE_OF_CONDUCT.md) apply to both our site and GitHub.
20-
21-
22-
## Contributing
23-
24-
We welcome most contributions. While it is our goal to allow everyone to contribute, contributions not meeting the project's goals or standards may be rejected.
25-
26-
Please read our [guide to contributing](https://handbrake.fr/docs/en/latest/contributing/contribute.html). This will provide you with all the information you need to start contributing to the project.
27-
28-
## Translations
29-
30-
We are now accepting translations via [Transifex](https://www.transifex.com/HandBrakeProject/public)
31-
32-
Please read our [Translations Guide](https://github.com/HandBrake/HandBrake/blob/master/TRANSLATION.markdown) and follow the instructions if you are interested in joining the translation effort.
33-
15+
For now just use issues. Might get an Eclipse post up sometime idk.
3416

3517
## Additional Information
3618

@@ -40,6 +22,8 @@ Please read our [Translations Guide](https://github.com/HandBrake/HandBrake/blob
4022

4123
## Special Thanks
4224

25+
[archeYR](https://github.com/archeYR) for [HandBrake-w81](https://github.com/archeYR/HandBrake-w81)
26+
4327
<a href="https://www.macstadium.com/"><img width="200" alt="MacStadium" src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png"></a>
4428

4529
and to many others who have contributed! [Thanks](THANKS.markdown)
-16.9 KB
Loading
-535 KB
Loading

gtk/data/fr.handbrake.ghb.desktop.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Desktop Entry]
2-
Name=HandBrake
2+
Name=StickShift
33
GenericName=Media Transcoder
44
Comment=Transcodes DVD, Blu-ray, and other media
55
Exec=ghb %f

gtk/data/fr.handbrake.ghb.metainfo.xml.in.in

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2018-2024 John Stebbins <[email protected]> -->
2+
<!-- Copyright 2018-2024 Eclipse Community <[email protected]> -->
33
<component type="desktop-application">
44
<id>fr.handbrake.ghb</id>
55
<translation type="gettext">ghb</translation>
6-
<developer_name>HandBrake Team</developer_name>
7-
<update_contact>jstebbins.hb_AT_gmail.com</update_contact>
8-
<launchable type="desktop-id">fr.handbrake.ghb.desktop</launchable>
6+
<developer_name>Eclipse Community</developer_name>
7+
<update_contact>webmaster_AT_eclipse.cx</update_contact>
8+
<launchable type="desktop-id">fr.handbrake.ghb/desktop</launchable>
99
<metadata_license>CC0-1.0</metadata_license>
1010
<project_license>GPL-2.0</project_license>
11-
<name>HandBrake</name>
11+
<name>StickShift</name>
1212
<summary>Video Transcoder</summary>
1313

1414
<description>
15-
<p>HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.</p>
16-
<p>Reasons you'll love Handbrake:</p>
15+
<p>StickShift is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.</p>
16+
<p>Reasons you'll love StickShift:</p>
1717
<ul>
1818
<li>Convert video from nearly any format</li>
1919
<li>Free and Open Source</li>
20-
<li>Multi-Platform (Windows, Mac and Linux)</li>
20+
<li>Supports Windows 7</li>
2121
</ul>
2222
</description>
2323

24-
<url type="homepage">https://handbrake.fr/</url>
25-
<url type="help">https://handbrake.fr/docs/</url>
26-
<url type="bugtracker">https://github.com/HandBrake/HandBrake/issues</url>
24+
<url type="homepage">https://eclipse.cx/projects/stickshift.htm</url>
25+
<url type="help">https://eclipse.cx/projects/stickshift.htm/</url>
26+
<url type="bugtracker">https://github.com/Eclipse-Community/StickShift/issues</url>
2727
<url type="translate">https://www.transifex.com/HandBrakeProject/</url>
2828

2929
<screenshots>

gtk/ghb.spec

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Summary: A program to transcode DVDs and other sources to MPEG-4
66

77
Group: Applications/Multimedia
88
License: GPLv2
9-
URL: http://handbrake.fr/
9+
URL: https://eclipse.cx/projects/stickshift.htm
1010
Source0: %{name}-%{version}.tar.bz2
1111
Prefix: %{_prefix}
1212
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -18,8 +18,8 @@ Requires: gtk3, coreutils
1818
%define debug_package %{nil}
1919

2020
%description
21-
HandBrake is an open-source, GPL-licensed, multi-platform, multi-threaded
22-
transcoder, available for MacOS X, Linux and Windows.
21+
StickShift is an open-source, GPL-licensed, multi-platform, multi-threaded
22+
transcoder, available for Windows 7.
2323

2424
%package gui
2525
Summary: A program to transcode DVDs and other sources to MPEG-4
@@ -30,12 +30,12 @@ Summary: A program to transcode DVDs and other sources to MPEG-4
3030
Group: Applications/Multimedia
3131

3232
%description gui
33-
HandBrake is an open-source, GPL-licensed, multi-platform, multi-threaded
34-
transcoder, available for MacOS X, Linux and Windows.
33+
StickShift is an open-source, GPL-licensed, multi-platform, multi-threaded
34+
transcoder, available for Windows 7.
3535

3636
%description cli
37-
HandBrake is an open-source, GPL-licensed, multi-platform, multi-threaded
38-
transcoder, available for MacOS X, Linux and Windows.
37+
StickShift is an open-source, GPL-licensed, multi-platform, multi-threaded
38+
transcoder, available for Windows 7.
3939

4040
%prep
4141
%setup -q
-12.8 KB
Loading
-40.5 KB
Loading
-811 Bytes
Loading

win/CS/HandBrake.App.Core/HandBrake.App.Core.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<FileVersion>1.8.2.0</FileVersion>
66
<Version>1.8.2</Version>
7-
<Authors>HandBrake Team</Authors>
8-
<Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description>
9-
<Copyright>Copyright © 2003-2024 HandBrake Team</Copyright>
10-
<PackageProjectUrl>https://handbrake.fr</PackageProjectUrl>
11-
<RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl>
7+
<Authors>Eclipse Community</Authors>
8+
<Description>StickShift is an open-source, GPL-licensed, multiplatform, video transcoder.</Description>
9+
<Copyright>Copyright © 2003-2024 Eclipse Community</Copyright>
10+
<PackageProjectUrl>https://eclipse.cx/projects/stickshift.htm</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/Eclipse-Community/StickShift</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageTags>Video Transcoder</PackageTags>
1414
<Platforms>AnyCPU</Platforms>

win/CS/HandBrake.Installer/HandBrake.Installer.wixproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProductVersion>3.10</ProductVersion>
77
<ProjectGuid>02684a37-c3e0-43f6-a4f0-2465afedd6df</ProjectGuid>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<OutputName>HandBrake</OutputName>
9+
<OutputName>StickShift</OutputName>
1010
<OutputType>Package</OutputType>
1111
</PropertyGroup>
1212
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

win/CS/HandBrake.Installer/Product.wxs

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!--
4-
// <copyright project="HandBrake.Installer" team="HandBrake Project (http://handbrake.fr)">
4+
// <copyright project="HandBrake.Installer" team="Eclipse Community">
55
// This file is part of the HandBrake source code - It may be used under the terms of the MIT License.
66
// This project is NOT included under the HandBrake applications GPLv2 license.
77
// </copyright>
@@ -11,19 +11,19 @@
1111

1212
<?if $(var.Configuration)=Debug ?>
1313
<?define msiProductId = "fd19ef0e-77c4-47a6-b1e4-4cea0b3a4c94" ?>
14-
<?define productName = "HandBrake Nightly" ?>
15-
<?define installDir = "Nightly" ?>
14+
<?define productName = "StickShift" ?>
15+
<?define installDir = "StickShift" ?>
1616
<?define ToastActivatorCLSID = "" ?>
1717
<?define packagePath = "..\HandBrakeWPF\bin\publish" ?>
1818
<?else ?>
1919
<?define msiProductId = "fd19ef0e-77c4-47a6-b1e4-4cea0b3a4c93" ?>
20-
<?define productName = "HandBrake" ?>
21-
<?define installDir = "HandBrake" ?>
20+
<?define productName = "StickShift" ?>
21+
<?define installDir = "StickShift" ?>
2222
<?define ToastActivatorCLSID = "" ?>
2323
<?define packagePath = "..\HandBrakeWPF\bin\publish" ?>
2424
<?endif ?>
2525

26-
<Product Id="$(var.msiProductId)" Name="$(var.productName)" Language="1033" Version="1.6.1.0" Manufacturer="HandBrake Team" UpgradeCode="$(var.msiProductId)">
26+
<Product Id="$(var.msiProductId)" Name="$(var.productName)" Language="1033" Version="1.6.1.0" Manufacturer="Eclipse Community" UpgradeCode="$(var.msiProductId)">
2727
<Package InstallerVersion="200" Platform="x64" Compressed="yes" InstallScope="perMachine" />
2828

2929
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
@@ -33,8 +33,8 @@
3333
<Icon Id="ProductIcon" SourceFile="..\HandBrakeWPF\handbrakepineapple.ico"/>
3434

3535
<Property Id="ARPPRODUCTICON" Value="ProductIcon"/>
36-
<Property Id="ARPHELPLINK" Value="https://www.handbrake.fr/docs"/>
37-
<Property Id="ARPURLINFOABOUT" Value="https://www.handbrake.fr"/>
36+
<Property Id="ARPHELPLINK" Value="https://github.com/Eclipse-Community/StickShift/issues"/>
37+
<Property Id="ARPURLINFOABOUT" Value="https://eclipse.cx/projects/stickshift.htm"/>
3838
<Property Id="ARPNOREPAIR" Value="1"/>
3939
<Property Id="WIXUI_INSTALLDIR" Value="APPDIR" />
4040

@@ -52,13 +52,13 @@
5252
<Directory Id="TARGETDIR" Name="SourceDir">
5353

5454
<Directory Id="ProgramFiles64Folder">
55-
<Directory Id="INSTALLDIR" Name="HandBrakeTeam">
55+
<Directory Id="INSTALLDIR" Name="StickShift">
5656
<Directory Id="APPDIR" Name="$(var.installDir)">
5757

5858
<Component Win64="yes" Id="ApplicationFiles" Guid="cbae29e7-6d39-49bb-8c76-0305c3d42181">
5959
<!-- Core Application -->
60-
<File Source="$(var.packagePath)\HandBrake.exe" />
61-
<File Source="$(var.packagePath)\HandBrake.Worker.exe" />
60+
<File Source="$(var.packagePath)\StickShift.exe" />
61+
<File Source="$(var.packagePath)\StickShift.Worker.exe" />
6262
<File Source="$(var.packagePath)\hb.dll"/>
6363
<File Source="$(var.packagePath)\portable.ini.template"/>
6464
</Component>
@@ -78,17 +78,17 @@
7878
<Component Id="AppShortcuts" Win64="yes">
7979

8080
<!-- Shortcuts for the shell -->
81-
<Shortcut Id="SCUT_Shortcuts_Shell" Name="$(var.productName)" Target="[#HandBrake.exe]" WorkingDirectory="APPLICATIONROOTDIRECTORY">
81+
<Shortcut Id="SCUT_Shortcuts_Shell" Name="$(var.productName)" Target="[#StickShift.exe]" WorkingDirectory="APPLICATIONROOTDIRECTORY">
8282
<!--AUMID-->
83-
<ShortcutProperty Key="System.AppUserModel.ID" Value="HandBrakeTeam.$(var.productName)"/>
83+
<ShortcutProperty Key="System.AppUserModel.ID" Value="StickShift.$(var.productName)"/>
8484
<!--COM CLSID-->
8585
<ShortcutProperty Key="System.AppUserModel.ToastActivatorCLSID" Value="{cbae29e7-6d39-49bb-8c76-0305c3d42181}"/>
8686
</Shortcut>
8787

8888
<!-- Uninstall shortcut -->
8989
<Shortcut Id="SCUT_Shortcuts_Uninstall" Name="Uninstall $(var.productName)" Target="[System64Folder]msiexec.exe" Arguments="/x [ProductCode]"/>
9090
<RemoveFolder Id="REMOVE_Shortcuts" On="uninstall" />
91-
<RegistryValue Root="HKCU" Key="Software\HandBakeTeam\$(var.installDir)" Name="installedShortcut" Type="integer" Value="1" KeyPath="yes" />
91+
<RegistryValue Root="HKCU" Key="Software\StickShift\$(var.installDir)" Name="installedShortcut" Type="integer" Value="1" KeyPath="yes" />
9292

9393
</Component>
9494
</DirectoryRef>

win/CS/HandBrake.Installer/Readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
HandBrake Defaults to using the NSIS installer to generate the exe installers.
1+
StickShift Defaults to using the NSIS installer to generate the exe installers.
22
HandBrake.Installer is not currently the primary installer. It is intended for the sys-admin audience only.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

win/CS/HandBrake.Interop/HandBrake.Interop.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<FileVersion>1.8.2.0</FileVersion>
66
<Version>1.8.2</Version>
7-
<Authors>HandBrake Team</Authors>
8-
<Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description>
9-
<Copyright>Copyright © 2003-2024 HandBrake Team</Copyright>
10-
<PackageProjectUrl>https://handbrake.fr</PackageProjectUrl>
11-
<RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl>
7+
<Authors>Eclipse Community</Authors>
8+
<Description>StickShift is an open-source, GPL-licensed, multiplatform, video transcoder.</Description>
9+
<Copyright>Copyright © 2003-2024 Eclipse Community</Copyright>
10+
<PackageProjectUrl>https://eclipse.cx/projects/stickshift.htm</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/Eclipse-Community/StickShift</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageTags>Video Transcoder</PackageTags>
1414
<Platforms>AnyCPU</Platforms>

0 commit comments

Comments
 (0)