RomanChernov007's Stars
logiclogue/mandelbrot-set-animation
Using `mandelbrot-set-cpp`, shell script, and `ffmpeg` to animate the Mandelbrot Set
yuanqing/ffmpeg-cheatsheet
:vhs: A cheatsheet for common video processing operations in FFmpeg
nrabinowitz/pjscrape
A web-scraping framework written in Javascript, using PhantomJS and jQuery
lukechilds/gifgen
Simple high quality GIF encoding
tanersener/ffmpeg-video-slideshow-scripts
Shell scripts to create video slideshows using images and videos
ikorolev72/ffmpeg_text_effect
Text zooming with fade_in and fade_out effect
ORB-HD/deface
Video anonymization by face detection
Haerezis/d3js_animation_video
Create video (or just gif) from D3 animation using PhantomJS,D3, imagemagick and ffmpeg
Jannchie/anichart.js
Easily create data visualization animation videos
elliotwaite/pycairo-animations
Pycairo Animation Library
borodin-vasiliy/php-stories
PHP-Library for create video-stories (MP4) using images, text and animations for them. Dependence of the GD-library. This library create stories frame by frame and after that create video using ffmpeg. ffmpeg should be installed on your server!
joedawson/youtube
Upload a video to a single YouTube channel with Laravel 5.
nodef/extra-amazontts
Generate speech audio from super long text through machine (via "Amazon Polly", "ffmpeg").
m-nathani/speech_to_text
how to use the Google Cloud Speech API to transcribe audio/video files.
ikorolev72/make_video_from_images
Script to automatically create MP4 video file from JPG images, MP3 audio, and lines of text read from a database.
ikorolev72/ffmpeg-animation-samples
Several php scripts with code for image animation. Sources was done for site http://ffmpeg.unixpin.com
tarunsharma1/Real-time-video-content-based-ad-generator
Generates ads in real time based on the content of the video. The audio form a video is downloaded, split into smaller parts, and then each part is send to GoogleSpeechToText API to get the corresponding text for that part. The text is then sent to Alchemy API to get the semantic content , i.e. keywords and entities. The word 'ad' is then added to these keywords and a search is made on ask.com . The resulting images are scraped and placed in the webpage beside the video (Youtube API). Thus the ads on the side of the video change in real time as the content of the video changes. If the person is talking about cars, an ad about cars shows up and when he talks about bikes, an ad about bikes shows up. To download the audio only, and split the audio, we use ffmpeg and youtube-dl .We run the shell commands from php itself.
lots-of-things/Story2Hallucination
lucidrains/big-sleep
A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun
lucidrains/deep-daze
Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun