Giter Site home page Giter Site logo

comic-relief's Introduction

Comic Relief

Convert your movies along with its subtitle into readable comics.

Usage

String[] arguments;
ComicRelief.generateComics(arguments,new IComicsGenerateUpdate(){
	@Override
	public void startWritingFrame(int frame) {
		//Called before writing frame no: 'frame' to disk. 
	}
	
	@Override
	public void startParsingSubtitles() {
		//Called before starting to parse the subtitle file.
	}
	
	@Override
	public void finishWritingFrame(int frame) {
		//Called after writing frame no: 'frame' to disk.
	}
	
	@Override
	public void finishParsingSubtitles() {
		//Called after the subtitle file has been parsed successfully.
		//Wont be called if the subtitle file is malformed or the code 
		//is unable to parse the file for some reason.
	}
	
	@Override
	public void finishGeneratingComics() {
		//Called after all the frames of comics have been written
		//to disk.
	}

	@Override
	public void encounteredError(Exception e,String errorMessage) {
		//Called if error is encountered while parsing the arguments, 
		//processing the subtitle or the movie file.
	}
});

#### Arguements format **-s** [Path to subtitle]

-m [Path to movie file]

-o [Output folder where the comics needs to be generated]


#### Requirement ffmpeg has to be installed and added to the PATH variable

comic-relief's People

Contributors

manoharprabhu 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.