Coder Social home page Coder Social logo

github.io's Introduction

This project does not do a whole lot.

htmlmaker.sh doesn't work


mp4toframes.sh converts  mp4 files into frames

To run the script

	./mp4toframes.sh $1

$1 is the mp4 file to convert into frames.


youtube-dl converts youtube links into mp4 files (https://github.com/rg3/youtube-dl/blob/master/README.md#readme)

To run the code
	./youtube-dl -o $1 --recode-video mp4 "$2"
$1 will be the name of the mp4
$2 will be the youtube link


YoutubetoFrame.sh uses both youtube-dl and mp4toframes.sh. Will turn youtube links into .png frames

to run the code
	./YoutubetoFrame.sh $1 "$2"
$1 will be the name of the mp4
$2 will be the youtube link


Remember to use 
rm frame_*
to clear out .png frames
 
rm *.mp4
to clear out .mp4 files

github.io's People

Contributors

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