Skip to content

Releases: raryelcostasouza/pyTranscriber

v1.9 Stable

22 Dec 20:56
Compare
Choose a tag to compare

UPDATE - v1.9 - 22/12/2022

  1. Windows version compiled with Nuitka (https://github.com/Nuitka/Nuitka) instead of pyInstaller to improve stability and fix random crashes while transcribing audio. If you still experience issues please report at Issues section.
  2. Support for Ogg/ogv/mkv/webm media files on file selector

Linux

For latest distros with GLIBC version 2.35 or higher download

  • pyTranscriber-v1.9-linux-installer.zip
    or
  • pyTranscriber-v1.9-linux-portable.zip

For older distros or GLIBC version < 2.35 (incompatible with GNOME 40+)

  • pyTranscriber-v1.9-linux-libc2.31-installer.zip
  • pyTranscriber-v1.9-linux-libc2.31-portable.zip

macOS

As the app is not downloaded from the AppStore, it may be necessary to allow it to run manually at
System Preferences > Security and Privacy

FOR macOS CATALINA AND ABOVE:
If you get a message "file damaged, you should move it to trash". You need to open a Terminal and type the following command to add an exception allowing the app to run:

xattr -cr Downloads/pyTranscriber.app

IMPORTANT NOTE:

For users in mainland China or other places where Google is blocked
The app will show a failure to connect to the internet message... meaning Google Servers.
You need to either use a proxy service and set it up at pytranscriber settings > proxy or install a desktop VPN app like Windscribe to bypass the blockage and be able to use pyTranscriber.

对于中国大陆或其他谷歌被屏蔽的地方的用户
该应用程序将显示连接到互联网消息失败...意思是谷歌服务器。
您需要使用代理服务并在 pytranscriber 设置 > 代理中进行设置,或者安装桌面 VPN 应用程序(如 Windscribe)绕过阻塞并能够使用 pyTranscriber。

Hashes to verify the files authenticity (SHA256 sum):

Windows:

pyTranscriber-1.9-win-installer.exe - 245e6947859e25d97ba49a27fc3f58d195ce7f266b71f8dc020800b17645c45e
pyTranscriber-v1.9-win-portable.zip - 503677359734ad7c0cd673295149d090cfb8977821874983819ff2ca57e97d56

MacOS

pyTranscriber-v1.9-mac.zip - ca0a4c5a41561b94034156f0bdff6e4388d66d01bf0f8455e4451f80c87e55e4

Linux

pyTranscriber-v1.9-linux-portable.zip - f76cdda1ca24868b5a7d5aeeee4a1763d455e033c4a16822b5782505d738b797
pyTranscriber-v1.9-linux-installer.zip - 29f0ec7ad46b0f6328258cad8ce4ce977842f73ca2e98e3bc92b9cc37b661ded
pyTranscriber-v1.9-linux-libc2.31-installer.zip - 6411c38eac98fb3a4b035cd99d7f73fa61375f66426ce0c5ffd7ceee7bf184b6
pyTranscriber-v1.9-linux-libc2.31-portable.zip - 3bf3155c026eaa24138fada830d673cb4332216e51fcb24c7c6a3d6aac23e341

Note: on Aug 17th 2024 I have corrected the hashes for win-installer and win-portable as they were not reflecting the latest files. Thanks the reporter

v1.8 - stable

17 Aug 23:03
Compare
Choose a tag to compare

UPDATE - v1.8 - 17/08/2022

  1. Fixed bug: language codes for Chinese Languages updated accordingly to Speech API. Changed to "cmn-Hans-CN" and "cmn-Hant-TW" instead of "zh / zh-TW").. The output was always mistakenly coming in Cantonese (yue-Hant-HK). Now they come properly in Traditional Chinese and Simplified Chinese. Thanks to "Specter Hi" for reporting!
  2. Added GUI language switch feature
  3. Updated link to funding campaign at GitHub Sponsors
    Note for Linux Users:

