tuftsceeo / smartpost

SmartPost is a dynamic templating and authoring tool that brings a lot of the features of the WordPress dashboard to the front end.
1 stars 4 forks source link

Orient uploaded videos properly #42

Closed rafiyagi closed 10 years ago

rafiyagi commented 10 years ago

Use ffprobe or ffmpeg or get the correct orientation values.


rafiyagi commented 10 years ago

Should be fixed for .mov files. Using ffprobe and grep system calls to get the right orientation for .mov movies. Will eventually have to do it for .avi movies, but unsure if .avi movies even have orientation metadata. So far .avi's that I've tested seem to work.


Original Comment By: Rafi Yagi