Вы находитесь здесь

SubRip

Informations

Creator Message
puk007 Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 15352
Wine: System

Feedbacks

Description

SubRip is a program which allows you to rip DVD subtitles with their timing as a text file. Can also convert vobsub (sub and idx) to srt text subtitles (vobsub to srt / sub to srt / subtosrt / sub2srt ). It can also rip subs from avi with hardcoded/permanent subtitles.

Website. Appdb.winehq.org 

Screenshots

Miniature

Source code

#!/bin/bash
# Date : (2009-09-01 10-30)
# Last revision : (2013-11-24 12-49)
# Wine version used to test : 1.1.28
# Distribution used to test : N/A
# Author : puk007

# CHANGELOG
# [SuperPlumus] (2013-11-24 12-49)
#   Update POLv3 -> POLv4 + Clean code

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="SubRip"
PREFIX="SubRip"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "T.V. Zuggy and ai4spam" "http://zuggy.wz.cz/" "puk007" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate

POL_System_TmpCreate "$PREFIX"

Set_OS "winxp"

cd "$POL_System_TmpDir"
POL_Download "http://surfnet.dl.sourceforge.net/project/subrip/subrip/SubRip%201.50%20beta%204/SubRip_150b4.zip" "d75f04a284df48c2adce9bb239141344"

POL_SetupWindow_wait "$(eval_gettext 'Please wait...')" "$TITLE"
mkdir -p "$WINEPREFIX/drive_c/SubRip"
cd "$WINEPREFIX/drive_c/SubRip"
unzip "$POL_System_TmpDir/SubRip_150b4.zip"
sleep 5

POL_System_TmpDelete

POL_Shortcut "SubRip.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'Installation finished.')" "$TITLE"

POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Message
Dadu042 Thursday 12 March 2020 at 20:37
Dadu042

Message

The download URL is dead.

Replies