Skip to content

Releases: GamerA1-99/HackDVB-GUI

HackDVB GUI - Beta 1.00

05 Dec 21:57
930092f

Choose a tag to compare

HackDVB GUI - Beta 1.00 including the .exe files and also the source files too, which are written in pyton (.py).

Including also a HackDVB_Build folder for building your own .exe if the one already compiled doesn`t work or if you have done any changes/tweaks in the .py source files yourself and want to compile a new .exe file.

Folder includes everything except the contents of the bin folder for ffmpeg and tsduck, those will you need to add yourself in the ffmpeg and tsduck folder inside the HackDVB_Build folder.

For building/compiling your own .exe (Optional)

  • First download and install PyInstaller 6.x (64-bit) Download here (Python needs to be installed from before or you won't be able to install pyinstaller) Read more about this on Requirements

  • Download HackDVB_Build-beta100.rar

  • Unzip it somewhere easy to access through CMD and CD, recomend the root of the c:\ drive, and name the folder just HackDVB_build

  • Find your ffmpeg bin folder and tsduck bin folder, place the content found within each folder and not just the bin folder into the ffmpeg folder and tsduck folder inside of the of HackDVB_Build folder.

  • Open the cmd as admin

  • CD to where you unziped the folder cd c:\HackDVB_Build for exsample.

  • Run pyinstaller build.spec inside of the HackDVB_Build folder

  • When it`s done and sucessfully run, go to the newly created dist folder.

  • There should be now a HackDVB_GUI.exe there ready to be used if everything was craeted correctly.