SubRip

Informations

Créateur Messages
puk007 Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 15594
Wine: System

Retours d'expérience

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 

Captures d'écran

Miniature

Code source

#!/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:

Contribuer
Membre Messages
Dadu042 Jeudi 12 Mars 2020 à 20:37
Dadu042

Messages

The download URL is dead.

Réponses

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com