Ever tried to transcode into H.264 using ffmpeg in Debian Lenny just to end up with this message
Unknown encoder ‘libx264′
Here is how you solve the problem:
- Download the debian-multimedia-keyring package
- Install it
dpkg -i debian-multimedia-keyring_2008.10.16_all.deb
- Add the Debian Multimedia repository to your sources.list
- Run
apt-get update
andapt-get upgrade
- Install the libx264 and ffmpeg packages;
apt-get install libx264 ffmpeg
orapt-get --reinstall install libx264 ffmpeg
Good luck!
adUnit = document.getElementById("google-ads-KnZR");google_ad_client = "ca-pub-2901355957576730";adUnit = document.getElementById("google-ads-KnZR");adWidth = adUnit.offsetWidth;if ( adWidth >= 999999 ) {/* GETTING THE FIRST IF OUT OF THE WAY */ } else if ( adWidth >= 336 ) {if (document.querySelectorAll(".ad_unit").length > 3 ) {google_ad_slot = "0";adUnit.style.display = "none";} else {google_ad_slot = "7795804991";google_ad_width = 336;google_ad_height = 280;adUnit.style.cssFloat = "";adUnit.style.styleFloat = "";adUnit.style.margin = "";adUnit.style.textAlign = "";adcount = document.querySelectorAll(".ad_unit").length;tag = "ad_unit_336x280_"+adcount;adUnit.className = adUnit.className + " ad_unit " + tag;}} else {google_ad_slot = "0";adUnit.style.display = "none";}