Fotos: http://robertgetzner.com/Timewarp2010/
Videos: http://robertgetzner.com/Timewarp2010/20100328TimewarpMannheim.html
Anleitung Foto in Film
1. Fotos aussortieren (Picasa, Dateisystem…)
2. Reihenfolge Fotos, zB Sortieren in Picasa und Dateinamen automatisch aufsteigend in der richtigen Reihehnfolge
3. Fotoqualität prüfen, Ränder sauber, Ausrichtung
4. Fotos runterrechnen auf einheitliche Auflösung / DPI
5. Fotos in Film
6. Lautstärke Musik gleichmäßig anpassen
7. Film in mehrere Formate exportieren / Auflösungen
Powered by ScribeFire.
wp-content/themes/pressplay/category.php
<?php echo category_description(); ?>
</div>
<div></div>
<?php if( function_exists(‘page2cat_output’)) { page2cat_output($cat); } ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if (function_exists(“post_class”)) { // for pre-WordPress 2.7 ?>
<div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<?php } else { ?>
<div id=”post-<?php the_ID(); ?>”>
For my backup of content on this page I have a two-fold ‘strategy’.
This one is the simple part. Install the plugin ‘WP-DBManager‘, which you can use to create periodic backups on the server, where you operate WordPress or have them sent via mail (http://lesterchan.net/portfolio/programming/php/). This only does backups of the database content (mySQLdump).
I wanted to have full backups created every two days (yeah, neither too much content nor frequent changes on this page…). Full backup is database content + file system. I´m way too lazy to reinstall all the stuff with themes etc. Never tried though, if just replacing the files will work. Finding that out is sufficient, if it actually happens some day (hope not!).
The backups shall in the end land on the computer I use at home. From there I then do all the further backups.
Directly on the server I use two crons, (1) for creating the database backup (2) for the files.
(1) mysqldump -u<wordpressDatabaseUser> -p<WordpressDatabasePassword> <nameOfWordpressDB> | gzip > <target_folder>\wordpress_mysql-$(date +\%Y-\%m-\%d-\%H.\%M.\%S).gz
This will create files with names like wordpress_files-2010-03-24-02.00.01.tar.gz.
Find a more complete description here: http://www.bloggingpro.com/archives/2009/12/21/automate-wordpress-database-and-files-backup/
(2) tar cvzf <target_folder>/wordpress_files-$(date +\%Y-\%m-\%d-\%H.\%M.\%S).tar.gz <WordpressRootFolder>/*
This will compress the complete WordPress file structure and create the compressed file in the target folder.
I first tried with WebDAV, but W7 seems to have serious issues with WebDAV and basic authentication. Thus I stuck with the FTP (I´m still thinking of switching to FTPS, but I cowardly fear the certificate stuff 🙁 ).
(1) open FTP access to your server
This strongly depends on the server you use, no description here.
(2) getting the files through FTP
I used WinSCP, which you can also script. Download and documentation here: http://winscp.net/
The script is simple assuming that the source folder on your server is directly accessed, when you log on with the user (winscp_wordpressbackup.txt):
option batch off option confirm off option echo on open ftp://<ftp_user>:<ftp_password>@ftp<yourserver>.com synchronize local "<name of your local folder, where you want the backup to be stored" close exit
synchronize local will compare, which files are on the server but not on your local machine and then only download the missing files while keeping them on the server as well.
The script is used in a batch file, which itself I schedule regularly using the standard Windows means. The batch file is even more simple than the script:
"C:\Program Files\WinSCP\WinSCP.com" /console /script="<full_path>\winscp_wordpressbackup.txt"
1000-1200€
Canon legria hf s 21
1150-1500€
Canon
Alle Cams hören wie 2009 auf den Namen Legria, die in AVCHD filmende HD-Kollektion teilt sich dabei
gleich dreifach auf. Die HD-Einsteiger mit der HF R-Reihe, die
Mittelklasse mit der HF M-Serie und die Topklasse, die wie die
letztjährigen Topmodelle zur HF S-Serie zählt.
Powered by ScribeFire.
Calling an Amazon WebService from PHP
http://www.guido-muehlwitz.de/2009/05/tutorial-amazon-web-services-mit-php-curl-und-simplexml/
http://www.peej.co.uk/articles/restfully-delicious.html
Powered by ScribeFire.
ZENBE !!!
Aspekte:
– Echtes HD ab ~500Eur, gutes HD ab 700Eur
– DV hat ausgespielt
– interner Speicher (HDD, SSD) teurer als Card-Variante
– Achtung Samsung: nicht AVCHD kompatibles Format (H.264)
– JVC: Lichtstarke modelle
– für gute Bildqualität keine allzu kompakte Kamera
– Ich würde heute schauen, ob es eine Solid State Kamera ohne Bänder gibt
Wichtige Punkte
– HD: 1920/1080 (1080p); 50 FPS für schnelle Schwenks! 50i kann ok sein
– AVCHD FOrmat, Schneidbares Format
– Schneller Autofokus, manuelle Scharfstellmöglichkeit (bei wenig Licht!)
– Lichtstärke, Lowlightfähig
– kein MemoryStick Zeuch
– 16:9 Einstellmöglichkeit
– Gutes optisches Zoom 10-20fach (Darüber bringt nichts)
– hohe BIldrate => Superzeitlupe
– Akkulaufzeit
– Bildstabi optisch
– 3 Chip System für bessere Farbdifferenzierung
Weniger wichtige Features
– Sucher
– Night Shot mit Infrarotlicht#
Bedienung
– Bedienung: Möglichst viel Schalter, wenig TOuchscreen
– Zoomwippe
– manuelle Tonaussteuerung
– Weißabgleichstaste
Ausprobieren:
– Weitwinkel / Tele
– Lichtstärke
– Weißabgleich
– schnelle Bewegungen: Bildstabi, Autofokus
– Zoom feinfühlig?
Zubehör / Anschlüsse
– Kopfhöreranschluß, guter Kopfhörer
– Zubehörschuh
– Ersatzakku
– Externes Mic anschließbar
– Anschlüsse für Computer, Standard ist USB (ev. Firewire)
– HDMI Ausgang
– S Video Ausgang (f TV Anschluß)
– Zubehör: Mikro, Stativ
Powered by ScribeFire.