====== MacOS X ===== [[http://www.apfelwiki.de/|Apfelwiki: Deutsches Mac-Wiki]] [[macos:nfs|Mac an NFS-Server anbinden]] [[macos:sshd|ssh-Daemon: Fernzugriff auf den Mac via ssh]] ===== Manuals / Betriebsanleitungen ===== Manuals in Englisch: [[http://home.earthlink.net/~strahm_s/manuals.html]] ===== iSquint ===== [[http://www.isquint.org]] iSquint konvertiert Videos für TV oder iPod/iPhone. Bei Bedarf fügt es das Video auch zu iTunes hinzu. Die Software verwendet dazu ffmpeg Der Befehl, mit dem iSquint das ffmpeg aufruft: FFmpeg version SVN-r6213, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-pthreads --disable-network --disable-audio-oss --disable-v4l --disable-bktr --disable-dv1394 --disable-ffserver --disable-ffplay --enable-faac --enable-faad --enable-a52 --enable-x264 --enable-mp3lame --enable-gpl --disable-debug --enable-amr_wb --enable-amr_nb libavutil version: 49.0.0 libavcodec version: 51.14.0 libavformat version: 50.5.0 built on Sep 23 2006 13:58:32, gcc: 4.0.1 (Apple Computer, Inc. build 5363) Input #0, avi, from '/Volumes/16GB/Dexter/S1/S01E02.German.DVDRip.XviD.avi': Duration: 00:52:24.1, start: 0.000000, bitrate: 1398 kb/s Stream #0.0: Video: mpeg4, yuv420p, 640x352, 25.00 fps(r) Stream #0.1: Audio: mp3, 48000 Hz, stereo, 128 kb/s Must supply at least one output file '/Volumes/iSquint/iSquint.app'/Contents/Resources/ffmpeg -y -threads 4 -i '/Volumes/16GB/Dexter/S1/S01E02.German.DVDRip.XviD.avi' -s 320x176 -r 25.00 -vcodec mpeg4 -g 300 -aspect 320:176 -qmin 8 -b 700 -async 50 -acodec aac -ar 44100 -ac 2 -ab 128 -comment 'Convertified by iSquint - http://www.isquint.org' '/Volumes/16GB/Dexter/S1/''/S01E02.German.DVDRip.XviD.avi'.temp.mp4 2>> /tmp/isquint_time 1> /dev/null ; echo done > /tmp/isquint_working {{tag>Mac Macintosh MacOS iSquint ffmpeg ipod konvertieren video}} ===== Time Machine ===== Problem: Time Machine erkennt Netzwerkplatte (NAS nicht). Lösung: Konsole sudo tmutil setdestination afp://TimeMachine:password@192.168.123.4/TMBackup Or: Here's what worked for me: * Set up Time Machine according to the QNAP instructions * In Finder menu: Go > Connect To Server (or Command-K) * Type in your NAS's IP address (e.g. 192.168.1.xxx) * At the logon prompt, use "TimeMachine" and the password you set up in Step 1 * Continue per the QNAP instructions to set up the backup in TimeMachine's preferences Or: This resolved my problem http://forum.qnap.com/viewtopic.php?f=15&t=75195 * Disable Time Machine backup from the NAS admin page * Access the NAS via SSH in Terminal i.e. ssh admin@your_NAS_IP * Delete the Time Machine files with the command: rm -r /share/HDA_DATA/.timemachine * Enable Time Machine backup again * Run a Time Machine backup from your Mac Just changed MD0 to HDA_DATA on my TS 119PII