Timewarp 2010

Fotos: http://robertgetzner.com/Timewarp2010/

Videos: http://robertgetzner.com/Timewarp2010/20100328TimewarpMannheim.html

  • Intro & Official Promotion Video
  • Vorbereitung und Ankunft –
  • Turntable Rocker –
  • Monika Kruse –
  • Chris Liebing –
  • Sven Väth –

Export HD Video from Magix

  1. Export als AVI
    Auflösung richtig einstellen etc.
  2. Erweiterte Einstellungen
  3. Einstellungen für ffdshow Encoder

Kurzbeschreibung Film aus Fotos erstellen

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.

Pressplay Theme für Page2Cat anpassen

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(); ?>”>

Wordpress Backup

For my backup of content on this page I have a two-fold ‘strategy’.

  1. Automatic Daily ‘snapshots’ of the pure content as stored in the database keeping the last 15 versions
  2. Automatic full backups every 2 two days including the content in the database + complete files for the WordPress installation

1. Daily snapshots

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).

2. Full Backups

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.

2.1 Creating the 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.

2.2 Copying the backups to the home PC

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"

Kameras aktuell – 20.3.2010

Panasonic HDC-SD707    949 bei Mediamarkt

Panasonic – HDC-TM700 EG-K 32GB/SDHC 

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.

Videokamera Kriterien

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.