wardcraft.blogspot.com
wardcraft.blogspot ( fud ): avi to avc1 mkv. using ffmpeg on linux 2014
http://wardcraft.blogspot.com/2014/08/avi-to-avc1-mkv-using-ffmpeg-on-linux.html
Tuesday, August 12, 2014. Avi to avc1 mkv. using ffmpeg on linux 2014. Testing - - - -. Avi to avc1 mkv. using ffmpeg on linux 2014. For f in *.avi; do ./ffmpeg -i "$f" -vf scale=-1:720 -c:v libx264 -crf 18 -preset fast -c:a copy encoded/"${f%.avi}.mkv"; done. For f in *.avi; do. Ffmpeg -i "$f" -vf scale=-1:720 -vcodec libx264 -crf 18 -preset fast -acodec copy encoded/"${f%.avi}.mkv"; done. For f in *.avi; do. Test 360p - - - -. For f in *.avi; do. Anthony - GoveRnator - bacon. View my complete profile.
wardcraft.blogspot.com
wardcraft.blogspot ( fud ): April 2010
http://wardcraft.blogspot.com/2010_04_01_archive.html
Wednesday, April 28, 2010. Wallpaper emo -@- April 28th 20ten. Anthony - GoveRnator - bacon. Links to this post. Generic wallpaper post -@- April 28th 20ten. Anthony - GoveRnator - bacon. Links to this post. Saturday, April 17, 2010. Mencoder wmv to divx dx50 for sd 480p tv lowrez. V4mv Allow 4 motion vectors per macroblock (slightly better quality). Works better if used with mbd set greater than 0? Quantization # # # # # mbqmin=[1-31] obsolete, use vqmin. Vqblur=[0.0-1.0] (pass one) Quantizer bl...Path ...
wardcraft.blogspot.com
wardcraft.blogspot ( fud ): November 2011
http://wardcraft.blogspot.com/2011_11_01_archive.html
Thursday, November 10, 2011. Dell gx260 modprobe p4 clockmod. To load cpu speed ondemand [powertop o]. Su: modprobe p4 clockmod = = = = = = = = = = = =. To set p4 clockmod [my dell gx260 pc] on reboot * * * * * * * * * * * * * * * * * * * * * * * * * * * */ step3/3:. Now that [p4 clockmod.ko] works my dell gx260. I will want to load [p4 clockmod.ko] on boot. To do this on a Debian based system like K/X/Ubuntu put the following line in the /etc/modules file. = = = = = =. Watch -n 1 cat /proc/cpuinfo.
wardcraft.blogspot.com
wardcraft.blogspot ( fud ): 8moy204 ffmpeg mpeg4 XVID updates
http://wardcraft.blogspot.com/2014/08/8moy204-ffmpeg-mpeg4-xvid-updates.html
Tuesday, August 12, 2014. 8moy204 ffmpeg mpeg4 XVID updates. Qmin 2 -qmax 4]. For f in *.mpeg; do ffmpeg -i "$f" -s 640x360 -vcodec mpeg4 -vtag XVID -qmin 2 -qmax 4 -b:v 986K -r 29.97 -async 0 -acodec libmp3lame -ab 197k encoded/"${f%.avi}.avi"; done. For f in *.mpeg; do ffmpeg -i "$f" -s 640x360 -vcodec mpeg4 -vtag XVID -qmin 2 -qmax 4 -b:v 986K -r 29.97 -async 0 -acodec libmp3lame -ab 197k encoded/"${f%.avi}.avi"; done. Try for example (change in/out files):. Monday, February 19, 2007. WARDCRAFT: I tri...
wardcraft.blogspot.com
wardcraft.blogspot ( fud ): January 2011
http://wardcraft.blogspot.com/2011_01_01_archive.html
Monday, January 31, 2011. Debian squeeze rc2 jan 2011. And now for the good the bad the ugly. Debian squeeze rc2. the good: it found and setup my hp photosmart c4700 printer semi automatically "automagically". note1: debian squeeze "how did it find my printer? Anthony - GoveRnator - bacon. Links to this post. Lazy lazy lazy. TIME WASTERS. (zombie news ) and (zombie fanfiction). Anthony - GoveRnator - bacon. Bacon) I have no plans. where? View my complete profile. Path to my other blogs. BLOG ROLL ) : html.
wardcraft.blogspot.com
wardcraft.blogspot ( fud ): stupid python 91fahr to 32cels code snippet
http://wardcraft.blogspot.com/2011/10/stupid-python-91fahr-to-32cels-code.html
Sunday, October 30, 2011. Stupid python 91fahr to 32cels code snippet. Python # formula / : : C = (F - 32) * (5 / 9) # convert Fahrenheit to Celsius SCRIPT. # # darn this lame scrip took me forever to guess # # # # # # # # # print " type 'stop' to end this app and return to python shell" print " this app converts Fahrenheit to celsius via loop nesting. " print " if num is what makes this app WORK! Run code in console:. Python ./my-dumb-code.py. Cut and paste code:. This app is python 2point6 uses raw inp...
wardcraft.blogspot.com
wardcraft.blogspot ( fud ): August 2014
http://wardcraft.blogspot.com/2014_08_01_archive.html
Tuesday, August 12, 2014. Avi to avc1 mkv. using ffmpeg on linux 2014. Testing - - - -. Avi to avc1 mkv. using ffmpeg on linux 2014. For f in *.avi; do ./ffmpeg -i "$f" -vf scale=-1:720 -c:v libx264 -crf 18 -preset fast -c:a copy encoded/"${f%.avi}.mkv"; done. For f in *.avi; do. Ffmpeg -i "$f" -vf scale=-1:720 -vcodec libx264 -crf 18 -preset fast -acodec copy encoded/"${f%.avi}.mkv"; done. For f in *.avi; do. Test 360p - - - -. For f in *.avi; do. Anthony - GoveRnator - bacon. Links to this post. For f ...
wardcraft.blogspot.com
wardcraft.blogspot ( fud ): October 2011
http://wardcraft.blogspot.com/2011_10_01_archive.html
Sunday, October 30, 2011. Python loop 33cels to 91fahr. More stupid python code snippets from me by gleeming crap on the interwebs. Convert Celsius to fahrenheit SCRIPT. # print " type 'stop' to end this app and return to python shell" print " this app converts celsius to Fahrenheit via loop nesting. " print " if num line is what makes this app WORK! 8) else: num = int(reply ) *9/5 32 if num : # print('low') # else: print(num ) print('Bye'). This app is python 2point6 uses raw inpute " # # # stop = 'stop...
wardcraft.blogspot.com
wardcraft.blogspot ( fud ): May 2010
http://wardcraft.blogspot.com/2010_05_01_archive.html
Friday, May 14, 2010. Rage 2010,phx, La Máquina. Beans beans beans deport them all 2010. Anthony - GoveRnator - bacon. Links to this post. Lazy lazy lazy. TIME WASTERS. (zombie news ) and (zombie fanfiction). Anthony - GoveRnator - bacon. Bacon) I have no plans. where? View my complete profile. Path to my other blogs. NEW URL: wardcraft2nd.blogspot.com. URL : http:/ plan4acer.blogspot.com. Plan4acer is very average. netbook wallpaper lubuntu and lxde. Rage 2010,phx, La Máquina. BLOG ROLL ) : html.