All Projects → megastep → Srt2txt

megastep / Srt2txt

Subtitle converter from SRT to Adobe Encore script

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Srt2txt

cpu-scheduling-simulator
⚙️Operating System CPU Scheduling Simulator😄
Stars: ✭ 20 (+233.33%)
Mutual labels:  srt
VTT-to-SRT-Converter
Convert WebVTT subtitles to SubRip.
Stars: ✭ 29 (+383.33%)
Mutual labels:  srt
Netflix To Srt
Rip, extract and convert subtitles to .srt closed captions from .xml/dfxp/ttml and .vtt/WebVTT (e.g. Netflix, YouTube)
Stars: ✭ 387 (+6350%)
Mutual labels:  srt
node-rtmp-hls
NodeJS live stream server with HLS ABR support
Stars: ✭ 55 (+816.67%)
Mutual labels:  srt
tms
tms(toy media server) is a toy media server for myself learning media develop. Just for fun.
Stars: ✭ 29 (+383.33%)
Mutual labels:  srt
streamdelay
A delay + dump button for live streams, allowing screening and redaction of explict content.
Stars: ✭ 31 (+416.67%)
Mutual labels:  srt
srt-to-vtt-converter
A simple application for quickly converting subtitle files from SubRib (.srt) format to WebVTT (.vtt) format.
Stars: ✭ 56 (+833.33%)
Mutual labels:  srt
Ffsubsync
Automagically synchronize subtitles with video.
Stars: ✭ 5,167 (+86016.67%)
Mutual labels:  srt
yangwebrtc
Webrtc SDK for C++
Stars: ✭ 257 (+4183.33%)
Mutual labels:  srt
Tsduck
MPEG Transport Stream Toolkit
Stars: ✭ 381 (+6250%)
Mutual labels:  srt
srt2hls
Simple audio HLS streaming server based on Liquidsoap
Stars: ✭ 66 (+1000%)
Mutual labels:  srt
ccaptioner
An extension to assign a text track to a video element in a web page
Stars: ✭ 45 (+650%)
Mutual labels:  srt
Wwdc Session Transcripts
WWDC Session Transcripts
Stars: ✭ 283 (+4616.67%)
Mutual labels:  srt
quickSRT
generating .srt(subtitles) in After Effects
Stars: ✭ 24 (+300%)
Mutual labels:  srt
Fastocloud
Self-hosted IPTV/NVR/CCTV/Video service (Community version)
Stars: ✭ 464 (+7633.33%)
Mutual labels:  srt
videos-to-gif
takes video(s) and associated subtitle files and creates gifs for every line of dialogue
Stars: ✭ 29 (+383.33%)
Mutual labels:  srt
srtdroid
Secure Reliable Transport (SRT) Protocol for Android
Stars: ✭ 35 (+483.33%)
Mutual labels:  srt
Translate Subtitle File
🤖 字幕组机翻小助手 - 【功能1:翻译字幕文件】 .srt .ass .vtt 【功能2:语音转文字】(拖入视频或音频识别出字幕) (最新版 v4.1.0 更新时间2021年2月23号) 可配置12家翻译服务商,如谷歌,百度,腾讯,彩云,IBM,Azure,Amazon等(可配置6家语音服务商:阿里云,讯飞,腾讯云,IBM,Azure,Amazon )优点:1. 可以用多家服务商,2. 自己配 API Key 用自己账户的免费额度,比如腾讯每月有500万字符的免费翻译额度,IBM 500分钟的语音转文字免费额度(tern.best 那个域名过期了我不想续费了)
Stars: ✭ 579 (+9550%)
Mutual labels:  srt
Subplayer
📝 SubPlayer is a online subtitle editor
Stars: ✭ 517 (+8516.67%)
Mutual labels:  srt
Go Astisub
Manipulate subtitles in GO (.srt, .ssa/.ass, .stl, .ttml, .vtt (webvtt), teletext, etc.)
Stars: ✭ 305 (+4983.33%)
Mutual labels:  srt

srt2txt - Subtitle converter

Convert subtitles from SRT to the Adobe Encore script format (.txt)

This Python script translates subtitle files in the SRT format (as exported by YouTube) to a text format suitable to be used with the Adobe Encore suite for the purposes of making DVD subtitle tracks.

Usage

srt2txt [--format {ntsc,pal}] [--gap N] [input file] [output file]

  • --gap is used to specify the minimum number of frames between text clips, default is 5. This is a requirement in Encore for Blu-ray discs. Frames are padded at the beginning of clips when needed.
  • --format specifies the framerate in use for the project (default is PAL at 25)

Requirements

Python 2.7, developed and tested on MacOS X 10.9.

Author

Written by Stéphane Peter ([email protected])

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].