Giter Site home page Giter Site logo

as3-lib-subtitle's Introduction

= AS3 Subtitle Library

==SubRip .SRT description

The SubRip file format is "perhaps the most basic of all subtitle formats." 
SubRip files are named with the extension .srt, and contain formatted plain text. 
The time format used is hours:minutes:seconds,milliseconds. 
The decimal separator used is the comma, since the program was written in France. 
The line break used is often the CR+LF pair. Subtitles are numbered sequentially, starting at 1.

== SubRip estructure
Subtitle number
Start time --> End time
Text of subtitle (one or more lines)
Blank line[10][9]

== SubRip .srt file example
1
00:00:20,000 --> 00:00:24,400
Altocumulus clouds occur between six thousand
 
2 
00:00:24,600 --> 00:00:27,800 
and twenty thousand feet above ground level.



== SubViewer

SubViewer uses text files with the .sub extension to describe timing and titling data. 
Alternate languages or intents (e.g. "signs only", "version 1.0 compatible") can be included by creating a separate .sub file for each case.
A header section, identified by [INFORMATION] tags, contains metadata and rendering instructions. 
Immediately following is a [SUBTITLE] section, consisting of comma-delimited time ranges (accurate to one hundredth of a second) and a caption to be displayed during each range:

== MicroDVD .sub description
MicroDVD subtitle files have .sub filename extensions. 
These files may come along with a video file. 
Media player applications that support external subtitle files are responsible for locating correct .sub files.
MicroDVD subtitle files consist of multiple lines, each defining a portion of the subtitle text that must be displayed between certain given video frames. The line syntax is:

== MicroDVD estructure
{start-frame}{stop-frame}Text

== MicroDVD .sub file example
For example, if "Hello!" is to be displayed during the first 25 frames of a digital video, clip or movie, the corresponding .sub file must contain the line:[1]
{0}{25}Hello!
{0}{25}Hello!|Word!
The line break used is | caracter


== Configuração de Ambiente de Desenvolvimento

É recomendado utilizar o FlashBuilder 4 como IDE para desenvolver a aplicação,
no entanto, é possível desenvolver em qualquer editor de texto e utilizar as
ferramentas presentes no Flex SDK para compilar.

Para facilitar a compilação pode-se usar ainda o Sprouts (http://projectsprouts.org).
O Sprouts irá baixar todas as bibliotecas necessárias para compilar e rodar a
aplicação (Flex SDK, Flash Player Debugger, por exemplo).

as3-lib-subtitle's People

Contributors

dayvson avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.