Giter Club home page Giter Club logo

tube-voice-over's Introduction

tube-voice-over

Record a voice-over for a youtube video while it is playing.

Setup

Clone or unpack to anywhere you desire on your machine. Go to Chrome Extensions chrome://extensions/ and click "Load unpacked extension...".

Browse to a video on youtube and click the microphone button. Record as many takes as you want.

Notes about Chrome Plugins

https://robots.thoughtbot.com/how-to-make-a-chrome-extension

content script runs in the context of web pages browser action adds icons to the address bar background scripts can run more stuff

https://developer.chrome.com/extensions/messaging

https://github.com/Rob--W/chrome-api/blob/master/patch-worker/patch-worker.js

//chrome.tabs.create({"url": "auth/index.html"});

Audio Stuff

https://webrtc.github.io/samples/src/content/devices/input-output/ https://github.com/cwilso/AudioRecorder

TODO

save in mono (1 h) save as mp3 or mp4 (4 hr) http://audior.ec/blog/recording-mp3-using-only-html5-and-javascript-recordmp3-js/ uploading files directly to Google Drive (8 hr) https://developers.google.com/api-client-library/javascript/features/authentication

<script src="https://apis.google.com/js/api.js"></script>

https://developers.google.com/drive/v3/web/simple-upload https://developers.google.com/drive/v3/reference/files/create

optional: see if I can prevent the next clip from loading

tube-voice-over's People

Contributors

markmelville avatar

Stargazers

 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.