Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
# 1  
Old 10-30-2009
Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues

This article pertains to video playback performance issues in Windows Vista or Windows 7. Video playback performance issues in Windows XP and 2000 are discussed in a separate article.Here are some things to check if, when viewing a movie in iTunes for Windows Vista or Windows 7, you notice that a video appears distorted, intermittently pauses, or has audio that is out of sync with the image on-screen.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TTYPLAY(1)						      General Commands Manual							TTYPLAY(1)

NAME
ttyplay - player of the tty session recorded by ttyrec SYNOPSIS
ttyplay [-s SPEED] [-n] [-p] file DESCRIPTION
Ttyplay plays the tty session in file, which was recorded previously by ttyrec(1). When -p option is given, ttyplay output the file as it grows. It means that you can see the "live" shell session running by another user. If you hit any key during playback, it will go right to the next character typed. This is handy when examining sessions where a user spends a lot of time at a prompt. Additionally, there are some special keys defined: + or f double the speed of playback. - or s halve the speed of playback. 0 set playback speed to 0, pausing playback. 1 set playback to speed 1.0 again. OPTIONS
-s SPEED multiple the playing speed by SPEED (default is 1). -n no wait mode. Ignore the timing information in file. -p peek another person's tty session. SEE ALSO
script(1), ttyrec(1), ttytime(1) TTYPLAY(1)