Search Results for tag video

Rotate videos with FFmpeg

There are actually two ways you can rotate videos with FFmpeg: You can rotate the video “physically” with the -vf transpose option. This will re-encode the video, thus it might degrade the video quality slightly. Or you can just change…

Convert video to WebM in FFMpeg

What is WebM and why should you use it? To better understand what WebM is you can watch this short video explanation: What is WebM?. The good news is that as of 2018, ​most browsers support VP9. Read more here.…

HTML cheat sheet for web scraping

This is a cheat sheet for the not-so HTML/CSS savvy out there. Remember that you can always search the page with your browser for elements. Tags These are the most common tags: <!–…–> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area>…