If you use Gnome 40 or higher with Wayland you need to use the special version for that. (pyTranscriber-v1.7-linux-gnome40-wayland*.zip)
Also make sure you have qtwayland5 package installed on your system (for Ubuntu apt install qtwayland5)
Note for Mac users:

As the app is not downloaded from the AppStore, it may be necessary to allow it to run manually at
System Preferences > Security and Privacy

FOR macOS CATALINA AND ABOVE:

Open a Terminal and type the following command to add an exception allowing the app to run:

xattr -cr Downloads/pyTranscriber.app

MacOS Monterey

There has been bug reports of problems running the app on the latest MacOS version. If you also experience the same issues the workaround for now is to install Ubuntu on VirtualBox for Mac, install pyTranscriber and run it from there... this setup shouldn't take more than 30 minutes.

If you want a ready to go solution you can join the funding campaign with $10 one time and get a link with Virtualbox appliance ready to go with everything pre-installed.

IMPORTANT NOTE:

For users in mainland China or other places where Google is blocked
The app will show a failure to connect to the internet message... meaning Google Servers.
You need to either use a proxy service and set it up at pytranscriber settings > proxy or install a desktop VPN app like Windscribe to bypass the blockage and be able to use pyTranscriber.

对于中国大陆或其他谷歌被屏蔽的地方的用户
该应用程序将显示连接到互联网消息失败...意思是谷歌服务器。
您需要使用代理服务并在 pytranscriber 设置 > 代理中进行设置,或者安装桌面 VPN 应用程序(如 Windscribe)绕过阻塞并能够使用 pyTranscriber。

v1.7 - stable

15 Aug 04:07
Compare
Choose a tag to compare

UPDATE - v1.7 - 08/08/2022

  1. add proxy setting
  2. add requirements.txt
  3. rebuilt using pyInstaller 5.3 - more stability to prevent multithreading crashes on Windows
  4. Added pipfile

Note for Linux Users:

  • If you use Gnome 40 or higher with Wayland you need to use the special version for that. (pyTranscriber-v1.7-linux-gnome40-wayland*.zip)
  • Also make sure you have qtwayland5 package installed on your system (for Ubuntu apt install qtwayland5)

Note for Mac users:

As the app is not downloaded from the AppStore, it may be necessary to allow it to run manually at
System Preferences > Security and Privacy

FOR macOS CATALINA AND ABOVE:
Open a Terminal and type the following command to add an exception allowing the app to run:

xattr -cr Downloads/pyTranscriber.app

IMPORTANT NOTE:

For users in mainland China or other places where Google is blocked
The app will show a failure to connect to the internet message... meaning Google Servers.
You need to either use a proxy service and set it up at pytranscriber settings > proxy or install a desktop VPN app like Windscribe to bypass the blockage and be able to use pyTranscriber.

Show your support

Tip Me via PayPal
Tip Me via Bitcoin
Tip Me via Ethereum
Tip Me via Litecoin
Tip Me via BNB
Tip Me via Dogecoin

pyTranscriber is developed as a hobby and is available for free, but donations are welcomed and essential for further improvements.

Your donations will help me free up my time to do more direct work on pyTranscriber. If I can generate more income from sponsorship here, I can take time out of other jobs and commit more time to work on bug fixes, add new features, and make new releases, like possible future integration with Mozilla Deep Speech engine, which may improve accuracy and control over the speech detection.

v1.5-stable

08 Dec 01:02
Compare
Choose a tag to compare

09/12/2020 -
* For Windows7 Users: Please download the win7-installer or win7-portable versions.
* For users of Windows 8 or Windows 10 please use the win-8-10 versions.

07/12/2020 - New stable version

* Since v1.4.1 COMPATIBLE WITH MACOS CATALINA.
* Upgraded to latest Python and libraries
* Minor GUI tweaks and fixes.

Note for Mac users:

As the app is not downloaded from the AppStore, it may be necessary to allow it to run manually at
System Preferences > Security and Privacy

FOR macOS CATALINA AND ABOVE:
Open a Terminal and type the following command to add an exception allowing the app to run:

xattr -cr Downloads/pyTranscriber.app

IMPORTANT NOTE:

For users in mainland China or other places where Google is blocked
The app will show a failure to connect to the internet message... meaning Google Servers.
You need to install a desktop VPN app like Windscribe to bypass the blockage and be able to use pyTranscriber.

Show your support

Tip Me via PayPal
Tip Me via Bitcoin
Tip Me via Ethereum
Tip Me via Litecoin
Tip Me via BNB
Tip Me via Dogecoin

pyTranscriber is developed as a hobby and is available for free, but donations are welcomed and essential for further improvements.

Your donations will help me free up my time to do more direct work on pyTranscriber. If I can generate more income from sponsorship here, I can take time out of other jobs and commit more time to work on bug fixes, add new features, and make new releases, like possible future integration with Mozilla Deep Speech engine, which may improve accuracy and control over the speech detection.

v.1.4.1-Stable

06 Dec 18:21
5d27a3b
Compare
Choose a tag to compare

06/12/2020
Added compatibility to MacOS Catalina

For other Operating Systems please continue using v1.4:
https://github.com/raryelcostasouza/pyTranscriber/releases/tag/v1.4-stable

v1.4-stable

29 Jan 06:53
Compare
Choose a tag to compare

29/01/2020 - New stable version

  • Fixed crash when exporting txt file for languages with special characters, especially Chinese, on Windows system. Thanks for KY Poon for reporting!

Note for Mac users:

To properly open the app just run the file launcher.command

As the app is not downloaded from the AppStore, it may be necessary to allow it to run manually at
System Preferences > Security and Privacy

IMPORTANT NOTE!
Now compatible with MacOS Catalina (v.1.4.1)!!!

For users in mainland China or other places where Google is blocked
The app will show a failed to connect to the internet message... meaning Google Servers.
You need to install a desktop VPN app like Windscribe to bypass the blockage and be able to use pyTranscriber.

v1.3-stable

18 Oct 07:40
Compare
Choose a tag to compare

18/10/2019 - New stable version

  • Added option for not opening output transcription files automatically after finish
  • Fixed bug with canceling during batch processing (only the current job was being stopped... not all of them as expected

Note for Mac users:
To properly open the app just run the file launcher.command

As the app is not downloaded from the AppStore, it may be necessary to allow it to run manually at
System Preferences > Security and Privacy

v1.2-stable

17 Mar 11:45
8c69492
Compare
Choose a tag to compare

Release Notes:

*Enabled support for some variations of English, Chinese, Spanish and Portuguese.
*Fixed bug that caused the program not to work for detecting Chinese properly.


Portable versions available for now Linux, Mac and Windows

-pyTranscriber-v1.2-linux-installer.zip
Extract the zip file and execute
$ sudo ./install.sh

Note for Mac users:
*Start the app clicking on launch.command
*As the app is not downloaded from the AppStore, it is necessary to allow it to run manually at System Preferences > Security and Privacy

v1.1-stable

12 Feb 07:14
f40db42
Compare
Choose a tag to compare

First stable version of pyTranscriber.

Portable versions available for now Linux, Mac and Windows

-pyTranscriber-v1.1-linux-installer.zip
Extract the zip file and execute
$ sudo ./install.sh

Note for Mac users:
*Start the app clicking on launch.command
*As the app is not downloaded from the AppStore, it is necessary to allow it to run manually at System Preferences > Security and Privacy

v1.0-Release Candidate 1

03 Feb 07:38
Compare
Choose a tag to compare

First release candidate version of pyTranscriber.

Portable versions available for now Linux, Mac and Windows

Note on Linux versions:

  1. The pyTranscriber-v1.0-RC1-linux-portable.zip DEPENDS on having ffmpeg installed on your system
  2. The pyTranscriber-v1.0-RC1-linux-portable-with-ffmpeg.tar.xz - includes its on ffmpeg... doesn't need to install ffmpeg on system

Note for Mac users:
*Start the app clicking on launch.command
*As the app is not downloaded from the AppStore, it is necessary to allow it to run manually at System Preferences > Security and Privacy