html_menu

Thursday, July 23, 2015

exiftool - modify photo camera data in jpg files

exiftool -overwrite_original -Lens="Nikkor 50mm f/1.4 Ais" -ApertureValue="1.4" -FNumber="1.4" -FocalLength="50" *.jpg

Saturday, July 18, 2015

3d-coat - All Hot Keys

http://www.3d-coat.com/wiki/index.php/10.1_All_Hot_Keys

Nvidia graphics processing units

List of Nvidia graphics processing units
https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units#Comparison_tables:_Desktop_GPUs

http://www.geforce.com/hardware/notebook-gpus/geforce-gt-650m/specifications
http://www.geforce.com/hardware/desktop-gpus/geforce-gtx-970/specifications
http://www.geforce.com/hardware/desktop-gpus/geforce-gtx-980-ti/specifications

Sunday, July 12, 2015

ffmpeg - extract images from video and use another filter at the same time

Extract images from any video and scale it down by 2 at the same time

ffmpeg -i 20150711164121.m2ts -vf "fps=5, scale=iw/2:ih/2" -qscale:v 2 img%03d.jpg

Sunday, July 5, 2015

Make your PC from parts

If you wanna buy new computer how to make right choice from hundreds configurations? How to compare CPU/GPU?

There are great sites:

 http://cpuboss.com/
 http://gpuboss.com/
 http://ssdboss.com/

and THE BEST site ever of any kind:

https://pcpartpicker.com/

This site help to build your own PC, choose right component AND analyze online stores to check lowest price!

Saturday, July 4, 2015

VisualSFM : A Visual Structure from Motion System

http://flightriot.com/tutorials/post-processing/

http://ccwu.me/vsfm/
https://groups.google.com/forum/#!forum/vsfm

https://www.youtube.com/watch?v=ZRTEMKS3Sw0
https://www.youtube.com/watch?v=SHa_LBIzDac
---------------------------------------------------------------
KinectFusion - Real-time 3D Reconstruction
https://www.youtube.com/watch?v=bRgEdqDiOuQ

Friday, July 3, 2015

3D scanning for free!

Great tutorial how to use free programs to recreate real object to 3D model from photos.

https://www.youtube.com/watch?v=D6eqW6yk50k
(by philnolan3d.com)

Software you'll need:
Visual SFM (CUDA version if you use nVidia)
http://ccwu.me/vsfm/

CMVS For Windows
http://www.di.ens.fr/cmvs/

Meshlab
http://meshlab.sourceforge.net/

Friday, June 26, 2015

PyQt Reference Guide

http://sourceforge.net/projects/pyqt/

http://pyqt.sourceforge.net/Docs/PyQt4/
http://pyqt.sourceforge.net/Docs/PyQt5/

Monday, June 22, 2015

UnrealEngine source code for free!

register here:
https://www.unrealengine.com/ue4-on-github

accept invitation and download here:
https://github.com/EpicGames/UnrealEngine

Sunday, June 21, 2015

Image sharing sites

http://www.flickr.com
http://www.deviantart.com
http://www.dropshots.com
http://photobucket.com
http://www.snapfish.com

How to watch video on PS4?

1. Transfer the converted movie file from your computer to the USB. You should format it to FAT-32 if you are using an external hard drive.
2. Insert the USB flash drive or hard drive into one USB port of PS4 console.
3. Turn the PS4 on after making sure there is a disk in the system, and then go to the main menu.
4. Select “Video” and then find your USB device.
5. Select “Display All” to see all the video files existing on your Sony PS4.
6. Select the file you wish to transfer and press the triangle button.
7. Choose “Copy” and confirm the transferring, then the movies are transferred and copied to your PS4 hard drive.

Roboto Condensed font

https://www.google.com/fonts/specimen/Roboto+Condensed


<html>
  <head>
    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
    <style>
      body {
        font-family: 'Tangerine', serif;
        font-size: 48px;
      }
    </style>
  </head>
  <body>
    <div>Making the Web Beautiful!</div>
  </body>
</html>



<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700' rel='stylesheet' type='text/css'>



CSS
font-family: 'Roboto Condensed', sans-serif;


To download for local use:
https://www.google.com/fonts#UsePlace:use/Collection:Roboto+Condensed

Monday, June 15, 2015

Finding a Domain Name, Choosing Target Keywords, and Evaluating the Market: Web Presence. 1

Very interesting video tutorial about how to check and find good domain names and keyword for your website




Thursday, June 11, 2015