nice isn’t it? Never ever going to be on facebook.
nice isn’t it? Never ever going to be on facebook.
Let me say that this may not work with all browsers, for me at least it doesn’t work with Safari. Proceed with these steps:
The image will be embedded in html code now, on gmail you’ll be able to view it by selecting for received images Display images below
Happy first birthday nin9lives you survived more than I though!
You may have noticed something has changed.
First of all I dropped the last layout, I like more this default one, with time I’ll try to customize it. Next I’ve moved form godaddy.com to tophost.it . Maybe it’s only me but I found the hosting on godaddy.com a bit too slow and laggy… and expensive too, 84$ to renew. I hope the situation here on tophost.it is better, at least the price is (8.99€) and I didn’t even pay the domain’s renewal cost since I transfered the domain too! Nice start!
On the sidebar I’ve added my del.icio.us link, hope you enjoy!
Quote from wikipedia:
Comic Book Archive file or ComicBook Reader File is a type of archive file for the purpose of sequential viewing of images, especially comic books. The idea was made popular by the CDisplay image viewer.
Cool reader for Mac OS X: ComicBookLover
This should do it:
ffmpeg -y -i input_file.avi -an -v 1 -threads auto -vcodec h264 -b 500k -bt 175k -refs 1 -loop 1 -deblockalpha 0 -deblockbeta 0 -parti4x4 1 -partp8x8 1 -me full -subq 1 -me_range 21 -chroma 1 -slice 2 -bf 0 -level 30 -g 300 -keyint_min 30 -sc_threshold 40 -rc_eq ‘blurCplx^(1-qComp)’ -qcomp 0.7 -qmax 51 -qdiff 4 -i_qfactor 0.71428572 -maxrate 768k -bufsize 2M -cmp 1 -s 320×240 -f mp4 -pass 1 /dev/null
ffmpeg -y -i input_file.avi -v 1 -threads auto -vcodec h264 -b 500k -bt 175k -refs 1 -loop 1 -deblockalpha 0 -deblockbeta 0 -parti4x4 1 -partp8x8 1 -me full -subq 6 -me_range 21 -chroma 1 -slice 2 -bf 0 -level 30 -g 300 -keyint_min 30 -sc_threshold 40 -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.7 -qmax 51 -qdiff 4 -i_qfactor 0.71428572 -maxrate 768k -bufsize 2M -cmp 1 -s 320x240 -acodec aac -ab 96 -ar 48000 -ac 2 -f mp4 -pass 2 output_file.mp4
ffmpeg -y -i input_file.avi -v 1 -threads auto -vcodec h264 -b 500k -bt 175k -refs 1 -loop 1 -deblockalpha 0 -deblockbeta 0 -parti4x4 1 -partp8x8 1 -me full -subq 6 -me_range 21 -chroma 1 -slice 2 -bf 0 -level 30 -g 300 -keyint_min 30 -sc_threshold 40 -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.7 -qmax 51 -qdiff 4 -i_qfactor 0.71428572 -maxrate 768k -bufsize 2M -cmp 1 -s 320x240 -acodec libfaac -ab 96 -ar 48000 -ac 2 -f mp4 -pass 2 output_file.mp4
Edit: second command was wrong at least on gentoo, the -acodec was unknown. Replace acc with libfaac instead, make sure you have acc in the USE flag for ffmpegSettings do work!
Run the first command and then the second for a multipass encoding
Please leave a comment if it also works for you! (no registration or real email needed)