ffmpeg -i Gameplay.ogg -vn -ar 44100 -ac 2 -ab 192k -f mp3 gameplay.mp3
const THREE = window.THREE = require('three'); const FW = require('../lib/foowalk'); FW.install(THREE);
requestAnimationFrame(() => { this.render() }) this.render();
Command Flags
Flag | Options | Description |
---|---|---|
-codec:a |
libfaac, libfdk_aac, libvorbis | Audio Codec |
-quality |
best, good, realtime | Video Quality |
-b:a |
128k, 192k, 256k, 320k | Audio Bitrate |
-codec:v |
mpeg4, libx264, libvpx-vp9 | Video Codec |
ffmpeg -i %07d.jpg -preset slow -codec:a libfdk_aac -b:a 128k -codec:v libx264 -pix_fmt yuv420p -b:v 4500k -minrate 4500k -maxrate 9000k -bufsize 9000k -vf scale=-1:1080 video.mp4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author qiao / https://github.com/qiao | |
* @author mrdoob / http://mrdoob.com | |
* @author alteredq / http://alteredqualia.com/ | |
* @author WestLangley / http://github.com/WestLangley | |
* | |
* customized for momentum (zoom and phi/delta) by paulkaplan | |
*/ | |
THREE.OrbitControls = function ( object, domElement ) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.youtube.com/watch?v=VVf2n0QFciA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
youtube-dl -citw -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://cdn2.radio.garden/live.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"name":"Chennai","channels":[{"id":"ar-rahman-lite-radio","name":"A R Rahman Lite Radio","website":"http://southradios.com","src":"http://212.83.138.48:8332/;"},{"id":"a-r-rahman-radio","name":"A R Rahman Radio","website":"http://southradios.com","src":"http://212.83.138.48:8328/;"},{"id":"ap-myindmedia","name":"AP MyIndMedia","website":"http://www.myindmedia.com/","src":"http://52.3.202.102:8030/;"},{"id":"bible-radio-new-testament","name":"Bible Radio - New Testament","website":"http://southradios.com","src":"http://212.83.138.48:8429/;"},{"id":"bible-reading-the-gospel","name":"Bible Reading - The Gospel","website":"http://southradios.com","src":"http://212.83.138.48:8436/;"},{"id":"btc-tamil-fm","name":"BTC Tamil FM","website":"http://www.btctamil.com","src":"http://199.175.48.216:8080/;"},{"id":"chennaichristianradio","name":"Chennai Christian Radio","website":"http://chennaichristianradio.com/","src":"http://5.10.69.105/stream2?.mp3"},{"id":"christian-fm","name":"Christian FM","website":"http://christ |