How to get the best quality when creating a webm with FFmpeg.

Rip a Youtube video to a good quality Webm with FFmpeg This very useful command will get a Youtube video and rip a certain timeframe from the video to a good quality WebM file. Create a Webm with FFmpeg. ┌──[[email protected]]─[~/Videos] └──╼ ╼ $ ffmpeg -ss 00:00:55 -to 00:01:05 -i `yt-dlp -g -f bestvideo GbPK2VCarvU` -threads … Read more

Easily capture a good quality webm of a movie clip with ffmpeg.

This simple one-liner will capture a high-quality webm file from a movie. 4.4 Thu May 07 jason@Yog-Sothoth 0: $ ffmpeg -i inputmovie.avi -ss 51:43.02 -t 7 -c:v libvpx -b:v 3200k -an -sn -copyts -threads 4 guns1.webm4.4 Thu May 07 jason@Yog-Sothoth 0: $ ffmpeg -i inputmovie.avi -ss 51:43.02 -t 7 -c:v libvpx -b:v 3200k -an -sn … Read more

Ubuntu Jaunty Jackalope 9.04 is good.

I have just installed Ubuntu Jaunty Jackalope once more, and I will see how I go with this, I have just installed the ubuntu-restricted-extras package and I should be able to play just about any format I want to. My Windows XP installation is playing up so I sacrificed the disk space occupied by Windows … Read more