Tips

Video

Tips on all things related to videos.

Streaming

Rerences on all content one can stream.

Home Videos via Apple TV

Share MP4 videos on your Mac with your Apple TV via the Apple TV App:

Crop

How-to crop the sides of a 5-second video clip and convert it from widescreen format (e.g., 16:9) to an old-style movie format (e.g., 4:3) using a CLI program. Use ffmpeg:

ffmpeg -i input.mp4 -vf "crop=ih*4/3:ih:(iw-ih*4/3)/2:0" -t 5 -c:a copy output.mp4