Rotation — fixing portrait videos that play sideways
Phones write a rotation flag in the metadata; some players honor it, some don't. Two ways to fix:
- Strip the flag and re-encode rotated:
-vf transpose=1(90° clockwise). - Just update the flag:
-metadata:s:v rotate=0+ remux. No re-encode.
Album art on audio files
MP3 / M4A can carry a cover image. Useful for podcast episodes, music files. Add via -i cover.png -map 0 -map 1 -disposition:v:0 attached_pic.